c# - ScatterPlot PlotXY NI - Performence -
i use plotxy function of scatterplot (ni):
scatterplot.plotxy(xvalues.toarray(),values.toarray()); when have large data, works slow.
the graph updated slowly, , besides all program hangs.
i read in few places works slow large data, wanted know if there way improve performance of plotxy?
Comments
Post a Comment