ccu.fancyplots._gui.palette

GUI elements for viewing the matplotlib colour palette.

This module defines the PaletteWindow class.

class ccu.fancyplots._gui.palette.PaletteWindow(parent: FancyPlotsGUI, *args, **kwargs)[source]

Bases: Toplevel

View available matplotlib colours.

Variables:
  • image – The A Tkinter-compatible version of the usage instructions.

  • image_label – The ttk.Label containing the image.

  • parent – The running root.FancyPlotsGUI instance.

  • source_label – The ttk.Label containing the image source.

Create a subpanel for defining a reaction mechanism.

Parameters:
  • parent – The runnnig root.FancyPlotsGUI instance.

  • *args – Positional arguments for tkinter.Toplevel.

  • **kwargs – Keyword arguments for tkinter.Toplevel.

_organize() None[source]