Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e68d239

Browse filesBrowse files
committed
Remove blacklisted styles from classic style
1 parent fdae5de commit e68d239
Copy full SHA for e68d239

File tree

Expand file treeCollapse file tree

1 file changed

+1
-11
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-11
lines changed

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

Copy file name to clipboardExpand all lines: lib/matplotlib/mpl-data/stylelib/classic.mplstyle
+1-11Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,6 @@ figure.facecolor : 0.75 # figure facecolor; 0.75 is scalar gray
278278
figure.edgecolor : w # figure edgecolor
279279
figure.autolayout : False # When True, automatically adjust subplot
280280
# parameters to make the plot fit the figure
281-
figure.max_open_warning : 20 # The maximum number of figures to open through
282-
# the pyplot interface before emitting a warning.
283-
# If less than one this feature is disabled.
284281
figure.frameon : True
285282

286283
# The figure subplot parameters. All dimensions are a fraction of the
@@ -385,18 +382,13 @@ savefig.bbox : standard # 'tight' or 'standard'.
385382
# use ffmpeg_file instead
386383
savefig.pad_inches : 0.1 # Padding to be used when bbox is set to 'tight'
387384
savefig.jpeg_quality: 95 # when a jpeg is saved, the default quality parameter.
388-
savefig.directory : ~ # default directory in savefig dialog box,
389-
# leave empty to always use current working directory
390385
savefig.transparent : False # setting that controls whether figures are saved with a
391386
# transparent background by default
392387
savefig.frameon : True
393388
savefig.orientation : portrait
394389

395390
nbagg.transparent: True
396391

397-
# tk backend params
398-
tk.window_focus : False # Maintain shell focus for TkAgg
399-
400392
# ps backend params
401393
ps.papersize : letter # auto, letter, legal, ledger, A0-A10, B0-B10
402394
ps.useafm : False # use of afm fonts, results in small files
@@ -418,7 +410,7 @@ pdf.use14corefonts : False
418410
pgf.debug : False
419411
pgf.texsystem : xelatex
420412
pgf.rcfonts : True
421-
pgf.preamble :
413+
pgf.preamble :
422414

423415
# svg backend params
424416
svg.image_inline : True # write raster image data directly into the svg file
@@ -467,8 +459,6 @@ keymap.yscale : l # toggle scaling of y-axes ('log'/'linear')
467459
keymap.xscale : k, L # toggle scaling of x-axes ('log'/'linear')
468460
keymap.all_axes : a # enable all axes
469461

470-
toolbar: toolbar2
471-
472462
###ANIMATION settings
473463
animation.writer : ffmpeg # MovieWriter 'backend' to use
474464
animation.codec : mpeg4 # Codec to use for writing movie

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.