|
| 1 | +2014-05-02 Added colorblind-friendly colormap, named 'Wistia'. |
| 2 | + |
1 | 3 | 2014-04-27 Improved input clean up in Axes.{h|v}lines |
2 | | - Coerce input into a 1D ndarrays (after dealing with units). |
| 4 | + Coerce input into a 1D ndarrays (after dealing with units). |
3 | 5 |
|
4 | 6 | 2014-04-22 Added an example showing the difference between |
5 | | - interpolation = 'none' and interpolation = 'nearest' in |
6 | | - `imshow()` when saving vector graphics files. |
| 7 | + interpolation = 'none' and interpolation = 'nearest' in |
| 8 | + `imshow()` when saving vector graphics files. |
7 | 9 |
|
8 | 10 | 2014-04-10 Fixed the triangular marker rendering error. The "Up" triangle was |
9 | 11 | rendered instead of "Right" triangle and vice-versa. |
10 | 12 |
|
11 | 13 | 2014-04-08 Fixed a bug in parasite_axes.py by making a list out |
12 | 14 | of a generator at line 263. |
13 | 15 |
|
14 | | -2014-02-25 In backend_qt4agg changed from using update -> repaint under |
15 | | - windows. See comment in source near `self._priv_update` for |
16 | | - longer explaination. |
17 | | - |
18 | 16 | 2014-03-27 Added tests for pie ccw parameter. Removed pdf and svg images |
19 | 17 | from tests for pie linewidth parameter. |
20 | 18 |
|
21 | 19 | 2014-03-24 Added bool kwarg (manage_xticks) to boxplot to enable/disable |
22 | | - the managemnet of the xlimits and ticks when making a boxplot. |
23 | | - 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. |
24 | 22 |
|
25 | 23 | 2014-03-22 Added the keyword arguments wedgeprops and textprops to pie. |
26 | 24 | Users can control the wedge and text properties of the pie |
|
32 | 30 |
|
33 | 31 | 2014-03-13 Add parameter 'clockwise' to function pie, True by default. |
34 | 32 |
|
35 | | -2014-27-02 Implemented separate horizontal/vertical axes padding to the |
| 33 | +2014-02-27 Implemented separate horizontal/vertical axes padding to the |
36 | 34 | ImageGrid in the AxesGrid toolkit |
37 | 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 | + |
38 | 40 | 2014-01-02 `triplot` now returns the artist it adds and support of line and |
39 | 41 | marker kwargs has been improved. GBY |
40 | 42 |
|
|
53 | 55 | matplotlib.delaunay module. - IMT |
54 | 56 |
|
55 | 57 | 2013-11-05 Add power-law normalization method. This is useful for, |
56 | | - e.g., showing small populations in a "hist2d" histogram. |
| 58 | + e.g., showing small populations in a "hist2d" histogram. |
57 | 59 |
|
58 | 60 | 2013-10-27 Added get_rlabel_position and set_rlabel_position methods to |
59 | 61 | PolarAxes to control angular position of radial tick labels. |
|
0 commit comments