|
From: <md...@us...> - 2009-05-28 11:54:24
|
Revision: 7149
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7149&view=rev
Author: mdboom
Date: 2009-05-28 11:54:18 +0000 (Thu, 28 May 2009)
Log Message:
-----------
Fix documentation of path.simplify to reflect reality
Modified Paths:
--------------
trunk/matplotlib/matplotlibrc.template
Modified: trunk/matplotlib/matplotlibrc.template
===================================================================
--- trunk/matplotlib/matplotlibrc.template 2009-05-28 04:02:17 UTC (rev 7148)
+++ trunk/matplotlib/matplotlibrc.template 2009-05-28 11:54:18 UTC (rev 7149)
@@ -289,8 +289,9 @@
# A value of 20000 is probably a good
# starting point.
### SAVING FIGURES
-#path.simplify : False # When True, simplify paths in vector backends, such as
- # PDF, PS and SVG
+#path.simplify : False # When True, simplify paths by removing "invisible"
+ # points to reduce file size and increase rendering
+ # speed
#path.simplify_threshold : 0.1 # The threshold of similarity below which
# vertices will be removed in the simplification
# process
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|