|
From: <md...@us...> - 2008-06-02 17:58:07
|
Revision: 5364
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5364&view=rev
Author: mdboom
Date: 2008-06-02 10:57:28 -0700 (Mon, 02 Jun 2008)
Log Message:
-----------
Add examples of different mathtext font sets.
Modified Paths:
--------------
trunk/matplotlib/doc/users/mathtext.rst
Added Paths:
-----------
trunk/matplotlib/doc/_static/cm_fontset.png
trunk/matplotlib/doc/_static/stix_fontset.png
trunk/matplotlib/doc/_static/stixsans_fontset.png
Added: trunk/matplotlib/doc/_static/cm_fontset.png
===================================================================
(Binary files differ)
Property changes on: trunk/matplotlib/doc/_static/cm_fontset.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/matplotlib/doc/_static/stix_fontset.png
===================================================================
(Binary files differ)
Property changes on: trunk/matplotlib/doc/_static/stix_fontset.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/matplotlib/doc/_static/stixsans_fontset.png
===================================================================
(Binary files differ)
Property changes on: trunk/matplotlib/doc/_static/stixsans_fontset.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/matplotlib/doc/users/mathtext.rst
===================================================================
--- trunk/matplotlib/doc/users/mathtext.rst 2008-06-02 17:40:19 UTC (rev 5363)
+++ trunk/matplotlib/doc/users/mathtext.rst 2008-06-02 17:57:28 UTC (rev 5364)
@@ -160,7 +160,21 @@
.. image:: ../_static/stix_fonts.png
+There are also three global "font sets" to choose from, which are
+selected using the ``mathtext.fontset`` parameter in ``matplotibrc``.
+``cm``: **Computer Modern (TeX)**
+
+.. image:: ../_static/cm_fontset.png
+
+``stix``: **STIX** (designed to blend well with Times)
+
+.. image:: ../_static/stix_fontset.png
+
+``stixsans``: **STIX sans-serif**
+
+.. image:: ../_static/stixsans_fontset.png
+
Accents
-------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|