Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Hi Helen, > I like to draw a 2D scatter plot. Following the example P2_04 in > tutorial, it is easy to create a 2D scatter plot with certain size > points. But how can I change those points to the shapes, such as filled > triangle or dimond, with changable ShapeScale? P2_04 has a Field with MathType ( index -> (time, height) ) and ScalarMaps time -> XAxis and height -> YAxis. To use Shape you can add ScalarMaps of time or height to Shape and ShapeScale, or better yet use shapes to add some new information. For this, expand your Field to include other variables, such as: ( index -> (time, height, u, v) ) and Display with ScalarMaps: time -> XAxis height -> YAxis u -> Shape v -> ShapeScale See Test46.java and Test47.java in visad/examples for examples of how to use Shape and ShapeScale. Good luck, Bill
visad
archives: