Forums

Full Version: scatter plot matrix (multiple display)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
which is modified from ScatterPlot demo.
put this demo file into prefuse.demo folder. The demo needs the fisher.iris.txt data which is already in prefuse source package.


I try to derive many (visual) groups dynamically from the same data group,
and then I use multiple displays which show only specific group for each.


any comment and correction is welcome. :-)

Guest

Thank you for sharing this information, it has provided me with some very much needed hope for a prototype I am creating for my dissertation as I have been trying to get multiple displays of a single data source to work for some time now and was starting to think all hope was lost.

Does anyone know how to do the same type of multiple views for graph / tree data sets. I have not been able to find any such examples, and the derived table method does not work for these tuplesets.
such multiple views should apply also to graph/tree data.

you may need different _layout/action_ for different "group".
of course also different _view_ for different "group".

data -----> group A ----> layout A ----> view A
|------> group B ----> layout B ----> view B
Reference URL's