@@ -98,9 +98,9 @@ deprecation warning.
98
98
`~.Axes.errorbar ` now color cycles when only errorbar color is set
99
99
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
100
100
101
- Previously setting the *ecolor * would turn off automatic color cycling for the plot, leading to the
102
- the lines and markers defaulting to whatever the first color in the color cycle was in the case of
103
- multiple plot calls.
101
+ Previously setting the *ecolor * would turn off automatic color cycling for the plot, leading to the
102
+ the lines and markers defaulting to whatever the first color in the color cycle was in the case of
103
+ multiple plot calls.
104
104
105
105
`.rcsetup.validate_color_for_prop_cycle ` now always raises TypeError for bytes input
106
106
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -156,6 +156,14 @@ support for it will be dropped in a future Matplotlib release.
156
156
Previously, keyword arguments were silently ignored when no positional
157
157
arguments were given.
158
158
159
+ `.Axis.get_minorticklabels ` and `.Axis.get_majorticklabels ` now returns plain list
160
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
161
+ Previously, `.Axis.get_minorticklabels ` and `.Axis.get_majorticklabels ` returns
162
+ silent_list. Their return type is now changed to normal list.
163
+ `.get_xminorticklabels `, `.get_yminorticklabels `, `.get_zminorticklabels `,
164
+ `.Axis.get_ticklabels `, `.get_xmajorticklabels `, `.get_ymajorticklabels ` and
165
+ `.get_zmajorticklabels ` methods will be affected by this change.
166
+
159
167
Default slider formatter
160
168
~~~~~~~~~~~~~~~~~~~~~~~~
161
169
The default method used to format `.Slider ` values has been changed to use a
0 commit comments