You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()".
The text was updated successfully, but these errors were encountered:
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()".
The text was updated successfully, but these errors were encountered: