I recently worked on a project for an info viz course, and one of my
group mates built a parallel coordinates plot.  I've been blogging
about the different visualizations we developed, and I was about to
write up the pcp.  It'll be a while until I get around to it though.

One word of warning: pcp's often have hundreds of lines, and you're
going to run into some major performance issues if you try and pull
that off with the charting controls.  We found that using the graphics
class was much more efficient.

--- In [email protected], "brian.staats" <[EMAIL PROTECTED]>
wrote:
>
> I have started development (3 days into it) on parallel coordinates
> using Flex 3. However, I am not having much luck at the moment
> (between diving into the depths of flex charting and other
> obligations). I would like to encourage you and others to join an open
> source effort to completing a flex parallel coordinate component.
> 
> I have pinged mjohnsson on the adobe forums to see if s(he) is
> interested as well... no response yet.
> 
>
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&catid=585&threadid=1373433&enterthread=y
> 
> I dont have much code at the moment, but Ill start the google project
> (or whatever) if I can get some partners in crime.
> 
> You interested? Anyone else?
> 
> 
> --- In [email protected], "Marcela" <mvs_cxgkm@> wrote:
> >
> > Hi,
> >  I'm looking for a start point on how to implement a paraller
> > coordinates component for multidimensional visualization with Flex 3
> > and AS. So far, I've found only Java examples.
> > Someone working on something similar or in the same problem?
> > Thanks,
> >  Marcela
> >
> 
> 
> 
> --- In [email protected], "Marcela" <mvs_cxgkm@> wrote:
> >
> > Hi,
> >  I'm looking for a start point on how to implement a paraller
> > coordinates component for multidimensional visualization with Flex 3
> > and AS. So far, I've found only Java examples.
> > Someone working on something similar or in the same problem?
> > Thanks,
> >  Marcela
> >
>


Reply via email to