Hi to all,
I want to plot in the Gem window a graph that will visualise the evolution of a process in real time. So effectively I have just 1 number that changes and I want to plot this graph on-line. I thought that an easy way to do it is just to draw individual pixels, controlling their location on the screen with the number. Is this possible?
Another way would be to use a line between the two points but then I need to add more and more lines and to make them stay on the screen without disappearing...
Any suggestions?
Thank you!