Skip to content

Commit f90df59

Browse files
committed
added load and save commands for matlab interface
svn path=/trunk/matplotlib/; revision=226
1 parent 04868d2 commit f90df59

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

CHANGELOG

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
New entries should be added at the top
22

3-
2004-03-29 Fixed fontdicts and kwargs to work with new font manager -
4-
JDH
3+
2004-04-06 Added load and save commands for ASCII data - JDH
4+
5+
2004-04-05 Improved font caching by not reading AFM fonts until needed.
6+
Added better documentation. Changed the behaviour of the
7+
get_family, set_family, and set_name methods of FontProperties.
8+
9+
10+
2004-04-05 Added WXAgg backend - JDH
511

612
2004-04-04 Improved font caching in backend_agg with changes to
713
font_manager - JDH
814

9-
2004-04-05 Added WXAgg backend - JDH
15+
2004-03-29 Fixed fontdicts and kwargs to work with new font manager -
16+
JDH
17+
18+
1019

11-
2004-04-05 Improved font caching by not reading AFM fonts until needed.
12-
Added better documentation. Changed the behaviour of the
13-
get_family, set_family, and set_name methods of FontProperties.
1420

1521

1622

TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,6 @@
294294

295295
-- move text layout to front end and support newlines with rotation.
296296

297-
-- aligment test of backend_ps and table_demo on all backends
297+
-- aligment test of backend_ps and table_demo on all backends
298+
299+
-- fix the sqrt mathtext bug revealed by Flavio's eample

0 commit comments

Comments
 (0)