scistag.plotstagΒΆ

The PlotStag module provides functions to render and interact with various kinds of plot such as bar charts, line charts, pie charts, histograms or matrices such as images.

scistag.plotstag.figure

Defines the Figure and all it's helper classes which lay the foundation for rendering plots.

scistag.plotstag.layers

Contains the single layer types of a plot such as line charts, bar charts etc.

scistag.plotstag.matplot_helper

Implements the matplot helper class which provides some basic wrapping functions for integrating matplotlib

scistag.plotstag.matplot_lock

scistag.plotstag.plot

Implements the Plot class which visualizes a single plot within a Figure.

scistag.plotstag.plot_layer

The PlotLayer visualizes a plot's content such as a bar graph, a scatter plot etc.