Satimage Previous | Next
QuickTriangulatedMap
Home Documentation SmileLab Scripting Making graphs by script QuickPlotLib QuickTriangulatedMap  
QuickTriangulatedMap(x, y, c, anObject) displays a scalar field defined by the values of c on the locations defined by x,y. x,y and c must be arrays of real with the same number of values.
set n to 50
set x to randomarray n range {0, 1}
set y to randomarray n range {0, 1}
set z to evalformula "x*y" with {x:x, y:y}
QuickTriangulatedMap(x, y, z, 0)


Import script

An interpolated map
Copyright ©2008 Paris, Satimage