My blog is at http://michaelvandaniker.com <http://michaelvandaniker.com> and our class webpage can be found here <https://wiki.cs.umd.edu/cmsc734_08/index.php?title=Main_Page> .
Our project involved a parallel coordinates plot, a heat map, and a rank-by-feature explorer. The application we built is tailored towards the dataset we worked with, so its going to take some massaging before it's ready for generic use. Krist is in the process of extending the application and we're putting together a more publishable paper than the one on the class webpage. --- In [email protected], "brian.staats" <[EMAIL PROTECTED]> wrote: > > Thanks Michael, Can you share your info viz blog? Id be interested in > the other visualizations. > > > --- In [email protected], "Michael VanDaniker" michael@ > wrote: > > > > 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" <brian.staats@> > > 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 > > > > > > > > > >

