figures.mplstyle 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624
  1. #### TICKS
  2. ## see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick
  3. #xtick.top : False ## draw ticks on the top side
  4. #xtick.bottom : True ## draw ticks on the bottom side
  5. #xtick.labeltop : False ## draw label on the top
  6. #xtick.labelbottom : True ## draw label on the bottom
  7. #xtick.major.size : 3.5 ## major tick size in points
  8. #xtick.minor.size : 2 ## minor tick size in points
  9. #xtick.major.width : 0.8 ## major tick width in points
  10. #xtick.minor.width : 0.6 ## minor tick width in points
  11. xtick.major.pad : 1.5 ## distance to major tick label in points
  12. xtick.minor.pad : 1.4 ## distance to the minor tick label in points
  13. #xtick.color : black ## color of the tick labels
  14. #xtick.labelsize : medium ## fontsize of the tick labels
  15. #xtick.direction : out ## direction: in, out, or inout
  16. #xtick.minor.visible : False ## visibility of minor ticks on x-axis
  17. #xtick.major.top : True ## draw x axis top major ticks
  18. #xtick.major.bottom : True ## draw x axis bottom major ticks
  19. #xtick.minor.top : True ## draw x axis top minor ticks
  20. #xtick.minor.bottom : True ## draw x axis bottom minor ticks
  21. #xtick.alignment : center ## alignment of xticks
  22. #ytick.left : True ## draw ticks on the left side
  23. #ytick.right : False ## draw ticks on the right side
  24. #ytick.labelleft : True ## draw tick labels on the left side
  25. #ytick.labelright : False ## draw tick labels on the right side
  26. #ytick.major.size : 3.5 ## major tick size in points
  27. #ytick.minor.size : 2 ## minor tick size in points
  28. #ytick.major.width : 0.8 ## major tick width in points
  29. #ytick.minor.width : 0.6 ## minor tick width in points
  30. ytick.major.pad : 1.5 ## distance to major tick label in points
  31. ytick.minor.pad : 1.4 ## distance to the minor tick label in points
  32. #ytick.color : black ## color of the tick labels
  33. #ytick.labelsize : medium ## fontsize of the tick labels
  34. #ytick.direction : out ## direction: in, out, or inout
  35. #ytick.minor.visible : False ## visibility of minor ticks on y-axis
  36. #ytick.major.left : True ## draw y axis left major ticks
  37. #ytick.major.right : True ## draw y axis right major ticks
  38. #ytick.minor.left : True ## draw y axis left minor ticks
  39. #ytick.minor.right : True ## draw y axis right minor ticks
  40. #ytick.alignment : center_baseline ## alignment of yticks
  41. #### MATPLOTLIBRC FORMAT
  42. ## This is a sample matplotlib configuration file - you can find a copy
  43. ## of it on your system in
  44. ## site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it
  45. ## there, please note that it will be overwritten in your next install.
  46. ## If you want to keep a permanent local copy that will not be
  47. ## overwritten, place it in the following location:
  48. ## unix/linux:
  49. ## $HOME/.config/matplotlib/matplotlibrc or
  50. ## $XDG_CONFIG_HOME/matplotlib/matplotlibrc (if $XDG_CONFIG_HOME is set)
  51. ## other platforms:
  52. ## $HOME/.matplotlib/matplotlibrc
  53. ##
  54. ## See http://matplotlib.org/users/customizing.html#the-matplotlibrc-file for
  55. ## more details on the paths which are checked for the configuration file.
  56. ##
  57. ## This file is best viewed in a editor which supports python mode
  58. ## syntax highlighting. Blank lines, or lines starting with a comment
  59. ## symbol, are ignored, as are trailing comments. Other lines must
  60. ## have the format
  61. ## key : val ## optional comment
  62. ##
  63. ## Colors: for the color values below, you can either use - a
  64. ## matplotlib color string, such as r, k, or b - an rgb tuple, such as
  65. ## (1.0, 0.5, 0.0) - a hex string, such as ff00ff - a scalar
  66. ## grayscale intensity such as 0.75 - a legal html color name, e.g., red,
  67. ## blue, darkslategray
  68. ##### CONFIGURATION BEGINS HERE
  69. ## The default backend. If you omit this parameter, the first
  70. ## working backend from the following list is used:
  71. ## MacOSX Qt5Agg Qt4Agg Gtk3Agg TkAgg WxAgg Agg
  72. ##
  73. ## Other choices include:
  74. ## Qt5Cairo Qt4Cairo GTK3Cairo TkCairo WxCairo Cairo Wx PS PDF SVG Template.
  75. ##
  76. ## You can also deploy your own backend outside of matplotlib by
  77. ## referring to the module name (which must be in the PYTHONPATH) as
  78. ## 'module://my_backend'.
  79. #backend : Agg
  80. ## Note that this can be overridden by the environment variable
  81. ## QT_API used by Enthought Tool Suite (ETS); valid values are
  82. ## "pyqt" and "pyside". The "pyqt" setting has the side effect of
  83. ## forcing the use of Version 2 API for QString and QVariant.
  84. ## The port to use for the web server in the WebAgg backend.
  85. #webagg.port : 8988
  86. ## The address on which the WebAgg web server should be reachable
  87. #webagg.address : 127.0.0.1
  88. ## If webagg.port is unavailable, a number of other random ports will
  89. ## be tried until one that is available is found.
  90. #webagg.port_retries : 50
  91. ## When True, open the webbrowser to the plot that is shown
  92. #webagg.open_in_browser : True
  93. ## if you are running pyplot inside a GUI and your backend choice
  94. ## conflicts, we will automatically try to find a compatible one for
  95. ## you if backend_fallback is True
  96. #backend_fallback: True
  97. #interactive : False
  98. #toolbar : toolbar2 ## None | toolbar2 ("classic" is deprecated)
  99. #timezone : UTC ## a pytz timezone string, e.g., US/Central or Europe/Paris
  100. ## Where your matplotlib data lives if you installed to a non-default
  101. ## location. This is where the matplotlib fonts, bitmaps, etc reside
  102. #datapath : /home/jdhunter/mpldata
  103. #### LINES
  104. ## See http://matplotlib.org/api/artist_api.html#module-matplotlib.lines for more
  105. ## information on line properties.
  106. #lines.linewidth : 1.5 ## line width in points
  107. #lines.linestyle : - ## solid line
  108. #lines.color : C0 ## has no affect on plot(); see axes.prop_cycle
  109. #lines.marker : None ## the default marker
  110. #lines.markerfacecolor : auto ## the default markerfacecolor
  111. #lines.markeredgecolor : auto ## the default markeredgecolor
  112. #lines.markeredgewidth : 1.0 ## the line width around the marker symbol
  113. #lines.markersize : 6 ## markersize, in points
  114. #lines.dash_joinstyle : round ## miter|round|bevel
  115. #lines.dash_capstyle : butt ## butt|round|projecting
  116. #lines.solid_joinstyle : round ## miter|round|bevel
  117. #lines.solid_capstyle : projecting ## butt|round|projecting
  118. #lines.antialiased : True ## render lines in antialiased (no jaggies)
  119. ## The three standard dash patterns. These are scaled by the linewidth.
  120. #lines.dashed_pattern : 3.7, 1.6
  121. #lines.dashdot_pattern : 6.4, 1.6, 1, 1.6
  122. #lines.dotted_pattern : 1, 1.65
  123. #lines.scale_dashes : True
  124. #markers.fillstyle: full ## full|left|right|bottom|top|none
  125. #### PATCHES
  126. ## Patches are graphical objects that fill 2D space, like polygons or
  127. ## circles. See
  128. ## http://matplotlib.org/api/artist_api.html#module-matplotlib.patches
  129. ## information on patch properties
  130. #patch.linewidth : 1 ## edge width in points.
  131. #patch.facecolor : C0
  132. #patch.edgecolor : black ## if forced, or patch is not filled
  133. #patch.force_edgecolor : False ## True to always use edgecolor
  134. #patch.antialiased : True ## render patches in antialiased (no jaggies)
  135. #### HATCHES
  136. #hatch.color : black
  137. #hatch.linewidth : 1.0
  138. #### Boxplot
  139. #boxplot.notch : False
  140. #boxplot.vertical : True
  141. #boxplot.whiskers : 1.5
  142. #boxplot.bootstrap : None
  143. #boxplot.patchartist : False
  144. #boxplot.showmeans : False
  145. #boxplot.showcaps : True
  146. #boxplot.showbox : True
  147. #boxplot.showfliers : True
  148. #boxplot.meanline : False
  149. #boxplot.flierprops.color : black
  150. #boxplot.flierprops.marker : o
  151. #boxplot.flierprops.markerfacecolor : none
  152. #boxplot.flierprops.markeredgecolor : black
  153. #boxplot.flierprops.markeredgewidth : 1.0
  154. #boxplot.flierprops.markersize : 6
  155. #boxplot.flierprops.linestyle : none
  156. #boxplot.flierprops.linewidth : 1.0
  157. #boxplot.boxprops.color : black
  158. #boxplot.boxprops.linewidth : 1.0
  159. #boxplot.boxprops.linestyle : -
  160. #boxplot.whiskerprops.color : black
  161. #boxplot.whiskerprops.linewidth : 1.0
  162. #boxplot.whiskerprops.linestyle : -
  163. #boxplot.capprops.color : black
  164. #boxplot.capprops.linewidth : 1.0
  165. #boxplot.capprops.linestyle : -
  166. #boxplot.medianprops.color : C1
  167. #boxplot.medianprops.linewidth : 1.0
  168. #boxplot.medianprops.linestyle : -
  169. #boxplot.meanprops.color : C2
  170. #boxplot.meanprops.marker : ^
  171. #boxplot.meanprops.markerfacecolor : C2
  172. #boxplot.meanprops.markeredgecolor : C2
  173. #boxplot.meanprops.markersize : 6
  174. #boxplot.meanprops.linestyle : --
  175. #boxplot.meanprops.linewidth : 1.0
  176. #### FONT
  177. ## font properties used by text.Text. See
  178. ## http://matplotlib.org/api/font_manager_api.html for more
  179. ## information on font properties. The 6 font properties used for font
  180. ## matching are given below with their default values.
  181. ##
  182. ## The font.family property has five values: 'serif' (e.g., Times),
  183. ## 'sans-serif' (e.g., Helvetica), 'cursive' (e.g., Zapf-Chancery),
  184. ## 'fantasy' (e.g., Western), and 'monospace' (e.g., Courier). Each of
  185. ## these font families has a default list of font names in decreasing
  186. ## order of priority associated with them. When text.usetex is False,
  187. ## font.family may also be one or more concrete font names.
  188. ##
  189. ## The font.style property has three values: normal (or roman), italic
  190. ## or oblique. The oblique style will be used for italic, if it is not
  191. ## present.
  192. ##
  193. ## The font.variant property has two values: normal or small-caps. For
  194. ## TrueType fonts, which are scalable fonts, small-caps is equivalent
  195. ## to using a font size of 'smaller', or about 83%% of the current font
  196. ## size.
  197. ##
  198. ## The font.weight property has effectively 13 values: normal, bold,
  199. ## bolder, lighter, 100, 200, 300, ..., 900. Normal is the same as
  200. ## 400, and bold is 700. bolder and lighter are relative values with
  201. ## respect to the current weight.
  202. ##
  203. ## The font.stretch property has 11 values: ultra-condensed,
  204. ## extra-condensed, condensed, semi-condensed, normal, semi-expanded,
  205. ## expanded, extra-expanded, ultra-expanded, wider, and narrower. This
  206. ## property is not currently implemented.
  207. ##
  208. ## The font.size property is the default font size for text, given in pts.
  209. ## 10 pt is the standard value.
  210. #font.family : sans-serif
  211. #font.style : normal
  212. #font.variant : normal
  213. #font.weight : normal
  214. #font.stretch : normal
  215. ## note that font.size controls default text sizes. To configure
  216. ## special text sizes tick labels, axes, labels, title, etc, see the rc
  217. ## settings for axes and ticks. Special text sizes can be defined
  218. ## relative to font.size, using the following values: xx-small, x-small,
  219. ## small, medium, large, x-large, xx-large, larger, or smaller
  220. font.size : 6.0
  221. #font.serif : DejaVu Serif, Bitstream Vera Serif, Computer Modern Roman, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
  222. #font.sans-serif : DejaVu Sans, Bitstream Vera Sans, Computer Modern Sans Serif, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
  223. #font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, Script MT, Felipa, cursive
  224. #font.fantasy : Comic Sans MS, Chicago, Charcoal, ImpactWestern, Humor Sans, xkcd, fantasy
  225. #font.monospace : DejaVu Sans Mono, Bitstream Vera Sans Mono, Computer Modern Typewriter, Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace
  226. #### TEXT
  227. ## text properties used by text.Text. See
  228. ## http://matplotlib.org/api/artist_api.html#module-matplotlib.text for more
  229. ## information on text properties
  230. #text.color : black
  231. #### LaTeX customizations. See http://wiki.scipy.org/Cookbook/Matplotlib/UsingTex
  232. #text.usetex : False ## use latex for all text handling. The following fonts
  233. ## are supported through the usual rc parameter settings:
  234. ## new century schoolbook, bookman, times, palatino,
  235. ## zapf chancery, charter, serif, sans-serif, helvetica,
  236. ## avant garde, courier, monospace, computer modern roman,
  237. ## computer modern sans serif, computer modern typewriter
  238. ## If another font is desired which can loaded using the
  239. ## LaTeX \usepackage command, please inquire at the
  240. ## matplotlib mailing list
  241. #text.latex.preamble : ## IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES
  242. ## AND IS THEREFORE UNSUPPORTED. PLEASE DO NOT ASK FOR HELP
  243. ## IF THIS FEATURE DOES NOT DO WHAT YOU EXPECT IT TO.
  244. ## text.latex.preamble is a single line of LaTeX code that
  245. ## will be passed on to the LaTeX system. It may contain
  246. ## any code that is valid for the LaTeX "preamble", i.e.
  247. ## between the "\documentclass" and "\begin{document}"
  248. ## statements.
  249. ## Note that it has to be put on a single line, which may
  250. ## become quite long.
  251. ## The following packages are always loaded with usetex, so
  252. ## beware of package collisions: color, geometry, graphicx,
  253. ## type1cm, textcomp.
  254. ## Adobe Postscript (PSSNFS) font packages may also be
  255. ## loaded, depending on your font settings.
  256. #text.latex.preview : False
  257. #text.hinting : auto ## May be one of the following:
  258. ## none: Perform no hinting
  259. ## auto: Use FreeType's autohinter
  260. ## native: Use the hinting information in the
  261. # font file, if available, and if your
  262. # FreeType library supports it
  263. ## either: Use the native hinting information,
  264. # or the autohinter if none is available.
  265. ## For backward compatibility, this value may also be
  266. ## True === 'auto' or False === 'none'.
  267. #text.hinting_factor : 8 ## Specifies the amount of softness for hinting in the
  268. ## horizontal direction. A value of 1 will hint to full
  269. ## pixels. A value of 2 will hint to half pixels etc.
  270. #text.antialiased : True ## If True (default), the text will be antialiased.
  271. ## This only affects the Agg backend.
  272. ## The following settings allow you to select the fonts in math mode.
  273. ## They map from a TeX font name to a fontconfig font pattern.
  274. ## These settings are only used if mathtext.fontset is 'custom'.
  275. ## Note that this "custom" mode is unsupported and may go away in the
  276. ## future.
  277. #mathtext.cal : cursive
  278. #mathtext.rm : sans
  279. #mathtext.tt : monospace
  280. #mathtext.it : sans:italic
  281. #mathtext.bf : sans:bold
  282. #mathtext.sf : sans
  283. #mathtext.fontset : dejavusans ## Should be 'dejavusans' (default),
  284. ## 'dejavuserif', 'cm' (Computer Modern), 'stix',
  285. ## 'stixsans' or 'custom'
  286. #mathtext.fallback_to_cm : True ## When True, use symbols from the Computer Modern
  287. ## fonts when a symbol can not be found in one of
  288. ## the custom math fonts.
  289. #mathtext.default : it ## The default font to use for math.
  290. ## Can be any of the LaTeX font names, including
  291. ## the special name "regular" for the same font
  292. ## used in regular text.
  293. #### AXES
  294. ## default face and edge color, default tick sizes,
  295. ## default fontsizes for ticklabels, and so on. See
  296. ## http://matplotlib.org/api/axes_api.html#module-matplotlib.axes
  297. #axes.facecolor : white ## axes background color
  298. #axes.edgecolor : black ## axes edge color
  299. #axes.linewidth : 0.8 ## edge linewidth
  300. #axes.grid : False ## display grid or not
  301. #axes.grid.axis : both ## which axis the grid should apply to
  302. #axes.grid.which : major ## gridlines at major, minor or both ticks
  303. #axes.titlesize : large ## fontsize of the axes title
  304. #axes.titleweight : normal ## font weight of title
  305. #axes.titlepad : 6.0 ## pad between axes and title in points
  306. #axes.labelsize : medium ## fontsize of the x any y labels
  307. axes.labelpad : 1.5 ## space between label and axis
  308. #axes.labelweight : normal ## weight of the x and y labels
  309. #axes.labelcolor : black
  310. #axes.axisbelow : line ## draw axis gridlines and ticks below
  311. ## patches (True); above patches but below
  312. ## lines ('line'); or above all (False)
  313. #axes.formatter.limits : -7, 7 ## use scientific notation if log10
  314. ## of the axis range is smaller than the
  315. ## first or larger than the second
  316. #axes.formatter.use_locale : False ## When True, format tick labels
  317. ## according to the user's locale.
  318. ## For example, use ',' as a decimal
  319. ## separator in the fr_FR locale.
  320. #axes.formatter.use_mathtext : False ## When True, use mathtext for scientific
  321. ## notation.
  322. #axes.formatter.min_exponent: 0 ## minimum exponent to format in scientific notation
  323. #axes.formatter.useoffset : True ## If True, the tick label formatter
  324. ## will default to labeling ticks relative
  325. ## to an offset when the data range is
  326. ## small compared to the minimum absolute
  327. ## value of the data.
  328. #axes.formatter.offset_threshold : 4 ## When useoffset is True, the offset
  329. ## will be used when it can remove
  330. ## at least this number of significant
  331. ## digits from tick labels.
  332. #axes.spines.left : True ## display axis spines
  333. #axes.spines.bottom : True
  334. #axes.spines.top : True
  335. #axes.spines.right : True
  336. #axes.unicode_minus : True ## use unicode for the minus symbol
  337. ## rather than hyphen. See
  338. ## http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
  339. #axes.prop_cycle : cycler('color', ['1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf'])
  340. ## color cycle for plot lines as list of string
  341. ## colorspecs: single letter, long name, or web-style hex
  342. ## Note the use of string escapes here ('1f77b4', instead of 1f77b4)
  343. ## as opposed to the rest of this file.
  344. #axes.autolimit_mode : data ## How to scale axes limits to the data.
  345. ## Use "data" to use data limits, plus some margin
  346. ## Use "round_number" move to the nearest "round" number
  347. #axes.xmargin : .05 ## x margin. See `axes.Axes.margins`
  348. #axes.ymargin : .05 ## y margin See `axes.Axes.margins`
  349. #polaraxes.grid : True ## display grid on polar axes
  350. #axes3d.grid : True ## display grid on 3d axes
  351. #### DATES
  352. ## These control the default format strings used in AutoDateFormatter.
  353. ## Any valid format datetime format string can be used (see the python
  354. ## `datetime` for details). For example using '%%x' will use the locale date representation
  355. ## '%%X' will use the locale time representation and '%%c' will use the full locale datetime
  356. ## representation.
  357. ## These values map to the scales:
  358. ## {'year': 365, 'month': 30, 'day': 1, 'hour': 1/24, 'minute': 1 / (24 * 60)}
  359. #date.autoformatter.year : %Y
  360. #date.autoformatter.month : %Y-%m
  361. #date.autoformatter.day : %Y-%m-%d
  362. #date.autoformatter.hour : %m-%d %H
  363. #date.autoformatter.minute : %d %H:%M
  364. #date.autoformatter.second : %H:%M:%S
  365. #date.autoformatter.microsecond : %M:%S.%f
  366. #### GRIDS
  367. #grid.color : b0b0b0 ## grid color
  368. #grid.linestyle : - ## solid
  369. #grid.linewidth : 0.8 ## in points
  370. #grid.alpha : 1.0 ## transparency, between 0.0 and 1.0
  371. #### Legend
  372. #legend.loc : best
  373. #legend.frameon : True ## if True, draw the legend on a background patch
  374. #legend.framealpha : 0.8 ## legend patch transparency
  375. #legend.facecolor : inherit ## inherit from axes.facecolor; or color spec
  376. #legend.edgecolor : 0.8 ## background patch boundary color
  377. #legend.fancybox : True ## if True, use a rounded box for the
  378. ## legend background, else a rectangle
  379. #legend.shadow : False ## if True, give background a shadow effect
  380. #legend.numpoints : 1 ## the number of marker points in the legend line
  381. #legend.scatterpoints : 1 ## number of scatter points
  382. #legend.markerscale : 1.0 ## the relative size of legend markers vs. original
  383. #legend.fontsize : medium
  384. #legend.title_fontsize : None ## None sets to the same as the default axes.
  385. ## Dimensions as fraction of fontsize:
  386. #legend.borderpad : 0.4 ## border whitespace
  387. #legend.labelspacing : 0.5 ## the vertical space between the legend entries
  388. #legend.handlelength : 2.0 ## the length of the legend lines
  389. #legend.handleheight : 0.7 ## the height of the legend handle
  390. #legend.handletextpad : 0.8 ## the space between the legend line and legend text
  391. #legend.borderaxespad : 0.5 ## the border between the axes and legend edge
  392. #legend.columnspacing : 2.0 ## column separation
  393. #### FIGURE
  394. ## See http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure
  395. #figure.titlesize : large ## size of the figure title (Figure.suptitle())
  396. #figure.titleweight : normal ## weight of the figure title
  397. #figure.figsize : 6.4, 4.8 ## figure size in inches
  398. #figure.dpi : 100 ## figure dots per inch
  399. #figure.facecolor : white ## figure facecolor
  400. #figure.edgecolor : white ## figure edgecolor
  401. #figure.frameon : True ## enable figure frame
  402. #figure.max_open_warning : 20 ## The maximum number of figures to open through
  403. ## the pyplot interface before emitting a warning.
  404. ## If less than one this feature is disabled.
  405. ## The figure subplot parameters. All dimensions are a fraction of the
  406. #figure.subplot.left : 0.125 ## the left side of the subplots of the figure
  407. #figure.subplot.right : 0.9 ## the right side of the subplots of the figure
  408. #figure.subplot.bottom : 0.11 ## the bottom of the subplots of the figure
  409. #figure.subplot.top : 0.88 ## the top of the subplots of the figure
  410. #figure.subplot.wspace : 0.2 ## the amount of width reserved for space between subplots,
  411. ## expressed as a fraction of the average axis width
  412. #figure.subplot.hspace : 0.2 ## the amount of height reserved for space between subplots,
  413. ## expressed as a fraction of the average axis height
  414. ## Figure layout
  415. #figure.autolayout : False ## When True, automatically adjust subplot
  416. ## parameters to make the plot fit the figure
  417. ## using `tight_layout`
  418. #figure.constrained_layout.use: False ## When True, automatically make plot
  419. ## elements fit on the figure. (Not compatible
  420. ## with `autolayout`, above).
  421. #figure.constrained_layout.h_pad : 0.04167 ## Padding around axes objects. Float representing
  422. #figure.constrained_layout.w_pad : 0.04167 ## inches. Default is 3./72. inches (3 pts)
  423. #figure.constrained_layout.hspace : 0.02 ## Space between subplot groups. Float representing
  424. #figure.constrained_layout.wspace : 0.02 ## a fraction of the subplot widths being separated.
  425. #### IMAGES
  426. #image.aspect : equal ## equal | auto | a number
  427. #image.interpolation : nearest ## see help(imshow) for options
  428. #image.cmap : viridis ## A colormap name, gray etc...
  429. #image.lut : 256 ## the size of the colormap lookup table
  430. #image.origin : upper ## lower | upper
  431. #image.resample : True
  432. #image.composite_image : True ## When True, all the images on a set of axes are
  433. ## combined into a single composite image before
  434. ## saving a figure as a vector graphics file,
  435. ## such as a PDF.
  436. #### CONTOUR PLOTS
  437. #contour.negative_linestyle : dashed ## string or on-off ink sequence
  438. #contour.corner_mask : True ## True | False | legacy
  439. #### ERRORBAR PLOTS
  440. #errorbar.capsize : 0 ## length of end cap on error bars in pixels
  441. #### HISTOGRAM PLOTS
  442. #hist.bins : 10 ## The default number of histogram bins.
  443. ## If Numpy 1.11 or later is
  444. ## installed, may also be `auto`
  445. #### SCATTER PLOTS
  446. #scatter.marker : o ## The default marker type for scatter plots.
  447. #scatter.edgecolors : face ## The default edgecolors for scatter plots.
  448. #### Agg rendering
  449. #### Warning: experimental, 2008/10/10
  450. #agg.path.chunksize : 0 ## 0 to disable; values in the range
  451. ## 10000 to 100000 can improve speed slightly
  452. ## and prevent an Agg rendering failure
  453. ## when plotting very large data sets,
  454. ## especially if they are very gappy.
  455. ## It may cause minor artifacts, though.
  456. ## A value of 20000 is probably a good
  457. ## starting point.
  458. #### PATHS
  459. #path.simplify : True ## When True, simplify paths by removing "invisible"
  460. ## points to reduce file size and increase rendering
  461. ## speed
  462. #path.simplify_threshold : 0.111111111111 ## The threshold of similarity below which
  463. ## vertices will be removed in the
  464. ## simplification process
  465. #path.snap : True ## When True, rectilinear axis-aligned paths will be snapped to
  466. ## the nearest pixel when certain criteria are met. When False,
  467. ## paths will never be snapped.
  468. #path.sketch : None ## May be none, or a 3-tuple of the form (scale, length,
  469. ## randomness).
  470. ## *scale* is the amplitude of the wiggle
  471. ## perpendicular to the line (in pixels). *length*
  472. ## is the length of the wiggle along the line (in
  473. ## pixels). *randomness* is the factor by which
  474. ## the length is randomly scaled.
  475. #path.effects : [] ##
  476. #### SAVING FIGURES
  477. ## the default savefig params can be different from the display params
  478. ## e.g., you may want a higher resolution, or to make the figure
  479. ## background white
  480. savefig.dpi : 300 ## figure dots per inch or 'figure'
  481. #savefig.facecolor : white ## figure facecolor when saving
  482. #savefig.edgecolor : white ## figure edgecolor when saving
  483. #savefig.format : png ## png, ps, pdf, svg
  484. #savefig.bbox : standard ## 'tight' or 'standard'.
  485. ## 'tight' is incompatible with pipe-based animation
  486. ## backends but will workd with temporary file based ones:
  487. ## e.g. setting animation.writer to ffmpeg will not work,
  488. ## use ffmpeg_file instead
  489. #savefig.pad_inches : 0.1 ## Padding to be used when bbox is set to 'tight'
  490. #savefig.jpeg_quality: 95 ## when a jpeg is saved, the default quality parameter.
  491. #savefig.directory : ~ ## default directory in savefig dialog box,
  492. ## leave empty to always use current working directory
  493. #savefig.transparent : False ## setting that controls whether figures are saved with a
  494. ## transparent background by default
  495. #savefig.orientation : portrait ## Orientation of saved figure
  496. ### tk backend params
  497. #tk.window_focus : False ## Maintain shell focus for TkAgg
  498. ### ps backend params
  499. #ps.papersize : letter ## auto, letter, legal, ledger, A0-A10, B0-B10
  500. #ps.useafm : False ## use of afm fonts, results in small files
  501. #ps.usedistiller : False ## can be: None, ghostscript or xpdf
  502. ## Experimental: may produce smaller files.
  503. ## xpdf intended for production of publication quality files,
  504. ## but requires ghostscript, xpdf and ps2eps
  505. #ps.distiller.res : 6000 ## dpi
  506. #ps.fonttype : 3 ## Output Type 3 (Type3) or Type 42 (TrueType)
  507. ### pdf backend params
  508. #pdf.compression : 6 ## integer from 0 to 9
  509. ## 0 disables compression (good for debugging)
  510. #pdf.fonttype : 3 ## Output Type 3 (Type3) or Type 42 (TrueType)
  511. #pdf.use14corefonts : False
  512. #pdf.inheritcolor : False
  513. ### svg backend params
  514. #svg.image_inline : True ## write raster image data directly into the svg file
  515. #svg.fonttype : path ## How to handle SVG fonts:
  516. ## none: Assume fonts are installed on the machine where the SVG will be viewed.
  517. ## path: Embed characters as paths -- supported by most SVG renderers
  518. #svg.hashsalt : None ## if not None, use this string as hash salt
  519. ## instead of uuid4
  520. ### pgf parameter
  521. #pgf.rcfonts : True
  522. #pgf.preamble : ## see text.latex.preamble for documentation
  523. #pgf.texsystem : xelatex
  524. ### docstring params
  525. ##docstring.hardcopy = False ## set this when you want to generate hardcopy docstring
  526. ## Event keys to interact with figures/plots via keyboard.
  527. ## Customize these settings according to your needs.
  528. ## Leave the field(s) empty if you don't need a key-map. (i.e., fullscreen : '')
  529. #keymap.fullscreen : f, ctrl+f ## toggling
  530. #keymap.home : h, r, home ## home or reset mnemonic
  531. #keymap.back : left, c, backspace, MouseButton.BACK ## forward / backward keys
  532. #keymap.forward : right, v, MouseButton.FORWARD ## for quick navigation
  533. #keymap.pan : p ## pan mnemonic
  534. #keymap.zoom : o ## zoom mnemonic
  535. #keymap.save : s, ctrl+s ## saving current figure
  536. #keymap.help : f1 ## display help about active tools
  537. #keymap.quit : ctrl+w, cmd+w, q ## close the current figure
  538. #keymap.quit_all : W, cmd+W, Q ## close all figures
  539. #keymap.grid : g ## switching on/off major grids in current axes
  540. #keymap.grid_minor : G ## switching on/off minor grids in current axes
  541. #keymap.yscale : l ## toggle scaling of y-axes ('log'/'linear')
  542. #keymap.xscale : k, L ## toggle scaling of x-axes ('log'/'linear')
  543. #keymap.all_axes : a ## enable all axes
  544. #keymap.copy : ctrl+c, cmd+c ## Copy figure to clipboard
  545. ###ANIMATION settings
  546. #animation.html : none ## How to display the animation as HTML in
  547. ## the IPython notebook. 'html5' uses
  548. ## HTML5 video tag; 'jshtml' creates a
  549. ## Javascript animation
  550. #animation.writer : ffmpeg ## MovieWriter 'backend' to use
  551. #animation.codec : h264 ## Codec to use for writing movie
  552. #animation.bitrate: -1 ## Controls size/quality tradeoff for movie.
  553. ## -1 implies let utility auto-determine
  554. #animation.frame_format: png ## Controls frame format used by temp files
  555. #animation.html_args: ## Additional arguments to pass to html writer
  556. #animation.ffmpeg_path: ffmpeg ## Path to ffmpeg binary. Without full path
  557. ## $PATH is searched
  558. #animation.ffmpeg_args: ## Additional arguments to pass to ffmpeg
  559. #animation.avconv_path: avconv ## Path to avconv binary. Without full path
  560. ## $PATH is searched
  561. #animation.avconv_args: ## Additional arguments to pass to avconv
  562. #animation.convert_path: convert ## Path to ImageMagick's convert binary.
  563. ## On Windows use the full path since convert
  564. ## is also the name of a system tool.
  565. #animation.convert_args: ## Additional arguments to pass to convert
  566. #animation.embed_limit : 20.0 ## Limit, in MB, of size of base64 encoded
  567. ## animation in HTML (i.e. IPython notebook)