Qudi
Static Public Attributes | List of all members
config.InlineBackend Class Reference

An object to store configuration of the inline backend. More...

Inheritance diagram for config.InlineBackend:
Inheritance graph
[legend]
Collaboration diagram for config.InlineBackend:
Collaboration graph
[legend]

Static Public Attributes

 rc
 
 figure_formats
 
 figure_format = Unicode(config=True, help=)
 
 print_figure_kwargs
 
 close_figures
 

Detailed Description

An object to store configuration of the inline backend.

Member Data Documentation

◆ 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

config.InlineBackend.rc
static
Initial value:
= Dict({
# figures are
'figure.figsize': (9.0,6.0),
# play nicely with white background in the Qt and notebook frontend
'figure.facecolor': (1,1,1,0),
'figure.edgecolor': (1,1,1,0),
# 12pt labels get cutoff on 6x4 logplots, so use 10pt.
'font.size': 10,
# 72 dpi matches SVG/qtconsole
# this only affects PNG export, as SVG has no dpi setting
'savefig.dpi': 72,
# 10pt still needs a little more room on the xlabel:
'figure.subplot.bottom' : .125
},
config=True,
help=
)

The documentation for this class was generated from the following file: