style_picker¶
Dialogs for choosing Matplotlib colours and styles.
Classes:
|
Dialog for choosing Matplotlib colours. |
|
Dialog for choosing Matplotlib marker styles. |
-
class
ColourPicker(parent, title='Choose Colours', label='Choose Colours: ', picker_choices=None, selection_choices=None, *args, **kwds)[source]¶ Bases:
StylePickerDialog for choosing Matplotlib colours.
- Parameters
Methods:
apply(event)Called when the user presses the Apply button.
-
class
StylePicker(parent, title='Choose Styles', label='Choose Styles: ', selection_choices=None, *args, **kwds)[source]¶ Bases:
DialogDialog for choosing Matplotlib marker styles.
- Parameters
Methods:
apply(event)Called when the user presses the Apply button.
cancel(_)Called when the user presses the Cancel button.