@@ -278,9 +278,6 @@ figure.facecolor : 0.75 # figure facecolor; 0.75 is scalar gray
278
278
figure.edgecolor : w # figure edgecolor
279
279
figure.autolayout : False # When True, automatically adjust subplot
280
280
# 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.
284
281
figure.frameon : True
285
282
286
283
# The figure subplot parameters. All dimensions are a fraction of the
@@ -385,18 +382,13 @@ savefig.bbox : standard # 'tight' or 'standard'.
385
382
# use ffmpeg_file instead
386
383
savefig.pad_inches : 0.1 # Padding to be used when bbox is set to 'tight'
387
384
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
390
385
savefig.transparent : False # setting that controls whether figures are saved with a
391
386
# transparent background by default
392
387
savefig.frameon : True
393
388
savefig.orientation : portrait
394
389
395
390
nbagg.transparent: True
396
391
397
- # tk backend params
398
- tk.window_focus : False # Maintain shell focus for TkAgg
399
-
400
392
# ps backend params
401
393
ps.papersize : letter # auto, letter, legal, ledger, A0-A10, B0-B10
402
394
ps.useafm : False # use of afm fonts, results in small files
@@ -418,7 +410,7 @@ pdf.use14corefonts : False
418
410
pgf.debug : False
419
411
pgf.texsystem : xelatex
420
412
pgf.rcfonts : True
421
- pgf.preamble :
413
+ pgf.preamble :
422
414
423
415
# svg backend params
424
416
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')
467
459
keymap.xscale : k, L # toggle scaling of x-axes ('log'/'linear')
468
460
keymap.all_axes : a # enable all axes
469
461
470
- toolbar: toolbar2
471
-
472
462
###ANIMATION settings
473
463
animation.writer : ffmpeg # MovieWriter 'backend' to use
474
464
animation.codec : mpeg4 # Codec to use for writing movie
0 commit comments