|
From: <md...@us...> - 2010-05-20 14:59:40
|
Revision: 8327
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8327&view=rev
Author: mdboom
Date: 2010-05-20 14:59:33 +0000 (Thu, 20 May 2010)
Log Message:
-----------
Minor bug in accepting "sans serif" as a font family alias.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/font_manager.py
Modified: trunk/matplotlib/lib/matplotlib/font_manager.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/font_manager.py 2010-05-20 14:01:32 UTC (rev 8326)
+++ trunk/matplotlib/lib/matplotlib/font_manager.py 2010-05-20 14:59:33 UTC (rev 8327)
@@ -106,6 +106,7 @@
font_family_aliases = set([
'serif',
'sans-serif',
+ 'sans serif',
'cursive',
'fantasy',
'monospace',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|