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