Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8853a3f

Browse files
committed
passing through None
1 parent bda50d0 commit 8853a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,10 +1342,10 @@ class LocationEvent(Event):
13421342
13431343
Attributes
13441344
----------
1345-
x : int
1345+
x : scalar
13461346
x position - pixels from left of canvas
13471347
1348-
y : int
1348+
y : scalar
13491349
y position - pixels from bottom of canvas
13501350
13511351
inaxes : bool

0 commit comments

Comments
 (0)