File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -926,6 +926,10 @@ def get_xaxis_transform(self, which='grid'):
926
926
`~matplotlib.axis.Axis` class, and is meant to be
927
927
overridden by new kinds of projections that may need to
928
928
place axis elements in different locations.
929
+
930
+ Parameters
931
+ ----------
932
+ which : {'grid', 'tick1', 'tick2'}
929
933
"""
930
934
if which == 'grid' :
931
935
return self ._xaxis_transform
@@ -1002,6 +1006,10 @@ def get_yaxis_transform(self, which='grid'):
1002
1006
`~matplotlib.axis.Axis` class, and is meant to be
1003
1007
overridden by new kinds of projections that may need to
1004
1008
place axis elements in different locations.
1009
+
1010
+ Parameters
1011
+ ----------
1012
+ which : {'grid', 'tick1', 'tick2'}
1005
1013
"""
1006
1014
if which == 'grid' :
1007
1015
return self ._yaxis_transform
You can’t perform that action at this time.
0 commit comments