http://code.google.com/apis/ajax/playground/?type=visualization#scatter_chart
looking at the above page the structure is Y X1,X2,X3 also we need to feed null values in adjacent X coordianates in case we have different goups and different colors. While the matlab draws scattered chart internallay with structure like Y1,x1,y2,x2 etc... Hence its easy to feed values to draw scattered chart. Is this design made presently by google viz, to draw scattered chart w.r.t to performance or is it a designing issue? feeding data in x1,y1,x2,y2,x3,y3 for group and may be color would have been easy.... but we need to draw coordinates pair vise Please guide me on this issue..... since i am having problems in feeding queried results in flexible manner regards, Akku -- You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en.
