Closed sim186 closed 1 year ago
Hi! hhmmm ... you're right, there is no API to do that ... but I would see that as an issue that should be solved ... I'll see what I can do ... until then:
Yes plot order is the order of addGraph() calls and you can use deleteGraph() to remove a graph without deleting it and then later call addGraph() again!
cu JAN
Hmmm ... looking at the code: Management of graphs is really a mess ... I think I will clean that up right now ;-)
Sounds perfect! I will try it soon!
Since I cannot find any reference in the documentation, is there any way to decide, in case of multiple graph shown in the same plot, which one should appear at top and which one in foreground?
I guess them are shown in the order how we call appGraph. If I want to resort them should I remove and then add again in the order I prefer?