Can we change the following properties of the points in a jquery flot plot:
the size of dots : I am basically trying to plot a three dimensional graph. First two dimensions are the x and y values and the third dimension value will be reflected in the size of the points. Larger the value, larger the point.
the color of the dots: Again, am trying to display a property other than the x and y values. larger the value, darker the point.
[EDIT]: I am trying to control these properties for points individually and not for the whole plot.
I understand you now. The only way I can see doing this is by passing a callback function to the point symbol option:
In the above I am adjusting the radius size for every other point:
EXAMPLE HERE