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

Popular posts from this blog

design - Custom Styling Qt Quick Controls -

Unable to remove the www from url on https using .htaccess -