agepy.ageplot

Plotting module containing custom AGE matplotlib styles and functions for creating nice plots.

Attributes

age_styles: list

List of strings containing all the available custom AGE style sheets.

mpl_styles: list

List of strings containing all the available matplotlib style sheets.

colors: list

List of AGE colors (taken from the seaborn colorblind palette).

Functions

context

Context manager for using the AGE style in a with statement.

use

Function calling plt.style.use() for easier access to the custom AGE matplotlib style sheets.

Classes

figsize

Class for choosing the appropriate size of matplotlib figures.