Parallel Coordinates

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
mkrauskopf
Posts: 31
Joined: Thu May 27, 2010 4:23 pm
antibot: No, of course not.

Parallel Coordinates

Post by mkrauskopf » Tue Feb 21, 2012 7:34 pm

Hi. Is there some kind of support for Parallel Coordinates plot? I found only some old thread: viewtopic.php?f=3&t=9979&p=29581 , but it seems to miss some context. There were probably preceding discussion according to the first sentence:
Thanks for the advice on devising a parallel coordinate plot...
.
I'm not sure how CombinedDomainXYPlot could be used to achieve something similar to the screenshot on the http://en.wikipedia.org/wiki/Parallel_coordinates :

Image

Thanks for any tips,
- Martin

matinh
Posts: 483
Joined: Fri Aug 11, 2006 10:08 am
Location: Austria

Re: Parallel Coordinates

Post by matinh » Wed Feb 22, 2012 12:47 pm

Hi Martin!

I don't know of any suppport for this kind of charts in JFreeChart.
However, from the link you posted I also found this forum post which might also be of interest for you.

hth,
- martin

PS: I found the post by searching for user's posts.

mkrauskopf
Posts: 31
Joined: Thu May 27, 2010 4:23 pm
antibot: No, of course not.

Re: Parallel Coordinates

Post by mkrauskopf » Wed Feb 22, 2012 1:06 pm

Thanks for the reply, Martin. I actually hit that search as well (and I should note so in my original question). But it did not make me any more clever wrt. solving my problem. Parallel Coordinates seems to be a good candiate for the the contribution into the future releases of JFreeChart :) It seems that it could be relatively easy to implement. It depends a bit on priorities of our product....

Cheers,
- Martin

matinh
Posts: 483
Joined: Fri Aug 11, 2006 10:08 am
Location: Austria

Re: Parallel Coordinates

Post by matinh » Wed Feb 22, 2012 1:16 pm

mkrauskopf wrote:Parallel Coordinates seems to be a good candiate for the the contribution into the future releases of JFreeChart :)
Contribution is always good :). If you implement it and want to contribute it back, let me know and I'm happy to commit it.

Sorry, I couldn't help you more on this.

- martin

mkrauskopf
Posts: 31
Joined: Thu May 27, 2010 4:23 pm
antibot: No, of course not.

Re: Parallel Coordinates

Post by mkrauskopf » Wed Feb 22, 2012 1:26 pm

Sure enough.

Thanks for quick feedback,
- Martin

piedpiper10
Posts: 1
Joined: Mon Apr 16, 2012 2:30 pm
antibot: No, of course not.

Re: Parallel Coordinates

Post by piedpiper10 » Mon Apr 16, 2012 2:38 pm

Hi I am currently trying to implement the paralle coordinates using JFreechart. Has there been any advances in creating this sort of plot

matinh
Posts: 483
Joined: Fri Aug 11, 2006 10:08 am
Location: Austria

Re: Parallel Coordinates

Post by matinh » Mon Apr 16, 2012 2:49 pm

No. At least not in the official release.
Maybe mkrauskopf can provide some additional informations.

- martin

Locked