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.
1 parent 641304c commit 3f20d3aCopy full SHA for 3f20d3a
1 file changed
lib/matplotlib/artist.py
@@ -903,6 +903,12 @@ def matchfunc(x):
903
artists.append(self)
904
return artists
905
906
+ def get_zdata(self, event):
907
+ """
908
+ Get the zdata for a given event, as a string message
909
910
+ return ''
911
+
912
913
class ArtistInspector(object):
914
"""
@@ -1020,12 +1026,6 @@ def get_setters(self):
1020
1026
1021
1027
return [prop for prop, target in self._get_setters_and_targets()]
1022
1028
1023
- def get_zdata(self, event):
1024
- """
1025
- Get the zdata for a given event, as a string message
- return ''
-
1029
def is_alias(self, o):
1030
1031
Return *True* if method object *o* is an alias for another
0 commit comments