Skip to content

Matplotlib style for 4Subsea.

License

Notifications You must be signed in to change notification settings

4Subsea/mplstyle-4ss

Repository files navigation

Matplotlib style for 4Subsea

Official 4Subsea colors in Python - Matplotlib.

How to use it?

import matplotlib.pyplot as plt


# Default style - suitable for notebooks and reports
plt.style.use("https://github.com/4Subsea/mplstyle-4ss/blob/main/4subsea.mplstyle?raw=True")

# Presentation style - suitable for notebooks and reports
plt.style.use("https://github.com/4Subsea/mplstyle-4ss/blob/main/4subsea_presentation.mplstyle?raw=True")

# Presentation style w/more colors- suitable for notebooks and reports
plt.style.use("https://github.com/4Subsea/mplstyle-4ss/blob/main/4subsea_presentation_additional_colors.mplstyle?raw=True")

After applying the style, your matplotlib plots will have the 4Subsea colors :)

Tip: Change style to update all your plots for e.g. presentations.

About

Matplotlib style for 4Subsea.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published