View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Laoballer Laoballer is offline
external usenet poster
 
Posts: 19
Default different color for scatterplot with 1 series

is there a way to plot different colors for individual points on a
scatterplot with only 1 series?

my data looks like this

x y time

I would like to distinguish the color of the points by the time, e.g.
anything between 8am - 5pm one color and everything else another
color. I know you can do this with two series if I create a series
with time that's 8am-5pm and another with the other data. I'm
thinking I would need to program using vba, but not sure where to
start.

Thanks,