Skip to content

Commit 281b7b7

Browse files
committed
added additional tex files
svn path=/trunk/matplotlib/; revision=1323
1 parent 44b3553 commit 281b7b7

File tree

13 files changed

+261
-242
lines changed

13 files changed

+261
-242
lines changed

.matplotlibrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ font.monospace : Andale Mono, Bitstream Vera Sans Mono, Nimbus Mono L, Cour
123123
# http://matplotlib.sourceforge.net/matplotlib.text.html for more
124124
# information on text properties
125125
text.color : black
126+
text.usetex : False
127+
126128

127129
### AXES
128130
# default face and edge color, default tick sizes,
@@ -183,6 +185,7 @@ tk.pythoninspect : False # tk sets PYTHONINSEPCT
183185
ps.papersize : letter # executive, letter, legal, ledger, A0-A10, B0-B6, C0-C6
184186
ps.useafm : False # use of afm fonts -- breaks mathtext but results in small files
185187

188+
186189
# Set the verbose flags. This controls how much information
187190
# matplotlib gives you at runtime and where it goes. Ther verbosity
188191
# levels are: silent, helpful, debug, debug-annoying. Any level is

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
New entries should be added at the top
22

3+
2005-05-13 Added Florent Rougon's Axis set_label1 patch
4+
5+
2005-05-12 Started work on TeX text for antigrain using pngdvi -- see
6+
examples/tex_demo.py and the new module
7+
matplotlib.texmanager. Rotated text not supported and
8+
rendering small glyps is not working right yet. BUt large
9+
fontsizes and/or high dpi saved figs work great.
10+
311
2005-05-16 Added support for masked arrays in pcolor - JSWHIT
412

513
2005-05-10 New image resize options interpolation options. New values

0 commit comments

Comments
 (0)