Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 281b7b7

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

13 files changed

+261
-242
lines changed

‎.matplotlibrc

Copy file name to clipboardExpand all lines: .matplotlibrc
+3Lines 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

Copy file name to clipboardExpand all lines: CHANGELOG
+8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.