Scatter charts just draw X,Y pairs, with series defined by differentiating the Y values into different columns. Nothing requires that each series have a point for every X value, however, so there is no need to have multiple X axis series.
On Friday, May 11, 2012 1:49:06 PM UTC-4, Emily Yount wrote: > > I'm trying to plot 12 series of data on one scatter plot. I've found > examples of multiple series, but only with 1 x value column and 2 y value > columns. Is it possible to have 12 x value columns and 12 y value columns? > Is that even the way to go about doing it? > > I tried to avoid the series issue by plotting them all together and then > using an array for the color field, but it wouldn't accept my array of > colors. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/AYZvEftFUhkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
