tools.UI_confPlot module¶
Dialog for configuration of matplotlib plot widget
- class tools.UI_confPlot.ConfPlot(config=None, parent=None)[source]¶
Bases:
QDialogMatplotlib configuration
Methods
plot(textStyle)Do the sample plot using the specified style confuguration, the style configuration can be a named matplotlib style or a dictionary with rc_params
Update plot with the new configuration, global style or only a rcParams changed
updateStyle(textStyle)Update rcParams with the new selected style and update plot
value(config)Update ConfigParser instance with the config
- updatePlot()[source]¶
Update plot with the new configuration, global style or only a rcParams changed