dplot window flashes

Q&A for C, C++, and/or C# developers using DPlot

Moderator: DPlotAdmin

Post Reply
thorthebrave
Posts: 9
Joined: Mon Nov 09, 2009 5:47 pm

dplot window flashes

Post by thorthebrave »

for an yxplot, button1 test1. When i use your code the plot window stays open. Then I switch out your x any y with my own, that is all that I change. I know that my data is in the 1000s so I should change the scale and tickmark, but even when I do that, the window flashes. Not flashes, but the window appears for a split second and then disappears.
Do you have any idea why. ?
thorthebrave
Posts: 9
Joined: Mon Nov 09, 2009 5:47 pm

I got it

Post by thorthebrave »

It was the dplot.NP , it needed to be exactly the amount of points I had in my x y arrays
Post Reply