RWTH-colors
This package provides hexcodes for the official RWTH Aachen colorspace as documented by the RWTH corporate design (CD)
guidelines.
Installation
Installing from pypi provides the rwth_colors
module:
pip install rwth-CD-colors
Alternatively, install from source:
pip install <path_to_folder/repository>
Usage
from rwth_colors import colors
from matplotlib import pyplot as plt
plt.bar(1, 1, color=colors[("blue", 50)])
plt.bar(1, 1, color=colors["blue"])
Available colors (requires matplotlib)
from rwth_colors import plot_colors
plot_colors()
