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.Canvasautoformat feature.
- toyplot.config.autorender = True
Default value for the
toyplot.canvas.Canvasautorender feature.
- toyplot.config.height = None
Default value for the
toyplot.canvas.Canvasheight.
- toyplot.config.width = None
Default value for the
toyplot.canvas.Canvaswidth.