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 John, Sorry my last message was not clear. It is possible to map multiple RealTypes to YAxis, but not if they occur in the same path between the root and a leaf of the MathType tree. So for example, you can map both a and b to YAxis in ((c -> a), (d -> b)) but not in (c -> (a, b)) or in (a -> b). If your data have a MathType that is a problem you may be able to use methods such as Field.extract(), static FieldImpl.combine(), Field.domainFactor(), and Field.domainMultiply() to reorganize the data into a form that will work. For example, extract can be use to divide (c -> (a, b)) into (c -> a) and (c -> b), then these can be put into a simple Tuple ((c -> a), (c -> b)). Hope this is not too much of an inconvenience. One other thing, you can map a to XAxis and b to XAxisOffset in (a -> b), but there won't be axis scales for RealTypes mapped to XAxisOffset. Please let me know if this continues to be a problem. Cheers, Bill ---------------------------------------------------------- Bill Hibbard, SSEC, 1225 W. Dayton St., Madison, WI 53706 hibbard@xxxxxxxxxxxxxxxxx 608-263-4427 fax: 608-263-6738 http://www.ssec.wisc.edu/~billh/vis.html
visad
archives: