sbmlsim.plot.serialization_matplotlib

Serialization of Figure object to matplotlib.

Module Contents

Classes

MatplotlibFigureSerializer

Serializer for figures to matplotlib.

Functions

interp(x, xp, fp)

Interpolation for speedup of plots.

Attributes

logger

sbmlsim.plot.serialization_matplotlib.logger[source]
sbmlsim.plot.serialization_matplotlib.interp(x, xp, fp)[source]

Interpolation for speedup of plots.

Parameters:
  • x

  • xp

  • fp

Returns:

class sbmlsim.plot.serialization_matplotlib.MatplotlibFigureSerializer[source]

Serializer for figures to matplotlib.

classmethod _get_scale(axis)[source]

Get string representation of the scale.

Parameters:

axis (sbmlsim.plot.Axis) –

Return type:

str

classmethod to_figure(experiment, figure)[source]

Convert sbmlsim.Figure to matplotlib figure.

Parameters:
Return type:

matplotlib.figure.Figure