Reference 〉 Function

TimeSeries.removePlot(namestr|list[str], reassignstrNone)

Removes a plot or plots and optionally reassigns their series to a different plot. This function can only be run prior to model.launchCpanel().

Parameters

  • name str|list[str], required

    The name of the plot to be removed, or a list with names of plots to be removed.

  • reassign str, optional

    If set, reassigns any series attached to the deleted plot to a different plot. If not set, any series attached to the plot are deleted.

    Default value: None

Notes and Examples

  1. Contribute a Note

    Your email address will not be published. Required fields are marked *

    You may use limited HTML for formatting. Please embed blocks of code in <pre><code> </code></pre> tags.

History