Search found 10 matches

by hotwingz
Thu Jun 15, 2006 10:07 pm
Forum: JFreeChart
Topic: moving the whole chart to right/left, up/down
Replies: 3
Views: 3853

Thanks,David.

But, errrrr, I looked at a couple of examples in the forum but those had to do with translating from Java2D to axis coordinates. Could give me a further pointer?

Much appreciated.

hotwingz
by hotwingz
Thu Jun 15, 2006 6:32 pm
Forum: JFreeChart
Topic: Multiple charts in one chartpanel?
Replies: 7
Views: 16252

Sorry, I guess I was unclear. All the graphs have to be in one plot. Or, if you think in layers, they should all overlay each other. The data are orgainzed as follows: one peak(looks like a normal distribution curve) = one XYSeries. series of peaks =one xySeriesCollection. One experiment = set of pe...
by hotwingz
Thu Jun 15, 2006 4:42 pm
Forum: JFreeChart
Topic: Multiple charts in one chartpanel?
Replies: 7
Views: 16252

Multiple charts in one chartpanel?

Hello again, Yep, I'm using multiple XYDatasets. Right now I see how to create one XYLIneChart from one (XYDataset)XYSeriesCollection. The chart is then added to one ChartPanel, right? What I need to do is add multiple charts to one ChartPanel and have them all be visible. Is there such a thing or d...
by hotwingz
Wed Jun 14, 2006 8:51 pm
Forum: JFreeChart
Topic: Multiple charts in one chartpanel?
Replies: 7
Views: 16252

Multiple charts in one chartpanel?

Hello,
Is it possible to have multiple JFreeCharts added to one ChartPanel such that all graphs are visible. I need this because I need to simultaneously graph multiple XYSeriesCollections.

I apologize if I've missed something obvious, but would appreciate a pointer.

Thanks again.

Bflo hotwingz
by hotwingz
Wed Jun 14, 2006 8:04 pm
Forum: JFreeChart
Topic: moving the whole chart to right/left, up/down
Replies: 3
Views: 3853

moving the whole chart to right/left, up/down

Hello, I'm using XYSeriesCollection to graph a number of peaks. Each peak is composed of one XYSeries. The XYDataset is used to construct a single chart which is then used to construct a ChartPanel. All standard so far. What I'd like to do is the follows: When the right arrow is pressed, I'd like th...
by hotwingz
Mon Mar 13, 2006 5:40 pm
Forum: JFreeChart
Topic: Used JFreeChart for bioinformatics software
Replies: 2
Views: 2762

Posting on homepage

Hello again,

Sure, your'e welcome to post the link on the website. Just be aware that you can download the binaries freely but must email the authors to obtain the source code.

Hope people find it helpful.

Regards,
Ganesh Shankar
by hotwingz
Fri Mar 10, 2006 5:45 pm
Forum: JFreeChart
Topic: Used JFreeChart for bioinformatics software
Replies: 2
Views: 2762

Used JFreeChart for bioinformatics software

Hello All, Just wanted to inform you that I've used the jfreechart package in a bioinformatics graphics application called aCGHViewer. It was recently published in Cancer Informatics ( http://www.la-press.com/caninfo.htm, look for aCGHViewer). In summary, the program graphs 6000 - 50,000 points in o...
by hotwingz
Mon Apr 18, 2005 5:38 pm
Forum: JFreeChart
Topic: Setting point size
Replies: 7
Views: 7657

Thanks, that works like a charm. However, it results in some oddball behaviour. I've set these group of plots to have a common range. That is, I've gotten the maximum and minimum for this group of plots and am using it as the maximum and minimum for each plot. Now, when the graphs are first displaye...
by hotwingz
Tue Apr 12, 2005 6:35 pm
Forum: JFreeChart
Topic: About Chart converter
Replies: 1
Views: 1867

Use the ChartUtilities class.

Hope that helps.
by hotwingz
Tue Apr 12, 2005 2:54 pm
Forum: JFreeChart
Topic: Multiple charts in ChartFrame?
Replies: 0
Views: 1595

Multiple charts in ChartFrame?

Hello all, I'm trying to assemble a ChartFrame to contain 24 ChartPanels. Each of the ChartPanels contains an XYScatterPlot. Is this possible? I haven't seen any similar topics and the examples don't address this. The nearest thing to it is the MultiplePiePlot demo examples and for that, the author ...