Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9bd855 + c2fd2e0 commit 75a35e0Copy full SHA for 75a35e0
1 file changed
lib/matplotlib/backends/_backend_tk.py
@@ -29,7 +29,7 @@
29
cursors.MOVE: "fleur",
30
cursors.HAND: "hand2",
31
cursors.POINTER: "arrow",
32
- cursors.SELECT_REGION: "tcross",
+ cursors.SELECT_REGION: "crosshair",
33
cursors.WAIT: "watch",
34
cursors.RESIZE_HORIZONTAL: "sb_h_double_arrow",
35
cursors.RESIZE_VERTICAL: "sb_v_double_arrow",
0 commit comments