@@ -60,22 +60,21 @@ have a frame. Padding and separation parameters can be adjusted.
6060Add ``minorticks_on()/off() `` methods for colorbar
6161--------------------------------------------------
6262
63- A new method :meth: `.colorbar.Colobar.minorticks_on ` has been added
64- to correctly display minor ticks on a colorbar. This method
65- doesn't allow the minor ticks to extend into the regions beyond vmin and vmax
66- when the *extend * kwarg (used while creating the colorbar) is set to 'both',
67- 'max' or 'min'.
68- A complementary method :meth: `.colorbar.Colobar.minorticks_off `
69- has also been added to remove the minor ticks on the colorbar.
63+ A new method :meth: `.colorbar.Colobar.minorticks_on ` has been added to
64+ correctly display minor ticks on a colorbar. This method doesn't allow the
65+ minor ticks to extend into the regions beyond vmin and vmax when the *extend *
66+ keyword argument (used while creating the colorbar) is set to 'both', 'max' or
67+ 'min'. A complementary method :meth: `.colorbar.Colobar.minorticks_off ` has
68+ also been added to remove the minor ticks on the colorbar.
7069
7170
7271Colorbar ticks can now be automatic
7372-----------------------------------
7473
7574The number of ticks placed on colorbars was previously appropriate for a large
76- colorbar, but looked bad if the colorbar was made smaller (i.e. via the `` shrink `` kwarg).
77- This has been changed so that the number of ticks is now responsive to how
78- large the colorbar is.
75+ colorbar, but looked bad if the colorbar was made smaller (i.e. via the
76+ `` shrink `` keyword argument). This has been changed so that the number of
77+ ticks is now responsive to how large the colorbar is.
7978
8079
8180
@@ -94,14 +93,14 @@ overwriting, especially when the figure name has been
9493manually set using `.figure.Figure.canvas.set_window_title() `.
9594
9695
97- Legend now has a *title_fontsize * kwarg (and rcParam)
98- -----------------------------------------------------
96+ Legend now has a *title_fontsize * keyword argument (and rcParam)
97+ ----------------------------------------------------------------
9998
100- The title for a `.Figure.legend ` and `.Axes.legend ` can now have its
101- fontsize set via the ``title_fontsize `` kwarg . There is also a new
102- :rc: `legend.title_fontsize `. Both default to ``None ``, which means
103- the legend title will have the same fontsize as the axes default fontsize
104- (* not * the legend fontsize, set by the ``fontsize `` kwarg or
99+ The title for a `.Figure.legend ` and `.Axes.legend ` can now have its fontsize
100+ set via the ``title_fontsize `` keyword argument . There is also a new
101+ :rc: `legend.title_fontsize `. Both default to ``None ``, which means the legend
102+ title will have the same fontsize as the axes default fontsize (* not * the
103+ legend fontsize, set by the ``fontsize `` keyword argument or
105104:rc: `legend.fontsize `).
106105
107106
0 commit comments