Search found 5 matches

by bobswanson
Wed Sep 08, 2004 12:15 am
Forum: JFreeChart
Topic: CombinedDomainXYPlot issue [was parallel coordinates]
Replies: 9
Views: 8591

Case Closed

Turns out that I did not realize that the CombinedDomainXYPlot destroys any existing reference to the domain axis in the subplots. By specifying the custom axis when creating the combined plot, that axis then behaves as programmed, and has no whitespace problem. Consider the matter closed, and paral...
by bobswanson
Wed Aug 25, 2004 2:45 am
Forum: JFreeChart
Topic: CombinedDomainXYPlot issue [was parallel coordinates]
Replies: 9
Views: 8591

Re: CombinedDomainXYPlot issue [was parallel coordinates]

The problem I'm having is with using multiple plots inside a CombinedDomainXYPlot object. As the image in the URL shows, there is a lot of "whitespace" between the individual plots. I would like to have greater control of the layout, and make each plot as large as space will allow, and show as litt...
by bobswanson
Fri Aug 20, 2004 6:17 am
Forum: JFreeChart
Topic: CombinedDomainXYPlot issue [was parallel coordinates]
Replies: 9
Views: 8591

Re: CombinedDomainXYPlot issue [was parallel coordinates]

The problem I'm having is with using multiple plots inside a CombinedDomainXYPlot object. As the image in the URL shows, there is a lot of "whitespace" between the individual plots. I would like to have greater control of the layout, and make each plot as large as space will allow, and show as litt...
by bobswanson
Thu Aug 19, 2004 8:07 am
Forum: JFreeChart
Topic: CombinedDomainXYPlot issue [was parallel coordinates]
Replies: 9
Views: 8591

CombinedDomainXYPlot issue [was parallel coordinates]

Thanks for the advice on devising a parallel coordinate plot. I am making excellent progress with this project, using JFreeChart as the basis. The problem I'm having is with using multiple plots inside a CombinedDomainXYPlot object. As the image in the URL shows, there is a lot of "whitespace" betwe...
by bobswanson
Mon Aug 09, 2004 3:24 am
Forum: JFreeChart
Topic: Help: Parallel Coordinate Plots
Replies: 3
Views: 4745

Help: Parallel Coordinate Plots

We have been happily using JFreeChart to make various displays for a GUI tool. Our users have high-dimensional data and like the parallel coordinate view. Can JFreeChart components be used to make such an interactive chart? Lacking that, does anyone know of other open-source Java-based plotters that...