|
130 | 130 |
|
131 | 131 | #markers.fillstyle: full # {full, left, right, bottom, top, none} |
132 | 132 |
|
133 | | -#pcolor.shading : flat |
134 | | -#pcolormesh.snap : True # Whether to snap the mesh to pixel boundaries. This |
135 | | - # is provided solely to allow old test images to remain |
136 | | - # unchanged. Set to False to obtain the previous behavior. |
| 133 | +#pcolor.shading: flat |
| 134 | +#pcolormesh.snap: True # Whether to snap the mesh to pixel boundaries. This is |
| 135 | + # provided solely to allow old test images to remain |
| 136 | + # unchanged. Set to False to obtain the previous behavior. |
137 | 137 |
|
138 | 138 | ## *************************************************************************** |
139 | 139 | ## * PATCHES * |
|
321 | 321 | #text.hinting_factor: 8 # Specifies the amount of softness for hinting in the |
322 | 322 | # horizontal direction. A value of 1 will hint to full |
323 | 323 | # pixels. A value of 2 will hint to half pixels etc. |
324 | | -#text.kerning_factor : 0 # Specifies the scaling factor for kerning values. This |
325 | | - # is provided solely to allow old test images to remain |
326 | | - # unchanged. Set to 6 to obtain previous behavior. Values |
327 | | - # other than 0 or 6 have no defined meaning. |
| 324 | +#text.kerning_factor: 0 # Specifies the scaling factor for kerning values. This |
| 325 | + # is provided solely to allow old test images to remain |
| 326 | + # unchanged. Set to 6 to obtain previous behavior. |
| 327 | + # Values other than 0 or 6 have no defined meaning. |
328 | 328 | #text.antialiased: True # If True (default), the text will be antialiased. |
329 | 329 | # This only affects the Agg backend. |
330 | 330 |
|
|
584 | 584 | ## *************************************************************************** |
585 | 585 | ## * IMAGES * |
586 | 586 | ## *************************************************************************** |
587 | | -#image.aspect: equal # {equal, auto} or a number |
588 | | -#image.interpolation: antialiased # see help(imshow) for options |
589 | | -#image.cmap: viridis # A colormap name, gray etc... |
590 | | -#image.lut: 256 # the size of the colormap lookup table |
591 | | -#image.origin: upper # {lower, upper} |
592 | | -#image.resample: True |
| 587 | +#image.aspect: equal # {equal, auto} or a number |
| 588 | +#image.interpolation: antialiased # see help(imshow) for options |
| 589 | +#image.cmap: viridis # A colormap name, gray etc... |
| 590 | +#image.lut: 256 # the size of the colormap lookup table |
| 591 | +#image.origin: upper # {lower, upper} |
| 592 | +#image.resample: True |
593 | 593 | #image.composite_image: True # When True, all the images on a set of axes are |
594 | 594 | # combined into a single composite image before |
595 | 595 | # saving a figure as a vector graphics file, |
|
700 | 700 | #pdf.compression: 6 # integer from 0 to 9 |
701 | 701 | # 0 disables compression (good for debugging) |
702 | 702 | #pdf.fonttype: 3 # Output Type 3 (Type3) or Type 42 (TrueType) |
703 | | -#pdf.use14corefonts : False |
| 703 | +#pdf.use14corefonts: False |
704 | 704 | #pdf.inheritcolor: False |
705 | 705 |
|
706 | 706 | ### SVG backend params |
|
743 | 743 | #keymap.grid_minor: G # switching on/off minor grids in current axes |
744 | 744 | #keymap.yscale: l # toggle scaling of y-axes ('log'/'linear') |
745 | 745 | #keymap.xscale: k, L # toggle scaling of x-axes ('log'/'linear') |
746 | | -#keymap.copy: ctrl+c, cmd+c # Copy figure to clipboard |
| 746 | +#keymap.copy: ctrl+c, cmd+c # copy figure to clipboard |
747 | 747 |
|
748 | 748 |
|
749 | 749 | ## *************************************************************************** |
|
0 commit comments