While incorporating Topsoil into Squid, I discovered that in order to update the plotted data after a change to a datum, I needed to execute 'plot.setData(plot.getData());' A handy method refreshData() for the plot API that did this would be nice, so then I could call "plot.refreshData()".
While incorporating Topsoil into Squid, I discovered that in order to update the plotted data after a change to a datum, I needed to execute 'plot.setData(plot.getData());' A handy method refreshData() for the plot API that did this would be nice, so then I could call "plot.refreshData()".