pastas.plots.TrackSolve.plot_track_solve#

TrackSolve.plot_track_solve(params)[source]#

Method to plot model simulation while model is being solved.

Parameters

params (array_like) – array containing parameters

Return type

None

Examples

Pass this method to ml.solve(), e.g.:

>>> track = TrackSolve(ml)
>>> ml.solve(callback=track.plot_track_solve)