Relative Content

Tag Archive for pythongraph

Plotting multiple lines in python scatter graph

I have the following code that plots different coloured lines between points however on each iteration the previous point disappears and is replaced with the next but the lines remain.I’ve posted an example of what I mean. I’m wondering how I can get the data points to stay on the graph.