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.
On Tue, 17 Sep 2002, Bill Hibbard wrote: > The ScalarMap (Pressure -> SkewTPressure) overrides the > ConstantMap to XAxis for the MathType (Pressure -> (U, V)). > You could use the Data.changeMathType() method to change > the type to something like (dummy_real -> (U, V)), so > your ConstantMap will work. Oops, this won't work because you want Pressure to control the vertical placement of the wind barbs. One thought is to create another Display set of coordinates (SkewTPressure2, SkewTXAxis2, SkewTZAxis2) and change the MathType of your Field to (Pressure2 -> (U, V)) with a ScalarMap Pressure2 -> SkewTPressure2 and a ContantMap to SkewTXAxis2. Bill
visad
archives: