Hi everyone!
So I’m using graph renderer in plotting the data but whenever I make some changes on the plot, what I have to do is to reconstruct the whole plot and providing an updated graph renderer object. This manner seems a bit off to me since you can definitely see that it turns off then on showing it’s being refreshed every time there’s a change.
So in detail here’s what I’m doing to update the plot,
- Constuct the graph renderer object using new data (depending on the activity) > make new plot using this new graph renderer object > replace one currently being shown.
So would like to ask if there’s a better to do this?