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

Skip to content

Commit 4ba42f4

Browse files
committed
Fix some small differences between the encoded defaults and classic.
1 parent 4365e95 commit 4ba42f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ font.size : 12.0
7676
font.serif : Bitstream Vera Serif, DejaVu Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
7777
font.sans-serif: Bitstream Vera Sans, DejaVu Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
7878
font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, Script MT, Felipa, cursive
79-
font.fantasy : Comic Sans MS, Chicago, Charcoal, Impact, Western, Humor Sans, fantasy
79+
font.fantasy : Comic Sans MS, Chicago, Charcoal, ImpactWestern, Humor Sans, fantasy
8080
font.monospace : Bitstream Vera Sans Mono, DejaVu Sans Mono, Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace
8181

8282
### TEXT
@@ -306,7 +306,8 @@ agg.path.chunksize : 0 # 0 to disable; values in the range
306306
path.simplify : True # When True, simplify paths by removing "invisible"
307307
# points to reduce file size and increase rendering
308308
# speed
309-
path.simplify_threshold : 0.1 # The threshold of similarity below which
309+
path.simplify_threshold : 0.111111111111
310+
# The threshold of similarity below which
310311
# vertices will be removed in the simplification
311312
# process
312313
path.snap : True # When True, rectilinear axis-aligned paths will be snapped to
@@ -409,7 +410,7 @@ keymap.save : s, ctrl+s # saving current figure
409410
keymap.quit : ctrl+w, cmd+w # close the current figure
410411
keymap.grid : g # switching on/off a grid in current axes
411412
keymap.yscale : l # toggle scaling of y-axes ('log'/'linear')
412-
keymap.xscale : L, k # toggle scaling of x-axes ('log'/'linear')
413+
keymap.xscale : k, L # toggle scaling of x-axes ('log'/'linear')
413414
keymap.all_axes : a # enable all axes
414415

415416
###ANIMATION settings

0 commit comments

Comments
 (0)