Visual Display of Data

Colors

Color Palettes

Plotting Good Practices -Python & Jupyter

The following examples specify how to produce quality plots using Matplotlib:

Stylesheets

To ensure consistency in customized plots its beneficial to create a “style sheet”. I have found this to be very helpful for maintaining control over control over distinct projects.

Python/Jupyter Specifics