An object to store configuration of the inline backend.
More...
|
| rc |
|
| figure_formats |
|
| figure_format = Unicode(config=True, help=) |
|
| print_figure_kwargs |
|
| close_figures |
|
An object to store configuration of the inline backend.
◆ close_figures
config.InlineBackend.close_figures |
|
static |
Initial value:= Bool(True, config=True,
help=)
◆ figure_formats
config.InlineBackend.figure_formats |
|
static |
Initial value:= Set({'png'}, config=True,
help=)
◆ print_figure_kwargs
config.InlineBackend.print_figure_kwargs |
|
static |
Initial value:= Dict({'bbox_inches' : 'tight'}, config=True,
help=
)
◆ rc
Initial value:= Dict({
'figure.figsize': (9.0,6.0),
'figure.facecolor': (1,1,1,0),
'figure.edgecolor': (1,1,1,0),
'font.size': 10,
'savefig.dpi': 72,
'figure.subplot.bottom' : .125
},
config=True,
help=
)
The documentation for this class was generated from the following file:
- logic/jupyterkernel/mpl/config.py