Page 1 of 1

Edit series property

Posted: Mon Dec 16, 2019 6:58 pm
by Pelle8879
I can not change the series property. when changing it goes back after a short while. Why?
It always goes back to line with symbol.

Re: Edit series property

Posted: Fri Jan 03, 2020 11:40 pm
by philr
Hi Pelle, its probably because you are setting the line properties from the arduino end as well? This will overwrite the local changes.

Re: Edit series property

Posted: Sun Jan 05, 2020 3:50 pm
by Pelle8879
No I am not setting any properties.

MyPlot1.SendData(F("UppAcktemp"), UAckT,"Grader");
MyPlot1.SendData(F("MidAcktemp"), MAckT,"Grader");

Is there any wrong with above?
Should i set properties maybe?

Re: Edit series property

Posted: Mon Jan 27, 2020 2:32 am
by philr
Are you clearing the plots? That would reset them to the defaults when the next data comes in. Maybe setting the properties in the plot message solves your problem?