Skip to content

Commit 28ef5f5

Browse files
committed
Minor cosmetics (tabs, alignment) to CHANGELOG.
1 parent 5cae0f9 commit 28ef5f5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

CHANGELOG

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
2014-05-02 Added colorblind-friendly colormap, named 'Wistia'.
22

33
2014-04-27 Improved input clean up in Axes.{h|v}lines
4-
Coerce input into a 1D ndarrays (after dealing with units).
4+
Coerce input into a 1D ndarrays (after dealing with units).
55

66
2014-04-22 Added an example showing the difference between
7-
interpolation = 'none' and interpolation = 'nearest' in
8-
`imshow()` when saving vector graphics files.
7+
interpolation = 'none' and interpolation = 'nearest' in
8+
`imshow()` when saving vector graphics files.
99

1010
2014-04-10 Fixed the triangular marker rendering error. The "Up" triangle was
1111
rendered instead of "Right" triangle and vice-versa.
1212

1313
2014-04-08 Fixed a bug in parasite_axes.py by making a list out
1414
of a generator at line 263.
1515

16-
2014-02-25 In backend_qt4agg changed from using update -> repaint under
17-
windows. See comment in source near `self._priv_update` for
18-
longer explaination.
19-
2016
2014-03-27 Added tests for pie ccw parameter. Removed pdf and svg images
2117
from tests for pie linewidth parameter.
2218

2319
2014-03-24 Added bool kwarg (manage_xticks) to boxplot to enable/disable
24-
the managemnet of the xlimits and ticks when making a boxplot.
25-
Default in True which maintains current behavior by default.
20+
the managemnet of the xlimits and ticks when making a boxplot.
21+
Default in True which maintains current behavior by default.
2622

2723
2014-03-22 Added the keyword arguments wedgeprops and textprops to pie.
2824
Users can control the wedge and text properties of the pie
@@ -34,9 +30,13 @@
3430

3531
2014-03-13 Add parameter 'clockwise' to function pie, True by default.
3632

37-
2014-27-02 Implemented separate horizontal/vertical axes padding to the
33+
2014-02-27 Implemented separate horizontal/vertical axes padding to the
3834
ImageGrid in the AxesGrid toolkit
3935

36+
2014-02-25 In backend_qt4agg changed from using update -> repaint under
37+
windows. See comment in source near `self._priv_update` for
38+
longer explaination.
39+
4040
2014-01-02 `triplot` now returns the artist it adds and support of line and
4141
marker kwargs has been improved. GBY
4242

@@ -55,7 +55,7 @@
5555
matplotlib.delaunay module. - IMT
5656

5757
2013-11-05 Add power-law normalization method. This is useful for,
58-
e.g., showing small populations in a "hist2d" histogram.
58+
e.g., showing small populations in a "hist2d" histogram.
5959

6060
2013-10-27 Added get_rlabel_position and set_rlabel_position methods to
6161
PolarAxes to control angular position of radial tick labels.

0 commit comments

Comments
 (0)