File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -967,13 +967,13 @@ def get_tick_params(self, which='major'):
967
967
Returns
968
968
-------
969
969
dict
970
- Properties for styling *new* elements added to this axis.
970
+ Properties for styling tick elements added to the axis.
971
971
972
972
Notes
973
973
-----
974
974
This method returns the appearance parameters for styling *new*
975
975
elements added to this axis and may be different from the values
976
- on current elements, if they were modified directly by the user
976
+ on current elements if they were modified directly by the user
977
977
(e.g., via ``set_*`` methods on individual tick objects).
978
978
979
979
Examples
@@ -998,8 +998,6 @@ def get_tick_params(self, which='major'):
998
998
'labelright': False,
999
999
'gridOn': False}
1000
1000
1001
- This allows us to confirm without visual inspection of the plot
1002
- that our styling is having the desired effect.
1003
1001
1004
1002
"""
1005
1003
_api .check_in_list (['major' , 'minor' ], which = which )
You can’t perform that action at this time.
0 commit comments