API reference#

FINAM components for plotting spatial and temporal data.

Grid and mesh plots#

ColorMeshPlot([title, pos, size, ...])

Raster image plot component for uniform and rectilinear grids.

ContourPlot([title, fill, triangulate, pos, ...])

Contour plot component for structured and unstructured grids

GridSpecPlot(inputs[, title, colors, pos, size])

Plots the geometry of grid specifications

ImagePlot([title, pos, size, update_interval])

Raster image plot component for uniform grids.

Point and line plots#

SchedulePlot(inputs[, title, colors, pos, ...])

Live visualization of module update schedule.

StepTimeSeriesPlot(inputs, start, step[, ...])

Line plot for multiple time series, with internal time step.

TimeSeriesPlot(inputs[, title, colors, pos, ...])

Line plot for multiple time series, push-based.

XyPlot(inputs[, title, colors, pos, size, ...])

Line and scatter plots for multiple instant series, push-based.

Base classes#

PlotBase([title, pos, size, update_interval])

Base class for push-based plots