swimpy.plotΒΆ

SWIM related plotting functions and the generic plot_function decorator.

Standalone functions to create plots for SWIM input/output. They are used throught the SWIMpy package but collected here to enable reuse.

All functions should accept an optional ax=None argument to plot to. This argument will always be converted to a valid axes (i.e. plt.gca() if None).

Project.method or Project.plugin.methods that implement plots should use the plot_function decorator to allow generic functionality.

Scroll To Top