gpvolve.pyplot¶
Lightweight matplotlib wrappers. Install with the [plot] extra.
draw_transition_matrix(msm, *, ax=None) -> Axesdraw_stationary(msm, *, ax=None) -> Axesdraw_flux_heatmap(flux, *, ax=None) -> Axesdraw_timescales(ts, *, ax=None) -> Axesdraw_landscape_1d(graph, *, fitness_column, ax=None) -> Axes
Every function accepts an optional ax argument so you can compose the
plots with other matplotlib artists. They all return the Axes they drew
on.