Hi,
I have a combinedDomainXYPlot which has 4 plots. Is it possible for each subplot (or the subplots that we choose programatically - say 2 and 4th from top to bottom) to have their own Domain axis ? The reason I want this is as follows - I am using CombinedDomainXYPlot to align the domain axis of all the plots, but as the number of plots in the CombinedDomainXYPlot increase its hard to correlate the domain values in the topmost plots with the actual domain values.
Alternatively, if I create 2 separate CombinedDomainXYPlot plots, is it possible to align their domain axis ? I think this maybe hard from several previous posts as the width of the plot area is computed last (from outside to inside) and I think david indicated that we may have to use setFixedDimension API. Is there an example of using this API that I could play with ?
Similarly, if it possible to have separate title and subtitle for each of the plots in a CombinedDomainXYPlot ?
Thanks
CombinedDomainXYPlot multiple domain axis
-
- Posts: 12
- Joined: Fri Jan 06, 2006 1:36 am