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

Skip to content

Commit eb96eb3

Browse files
committed
Fix up the parameter table
1 parent b1e6b4b commit eb96eb3

File tree

1 file changed

+37
-24
lines changed

1 file changed

+37
-24
lines changed

doc/users/whats_new.rst

Lines changed: 37 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -616,30 +616,43 @@ Configuration (rcParams)
616616

617617
Some parameters have been added, others have been improved.
618618

619-
========================= ==================================================
620-
Parameter Description
621-
========================= ==================================================
622-
`{x,y}axis.labelpad` mplot3d now respects these parameters
623-
`axes.labelpad` Default space between the axis and the label
624-
`errorbar.capsize` Default length of end caps on error bars
625-
`{x,y}tick.minor.visible` Default visibility of minor x/y ticks
626-
`legend.framealpha` Default transparency of the legend frame box
627-
`legend.facecolor` Default facecolor of legend frame box (or
628-
``'inherit'`` from `axes.facecolor`)
629-
`legend.edgecolor` Default edgecolor of legend frame box (or
630-
``'inherit'`` from `axes.edgecolor`)
631-
`figure.titlesize` Default font size for figure suptitles
632-
`figure.titleweight` Default font weight for figure suptitles
633-
`image.composite_image` Whether a vector graphics backend should composite
634-
several images into a single image or not when
635-
saving. Useful when needing to edit the files
636-
further in Inkscape or other programs.
637-
`markers.fillstyle` Default fillstyle of markers. Possible values are
638-
``'full'`` (the default), ``'left'``, ``'right'``,
639-
``'bottom'``, ``'top'`` and ``'none'``
640-
`toolbar` Added ``'toolmanager'`` as a valid value, enabling
641-
the experimental ``ToolManager`` feature.
642-
========================= ===================================================
619+
+-------------------------+--------------------------------------------------+
620+
| Parameter | Description |
621+
+=========================+==================================================+
622+
|`{x,y}axis.labelpad` | mplot3d now respects these parameters |
623+
+-------------------------+--------------------------------------------------+
624+
|`axes.labelpad` | Default space between the axis and the label |
625+
+-------------------------+--------------------------------------------------+
626+
|`errorbar.capsize` | Default length of end caps on error bars |
627+
+-------------------------+--------------------------------------------------+
628+
|`{x,y}tick.minor.visible`| Default visibility of minor x/y ticks |
629+
+-------------------------+--------------------------------------------------+
630+
|`legend.framealpha` | Default transparency of the legend frame box |
631+
+-------------------------+--------------------------------------------------+
632+
|`legend.facecolor` | Default facecolor of legend frame box (or |
633+
| | ``'inherit'`` from `axes.facecolor`) |
634+
+-------------------------+--------------------------------------------------+
635+
|`legend.edgecolor` | Default edgecolor of legend frame box (or |
636+
| | ``'inherit'`` from `axes.edgecolor`) |
637+
+-------------------------+--------------------------------------------------+
638+
|`figure.titlesize` | Default font size for figure suptitles |
639+
+-------------------------+--------------------------------------------------+
640+
|`figure.titleweight` | Default font weight for figure suptitles |
641+
+-------------------------+--------------------------------------------------+
642+
|`image.composite_image` | Whether a vector graphics backend should |
643+
| | composite several images into a single image or |
644+
| | not when saving. Useful when needing to edit the |
645+
| | files further in Inkscape or other programs. |
646+
+-------------------------+--------------------------------------------------+
647+
|`markers.fillstyle` | Default fillstyle of markers. Possible values |
648+
| | are ``'full'`` (the default), ``'left'``, |
649+
| | ``'right'``, ``'bottom'``, ``'top'`` and |
650+
| | ``'none'`` |
651+
+-------------------------+--------------------------------------------------+
652+
|`toolbar` | Added ``'toolmanager'`` as a valid value, |
653+
| | enabling the experimental ``ToolManager`` |
654+
| | feature. |
655+
+-------------------------+--------------------------------------------------+
643656

644657
Backends
645658
--------

0 commit comments

Comments
 (0)