On the Label Problem in Graph

Typically: "How do I... ", "How can I... " questions
Post Reply
Lnferior
Posts: 23
Joined: 20 Jul 2022, 17:49

On the Label Problem in Graph

Post by Lnferior »

In the process of using it, I found that once a label is added to the Graph through sim.addGraphStream, it cannot be deleted afterwards. Even using sim.resetGraph is of no use. How can I solve this problem?
Cheers

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: On the Label Problem in Graph

Post by coppelia »

What about using sim.destroyGraphCurve(graphHandle,-1) ?

Cheers

Lnferior
Posts: 23
Joined: 20 Jul 2022, 17:49

Re: On the Label Problem in Graph

Post by Lnferior »

Your suggestion is helpful, thank you very much!
Cheers

Post Reply