Display Modes
Display mode classes are responsible for the translation of values to color, provide
functions like windowing and implement helper functions for displaying the
results.
Built-in Display Modes
Grayscale Mode
Custom Display Modes
Just extend the BaseMode class and add the mode class to the
PySeus.modes list.