|
1 | 1 | 2014-05-02 Added colorblind-friendly colormap, named 'Wistia'. |
2 | 2 |
|
3 | 3 | 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). |
5 | 5 |
|
6 | 6 | 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. |
9 | 9 |
|
10 | 10 | 2014-04-10 Fixed the triangular marker rendering error. The "Up" triangle was |
11 | 11 | rendered instead of "Right" triangle and vice-versa. |
12 | 12 |
|
13 | 13 | 2014-04-08 Fixed a bug in parasite_axes.py by making a list out |
14 | 14 | of a generator at line 263. |
15 | 15 |
|
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 | | - |
20 | 16 | 2014-03-27 Added tests for pie ccw parameter. Removed pdf and svg images |
21 | 17 | from tests for pie linewidth parameter. |
22 | 18 |
|
23 | 19 | 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. |
26 | 22 |
|
27 | 23 | 2014-03-22 Added the keyword arguments wedgeprops and textprops to pie. |
28 | 24 | Users can control the wedge and text properties of the pie |
|
34 | 30 |
|
35 | 31 | 2014-03-13 Add parameter 'clockwise' to function pie, True by default. |
36 | 32 |
|
37 | | -2014-27-02 Implemented separate horizontal/vertical axes padding to the |
| 33 | +2014-02-27 Implemented separate horizontal/vertical axes padding to the |
38 | 34 | ImageGrid in the AxesGrid toolkit |
39 | 35 |
|
| 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 | + |
40 | 40 | 2014-01-02 `triplot` now returns the artist it adds and support of line and |
41 | 41 | marker kwargs has been improved. GBY |
42 | 42 |
|
|
55 | 55 | matplotlib.delaunay module. - IMT |
56 | 56 |
|
57 | 57 | 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. |
59 | 59 |
|
60 | 60 | 2013-10-27 Added get_rlabel_position and set_rlabel_position methods to |
61 | 61 | PolarAxes to control angular position of radial tick labels. |
|
0 commit comments