Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. def cur(self):
  2. self.cursor = Cursor(self.ax, useblit=True,
  3. color='magenta',linewidth=1)
  4. ************************************
  5. self.btn.clicked.connect(self.cur)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement