On 21 Aug 2009, at 20:05, diracleo wrote:
> Currently when plotting points, I plot them without regard to their > location on the x-axis. For example, if I plot something like t: > 10,3,2,5,9,12,54,2,45,6 .... these values are plotted across the x- > axis with even spacing between each one. However, I have data that > comes in coordinate form (x,y), and the location of the point depends > on both values. So, I want to be able to plot points like this.... t: > 10,4|34,7|2,8|9,9|12,15 Look at cht=lxy here: http://code.google.com/apis/chart/types.html#line_charts Marcus --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
