pypomp.Pomp.plot_traces

Pomp.plot_traces(show: bool = True) Any

Plot parameter and log-likelihood traces from the results history.

Produces an interactive Plotly figure with one facet per parameter and one for logLik. Lines connect mif() / train() points for each replicate; pfilter() runs appear as dots. Replicates are distinguished by colour.

Parameters:

show (bool, optional) – Whether to call fig.show() before returning. Defaults to True.

Returns:

The Plotly figure object, or None if no results are stored.

Return type:

plotly.graph_objects.Figure or None