for consistency on all platforms, rename `Plot` controls to `PlotView`.
Comments: Temporarily add ```cs [Obsolete("Replace with PlotView!")] public class Plot : PlotView { } ``` to avoid breaking change.
Comments: Temporarily add ```cs [Obsolete("Replace with PlotView!")] public class Plot : PlotView { } ``` to avoid breaking change.