Is there a way to handle series that don't the same number of data points. I keep running across the error "Row given with size different then 13, the number of columns in the table"
On Friday, May 11, 2012 1:15:28 PM UTC-5, Emily Yount wrote: > > Okay. Yeah, I just played with the example in code playground and it's > making more sense. > > Thanks! > > On Friday, May 11, 2012 1:05:44 PM UTC-5, asgallant wrote: >> >> 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/-/m0IEZvqKGwQJ. 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.
