Is there a way to chart (plot) surface plots? For example consider the x,y,z "sombrero" plot suggested by the following data construction from the J programming language. The code means something like z=cos (1/(3+(x*x)+(y*y))) for 71 x and y pairs between -3 and +3 .
X=: Y=: steps _3 3 70 Z=: (cos % 3&+) X (+/&:*:) Y Thanks, Brian in Atlanta -- 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.
