NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Hi Jay, > I am currently generating surfaces using the MathType: > ((trial_number, time) -> variable1) > > But I have a function that has more variables like: > ((trial_number, time) ->(variable1,variable2)) > > I wanted to display the variable2 as a bar graph or some other glyph on the > surface generated by variable1. > How do I do this? You can do this by adding a new ScalarMap variable2 -> Shape which will plot shapes along the surface, but without seeing the surface you are seeing now. If you want to see the surface and the shapes, display both data objects: ((trial_number, time) -> variable1) ((trial_number, time) ->(variable1,variable2)) Good luck, Bill
visad
archives: