|
1 | | -2006-03-14 Added import of compatibility library for newer numpy |
| 1 | +2006-03-15 Fixed bug in MaxNLocator revealed by [email protected]. |
| 2 | + The main change is that Locator.nonsingular now adjusts |
| 3 | + vmin and vmax if they are nearly the same, not just if |
| 4 | + they are equal. A new kwarg, "tiny", sets the threshold. - |
| 5 | + EF |
| 6 | + |
| 7 | +2006-03-14 Added import of compatibility library for newer numpy |
2 | 8 | linear_algebra - TEO |
3 | 9 |
|
4 | 10 | 2006-03-12 Extended "load" function to support individual columns and |
5 | | - moved "load" and "save" into matplotlib.mlab so they can be |
6 | | - used outside of pylab -- see examples/load_converter.py - |
7 | | - JDH |
| 11 | + moved "load" and "save" into matplotlib.mlab so they can be |
| 12 | + used outside of pylab -- see examples/load_converter.py - |
| 13 | + JDH |
8 | 14 |
|
9 | 15 | 2006-03-12 Added AutoDateFormatter and AutoDateLocator submitted |
10 | 16 | by James Evans. Try the load_converter.py example for a |
|
13 | 19 | 2006-03-11 Added subprocess module from python-2.4 - DSD |
14 | 20 |
|
15 | 21 | 2006-03-11 Fixed landscape orientation support with the usetex |
16 | | - option. The backend_ps print_figure method was |
| 22 | + option. The backend_ps print_figure method was |
17 | 23 | getting complicated, I added a _print_figure_tex |
18 | 24 | method to maintain some degree of sanity - DSD |
19 | 25 |
|
20 | | -2006-03-11 Added "papertype" savefig kwarg for setting |
| 26 | +2006-03-11 Added "papertype" savefig kwarg for setting |
21 | 27 | postscript papersizes. papertype and ps.papersize |
22 | 28 | rc setting can also be set to "auto" to autoscale |
23 | 29 | pagesizes - DSD |
|
29 | 35 |
|
30 | 36 | 2006-03-07 Fixed bug in backend_ps related to C0-C6 papersizes, |
31 | 37 | which were causing problems with postscript viewers. |
32 | | - Supported page sizes include letter, legal, ledger, |
| 38 | + Supported page sizes include letter, legal, ledger, |
33 | 39 | A0-A10, and B0-B10 - DSD |
34 | 40 |
|
35 | 41 | =============================================================== |
|
0 commit comments