Re: setScaleEnable

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



  • 1999 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: