Question
Hi! I'm trying to do a dynamic graph with dots, where the most recent dot need to have a different color from the previous. I'm using a for loop and setting the colors according to the last position of the data in a buffer,
but the dots are printed with the same color.
Is it possible setting different colors for dots in a dynamic graph?
Thank you.
