Search found 4 matches

by elendil
Thu Mar 08, 2012 2:05 am
Forum: JFreeChart
Topic: Biplot Chart in JFreeChart
Replies: 6
Views: 4374

Re: Biplot Chart in JFreeChart

Here is a sample chart generated using R. Can anyone guide on how to do this using JFreeChart?

Image
by elendil
Tue Mar 06, 2012 2:21 am
Forum: JFreeChart
Topic: Biplot Chart in JFreeChart
Replies: 6
Views: 4374

Re: Biplot Chart in JFreeChart

I'm stumped. The XYDataset class in JFreeChart only allows double values? Here is a snippet of the data I am concerned with: Env Gen Y BH BOHOL PI AZU 1.344 CR CARIMAGU AZU 1.097 CV CAVINTI AZU 0.48375 I'm supposed to make a biplot from that. If I go about doing that using a scatter plot, I would ha...
by elendil
Fri Mar 02, 2012 9:35 am
Forum: JFreeChart
Topic: Biplot Chart in JFreeChart
Replies: 6
Views: 4374

Re: Biplot Chart in JFreeChart

Hmm. Thanks. I'll try that method.
by elendil
Fri Mar 02, 2012 3:22 am
Forum: JFreeChart
Topic: Biplot Chart in JFreeChart
Replies: 6
Views: 4374

Biplot Chart in JFreeChart

Hi! Is there a way to generate a biplot in JFreeChart? I browsed the API and this forum for native support in JFreeChart for biplot but I wasn't able to find one.