I have a set of ranges for a particular quantity(i have a numeric controller as input).
Ranges are somewhat like 0-5, 5-10,10-15... etc. I need to plot the quantity on XY PLOT, NOT XY GRAPH.
I want to plot it such that for different ranges, the color of the point plotted will change. Eg. for the range, 0-5, the point is plotted in green, for range 10-15 it's plotted in red..etc.!
Can someone show me how to do that?