toyplot.config module
Provides global configuration for Toyplot figures.
You can write to the attributes in toyplot.config
if you wish to change
the default behaviors for multiple figures.
- toyplot.config.autoformat = 'html'
Default value for the
toyplot.canvas.Canvas
autoformat feature.
- toyplot.config.autorender = True
Default value for the
toyplot.canvas.Canvas
autorender feature.
- toyplot.config.height = None
Default value for the
toyplot.canvas.Canvas
height.
- toyplot.config.width = None
Default value for the
toyplot.canvas.Canvas
width.