Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fa7f50

Browse files
committed
Fix documentation of path.simplify to reflect reality
svn path=/trunk/matplotlib/; revision=7149
1 parent 594211a commit 7fa7f50

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

matplotlibrc.template

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,9 @@ backend : %(backend)s
289289
# A value of 20000 is probably a good
290290
# starting point.
291291
### SAVING FIGURES
292-
#path.simplify : False # When True, simplify paths in vector backends, such as
293-
# PDF, PS and SVG
292+
#path.simplify : False # When True, simplify paths by removing "invisible"
293+
# points to reduce file size and increase rendering
294+
# speed
294295
#path.simplify_threshold : 0.1 # The threshold of similarity below which
295296
# vertices will be removed in the simplification
296297
# process

0 commit comments

Comments
 (0)