|
| 1 | +2007-12-07 Issue a warning when drawing an image on a non-linear axis. - MGD |
| 2 | + |
1 | 3 | 2007-12-06 let widgets.Cursor initialize to the lower x and y bounds
|
2 | 4 | rather than 0,0, which can cause havoc for dates and other
|
3 | 5 | transforms - DSD
|
|
6 | 8 |
|
7 | 9 | 2007-12-06 fixed a bug in rcsetup, see bug 1845057 - DSD
|
8 | 10 |
|
| 11 | +2007-12-05 Fix how fonts are cached to avoid loading the same one multiple times. |
| 12 | + (This was a regression since 0.90 caused by the refactoring of |
| 13 | + font_manager.py) - MGD |
| 14 | + |
9 | 15 | ===============================================================
|
10 | 16 | 2007-11-27 Released 0.91.1 at revision 4517
|
11 | 17 |
|
|
17 | 23 | object in place of a file path. - MGD
|
18 | 24 |
|
19 | 25 | 2007-11-13 Improved the default backend selection at build time:
|
20 |
| - SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable |
21 |
| - backend in this progression will be chosen in the default |
| 26 | + SVG -> Agg -> TkAgg -> WXAgg -> GTK -> GTKAgg. The last usable |
| 27 | + backend in this progression will be chosen in the default |
22 | 28 | config file. If a backend is defined in setup.cfg, that will
|
23 | 29 | be the default backend - DSD
|
24 | 30 |
|
|
28 | 34 | 2007-11-12 Exposed all the build options in setup.cfg. These options are
|
29 | 35 | read into a dict called "options" by setupext.py. Also, added
|
30 | 36 | "-mpl" tags to the version strings for packages provided by
|
31 |
| - matplotlib. Versions provided by mpl will be identified and |
| 37 | + matplotlib. Versions provided by mpl will be identified and |
32 | 38 | updated on subsequent installs - DSD
|
33 | 39 |
|
34 | 40 | 2007-11-12 Added support for STIX fonts. A new rcParam,
|
35 |
| - mathtext.fontset, can be used to choose between: |
36 |
| - |
| 41 | + mathtext.fontset, can be used to choose between: |
| 42 | + |
37 | 43 | 'cm':
|
38 |
| - The TeX/LaTeX Computer Modern fonts |
| 44 | + The TeX/LaTeX Computer Modern fonts |
39 | 45 |
|
40 |
| - 'stix': |
| 46 | + 'stix': |
41 | 47 | The STIX fonts (see stixfonts.org)
|
42 | 48 |
|
43 |
| - 'stixsans': |
44 |
| - The STIX fonts, using sans-serif glyphs by default |
| 49 | + 'stixsans': |
| 50 | + The STIX fonts, using sans-serif glyphs by default |
45 | 51 |
|
46 |
| - 'custom': |
| 52 | + 'custom': |
47 | 53 | A generic Unicode font, in which case the mathtext font
|
48 | 54 | must be specified using mathtext.bf, mathtext.it,
|
49 | 55 | mathtext.sf etc.
|
50 |
| - |
| 56 | + |
51 | 57 | Added a new example, stix_fonts_demo.py to show how to access
|
52 | 58 | different fonts and unusual symbols.
|
53 |
| - |
| 59 | + |
54 | 60 | - MGD
|
55 | 61 |
|
56 |
| -2007-11-12 Options to disable building backend extension modules moved |
| 62 | +2007-11-12 Options to disable building backend extension modules moved |
57 | 63 | from setup.py to setup.cfg - DSD
|
58 | 64 |
|
59 | 65 | 2007-11-09 Applied Martin Teichmann's patch 1828813: a QPainter is used in
|
60 |
| - paintEvent, which has to be destroyed using the method end(). If |
61 |
| - matplotlib raises an exception before the call to end - and it |
62 |
| - does if you feed it with bad data - this method end() is never |
| 66 | + paintEvent, which has to be destroyed using the method end(). If |
| 67 | + matplotlib raises an exception before the call to end - and it |
| 68 | + does if you feed it with bad data - this method end() is never |
63 | 69 | called and Qt4 will start spitting error messages
|
64 | 70 |
|
65 |
| -2007-11-09 Moved pyparsing back into matplotlib namespace. Don't use |
| 71 | +2007-11-09 Moved pyparsing back into matplotlib namespace. Don't use |
66 | 72 | system pyparsing, API is too variable from one release
|
67 | 73 | to the next - DSD
|
68 | 74 |
|
|
0 commit comments