10000 Changing path.simplify rc param in testing style · matplotlib/matplotlib@6555943 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6555943

Browse files
committed
Changing path.simplify rc param in testing style
Reflects historical reality that no simplification was actually done.
1 parent e76a19a commit 6555943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mpl-data/stylelib/_classic_test.mplstyle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ agg.path.chunksize : 0 # 0 to disable; values in the range
393393
# A value of 20000 is probably a good
394394
# starting point.
395395
### SAVING FIGURES
396-
path.simplify : True # When True, simplify paths by removing "invisible"
396+
path.simplify : False # When True, simplify paths by removing "invisible"
397397
# points to reduce file size and increase rendering
398398
# speed
399399
path.simplify_threshold : 0.1111111111111111

0 commit comments

Comments
 (0)
0