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 d95edc4 + 0564569 commit 686aab6Copy full SHA for 686aab6
lib/matplotlib/axes/_base.py
@@ -926,6 +926,10 @@ def get_xaxis_transform(self, which='grid'):
926
`~matplotlib.axis.Axis` class, and is meant to be
927
overridden by new kinds of projections that may need to
928
place axis elements in different locations.
929
+
930
+ Parameters
931
+ ----------
932
+ which : {'grid', 'tick1', 'tick2'}
933
"""
934
if which == 'grid':
935
return self._xaxis_transform
@@ -1002,6 +1006,10 @@ def get_yaxis_transform(self, which='grid'):
1002
1006
1003
1007
1004
1008
1009
1010
1011
1012
1005
1013
1014
1015
return self._yaxis_transform
0 commit comments