|
1 | | -2007-03-03 Change barh to take a kwargs dict and pass it to bar. |
| 1 | +2007-03-14 Add masked-array support to hist. - EF |
| 2 | + |
| 3 | +2007-03-03 Change barh to take a kwargs dict and pass it to bar. |
2 | 4 | Fixes sf bug #1669506. |
3 | 5 |
|
4 | 6 | 2007-03-02 Add rc parameter pdf.inheritcolor, which disables all |
|
17 | 19 | 2007-02-22 WXAgg accelerator updates - KM |
18 | 20 | WXAgg's C++ accelerator has been fixed to use the correct wxBitmap |
19 | 21 | constructor. |
20 | | - |
| 22 | + |
21 | 23 | The backend has been updated to use new wxPython functionality to |
22 | 24 | provide fast blit() animation without the C++ accelerator. This |
23 | 25 | requires wxPython 2.8 or later. Previous versions of wxPython can |
24 | 26 | use the C++ acclerator or the old pure Python routines. |
25 | | - |
| 27 | + |
26 | 28 | setup.py no longer builds the C++ accelerator when wxPython >= 2.8 |
27 | 29 | is present. |
28 | | - |
| 30 | + |
29 | 31 | The blit() method is now faster regardless of which agg/wxPython |
30 | 32 | conversion routines are used. |
31 | 33 |
|
32 | | -2007-02-21 Applied the PDF backend patch by Nicolas Grilly. |
| 34 | +2007-02-21 Applied the PDF backend patch by Nicolas Grilly. |
33 | 35 | This impacts several files and directories in matplotlib: |
34 | | - |
| 36 | + |
35 | 37 | - Created the directory lib/matplotlib/mpl-data/fonts/pdfcorefonts, |
36 | 38 | holding AFM files for the 14 PDF core fonts. These fonts are |
37 | 39 | embedded in every PDF viewing application. |
38 | | - |
| 40 | + |
39 | 41 | - setup.py: Added the directory pdfcorefonts to package_data. |
40 | | - |
| 42 | + |
41 | 43 | - lib/matplotlib/__init__.py: Added the default parameter |
42 | 44 | 'pdf.use14corefonts'. When True, the PDF backend uses |
43 | 45 | only the 14 PDF core fonts. |
44 | | - |
| 46 | + |
45 | 47 | - lib/matplotlib/afm.py: Added some keywords found in |
46 | 48 | recent AFM files. Added a little workaround to handle |
47 | 49 | Euro symbol. |
48 | | - |
| 50 | + |
49 | 51 | - lib/matplotlib/fontmanager.py: Added support for the 14 |
50 | 52 | PDF core fonts. These fonts have a dedicated cache (file |
51 | 53 | pdfcorefont.cache), not the same as for other AFM files |
52 | 54 | (file .afmfont.cache). Also cleaned comments to conform |
53 | 55 | to CODING_GUIDE. |
54 | | - |
| 56 | + |
55 | 57 | - lib/matplotlib/backends/backend_pdf.py: |
56 | 58 | Added support for 14 PDF core fonts. |
57 | 59 | Fixed some issues with incorrect character widths and |
58 | | - encodings (works only for the most common encoding, |
| 60 | + encodings (works only for the most common encoding, |
59 | 61 | WinAnsiEncoding, defined by the official PDF Reference). |
60 | 62 | Removed parameter 'dpi' because it causes alignment issues. |
61 | 63 |
|
|
78 | 80 | removing site-packages/matplotlib/mpl-data and |
79 | 81 | ~/.matplotlib/ttffont.cache before installing - ADS |
80 | 82 |
|
81 | | -2007-02-07 Committed Rob Hetland's patch for qt4: remove |
82 | | - references to text()/latin1(), plus some improvements |
| 83 | +2007-02-07 Committed Rob Hetland's patch for qt4: remove |
| 84 | + references to text()/latin1(), plus some improvements |
83 | 85 | to the toolbar layout - DSD |
84 | 86 |
|
85 | 87 | =============================================================== |
|
0 commit comments