File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -967,14 +967,14 @@ def get_tick_params(self, which='major'):
967
967
Returns
968
968
-------
969
969
dict
970
- Default properties for styling *new* elements added to this axis.
970
+ Properties for styling *new* elements added to this axis.
971
971
972
972
Notes
973
973
-----
974
- This method returns the default values for styling *new* elements
975
- added to this axis and may be different from the values on current
976
- elements, if they were modified directly by the user (e.g., via
977
- ``set_*`` methods on individual tick objects).
974
+ This method returns the appearance parameters for styling *new*
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
977
+ (e.g., via ``set_*`` methods on individual tick objects).
978
978
979
979
Examples
980
980
--------
You can’t perform that action at this time.
0 commit comments