I couldn't find anywhere if it is possible.
I've used Syncfusion SfChart before, and it is possible to bind the the chart with it's series collection, for exemple:
<chart:SfChart x:Name="SfChart1" Series="{Binding SeriesCollection}" >
Thant would be amazing to do something similar with ScottPlot, so whenever I update a plottable, the chart updates.
<WpfPlot Name="wpfPlot1" Plottables={Binding PlottablesCollection} />
Also, if there is any material about using ScottPlot with mvvm pattern, I would appreciate.