You've probably recognized your error by now, but just in case: Per the scatter plot instructions (http://code.google.com/apis/chart/ types.html#scatter_plot), you need to separate your X and Y values into two data sets (chd=t:12,87|98,60). That should get you started on the right path. Then, in order to set your min/max dimensions for the axes, you'll want to look into the CHDS (data scaling) parameter.
Good luck, K On Dec 20, 3:14 pm, skeletonsport <[email protected]> wrote: > Hi, > > I have following data set for a scatter graph: > > http://chart.apis.google.com/chart?cht=s&chs=600x300&chco=FF0000&chxt...13.25|13.85|1:|4.8|5.33&chd=t:5.1,4.8,4.92,5.13,5.03,5.12,4.98,5.03,5.06,5.1,5.11,4.98,5.16,5.24,5.18,5.19,5.33,5.03,5.04,5.17,5.3,5.18,5.19,5.14,5.31,5.24,5.22|13.46,13.25,13.33,13.46,13.43,13.53,13.39,13.44,13.54,13.55,13.5,13.46,13.54,13.6,13.56,13.65,13.75,13.49,13.5,13.58,13.71,13.7,13.63,13.66,13.71,13.73,13.85 > > the data range on the x an y axis should be set so the graph actually > scatters. It however becomes one big dot. Must be somenting simple i > am missing here. How do i scale the x and y axis to a dimension from > min (x) to max(x) and min(y) to max(y)? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Chart API" group. 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-chart-api?hl=en -~----------~----~----~----~------~----~------~--~---
