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 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: