Tagged Questions
The prefuse tag has no wiki summary.
16
votes
3answers
1k views
comparing open source java graph drawing frameworks(JUNG and Prefuse) for drawing network topology
which of the open source Java graph drawing frameworks to use for a network diagram with the following requirements? The graph will have less than 1000 nodes.
1) has parallel edges
2) directed and ...
10
votes
7answers
1k views
Is there a python equivalent of the prefuse visualization toolkit?
The prefuse visualization toolkit is pretty nice, but for Java. I was wondering if there was something similar for python. My primary interest is being able to navigate dynamic graphs.
6
votes
7answers
6k views
Graph visualisation in Silverlight
I have a data structure that represents a directed graph and I'm looking for a good Silverlight visualisation to allow me to navigate from node to node, preferably with some nice animation.
Does ...
4
votes
2answers
307 views
How do I make a stacked area chart with Prefuse?
I would like to make a stacked area chart with prefuse similar to the folowing:
http://prefuse.org/gallery/namevoyager/
I'm not quite sure where to start however, and there's no sample code for these ...
4
votes
2answers
610 views
need prefuse graph edges like arrows
I did my homework and searched both google for a sample and a topic that is answered before on stackoverflow. But nothing has been found.
My problem is ordinary edges who does not have a view like ...
4
votes
4answers
4k views
Prefuse Toolkit: dynamically adding nodes and edges
Does anyone have experience with the prefuse graph toolkit? Is it possible to change an already displayed graph, ie. add/remove nodes and/or edges, and have the display correctly adapt?
For ...
3
votes
1answer
279 views
Is there a Java alternative to Prefuse that is under active development?
The Prefuse toolkit haven't been updated since 2009 and the last build is from 2007. Is there any other Java visualization packages as powerful as Prefuse but has active community ...
2
votes
1answer
230 views
Displaying edges labels in prefuse (java) graphs
I'm new to prefuse (java) and would like to display edges labels in a graph.
I've been searching for this but could not find the solution.
Any idea about this ?
Many thanks,
Raphaƫl
2
votes
0answers
219 views
How to create a clustered bar graph using Prefuse?
I was able to create a single bar graph using the code from Samir Talwar by modifying the renderer as the following:
vis.setRendererFactory(new RendererFactory() {
Renderer yAxisRenderer = ...
2
votes
1answer
1k views
Manhattan layout algorithm
I am looking for any of the following (in order of preference):
A Manhattan layout EdgeRenderer for prefuse.
A Manhattan layout for prefuse.
An algorithm to produce Manhattan layouts for ...
2
votes
1answer
497 views
Prefuse: Reloading of XML files
I am a new to the prefuse visualization toolkit and have a couple of general questions. For my purpose, I would like to perform an initial visualization using prefuse (graphview / graphml). Once ...
1
vote
1answer
50 views
flare prefuse Dependency Graph error
I am using Flash Builder 4 to display a dependency graph.
The source code is in this location - dependency graph sample application
I get the error -
A file found in a source-path must have the same ...
1
vote
1answer
82 views
Prefuse : Adding edge weights to the GraphView Demo
I am using the prefuse visualization toolkit, The GraphView Demo in the toolkit is amazing providing a variety of controls to visualize the data.
I am able to generate GraphML for my dataset and ...
1
vote
1answer
97 views
Creating data in Prefuse
I am new to Prefuse. The demo examples are all loaded data from a file/database. Is there any way to create the data dynamically instead of loading from file. For example, I want to create a tree data ...
1
vote
2answers
90 views
Search for java libary to interact with data
I have a project where I should analyse data via cluster analysis. Basically the data should be visualised like this picture shows
Each dataset - for example let it be people - is one horizontal row, ...
1
vote
1answer
116 views
How can I produce visualizations combining network graphs and imaginary maps?
Basically, I'm looking for something like this awesome research project: Gmap, which was referenced in this related SO question.
It's a rather novel data visualization that combines a network graph ...
1
vote
1answer
96 views
Problem in creating a Table data structure in Prefuse
I'm trying to creating a Graph instance in Prefuse through the following approach:
Graph(Table nodes, Table edges, boolean directed)
/*
Create a new Graph, using node table row numbers to uniquely ...
1
vote
1answer
100 views
Understanding Flash Packages
I'm trying to understand how packages and dependencies work with Adobe Flash Builder 4.
I've copied an example here and put it in a .as file called DependencyGraph.
However I get the error message:
...
1
vote
0answers
701 views
How to customize the renders in prefuse. Problem in customize images in prefuse layout
HI all,
I have written a java application to show the images in different layouts. I am able to show it different layout correctly but some times the images are overlapped. In my application having ...
1
vote
1answer
523 views
Prefuse Java Bar Graphs
Could someone tell me how I would be able to draw BarGraphs using prefuse with Java? Any resources that I could look into for learning how to draw them?
1
vote
2answers
630 views
Problem in displaying nodes through PREFUSE library for Java?
I am developing a graphical view of data using PREFUSE library.
I have 3 kinds of nodes in my graph:
APPLICATION
DATABASE
INTERFACE
Below are some excerpts from my .xml file containing graph
...
1
vote
2answers
1k views
How to load my data into a GraphML file for easy use in Prefuse?
I'm trying to generate some graphs with prefuse, and it seems like the easiest way to load the data into prefuse is to use a GraphML file.
Is there an easy way to write these files from my data?
Or ...
0
votes
1answer
25 views
Prefuse freezes JFrame
We are calling web services to gather information for a graph with about 1500 nodes. We are displaying the graph in Prefuse while it continually is adding nodes and edges. Most of the time this ...
0
votes
0answers
20 views
How to visualize a Prefuse (Java) Table correctly?
I want to visualize some data about cars in a table via Prefuse Java.
Three kinds of important data objects are used:
PIT (Point in Time)
Value (contains the consumption of gas as a Double)
Car (the ...
0
votes
0answers
14 views
Prefuse import into eclipse
I'm attempting to import the Prefuse graphing project into eclipse following the readme.
The readme instructions seem fairly straight forward, import as an existing project and select archive.
...
0
votes
0answers
45 views
prefuse: Showing node attributes on click
I'm new to prefuse and playing around with the example.java file.
Now I want to display all attributes of a node in a tooltip on user click.
Any hints or examples to achieve this behavior would be ...
0
votes
0answers
31 views
prefuse: useful layout for directed mostly-acyclic graph?
I have a moderately complex graph (500-1000 nodes) representing function calls in a program, so it is almost completely acyclic, and mostly tree-like (e.g. occasionally there are multiple paths from ...
0
votes
0answers
16 views
adding nodes from custom tags in xml file
In Prefuse, I need to create nodes from custom tags in my xml like < machine > , < service > etc. (I have my xml in GraphML format and using the socialNet example from prefuse where the nodes ...
0
votes
1answer
151 views
Overlapping Flare canvas in Flex, how to clip it to the container?
I'm having a serious issue when trying to display a FlareCanvas within my application. It simply doesn't respect the bounds (see image here)
I've tried "clipContent" and a bunch of alternatives but ...
0
votes
0answers
116 views
Displaying multiple node schemas on a single graph using the Prefuse Toolkit
I'm attempting to model a graph using the Prefuse Toolkit where there are two types of nodes which I am currently storing in 2 different Tables; however, looking at the API it seems like the Graph ...
0
votes
1answer
148 views
Prefuse Library: How to add <link> to a node built using prefuse library?
I am new to Prefuse library and Java.
I did install eclipse,flash builder plugin for eclipse and compiled the code. I want to make some modifications to the existing sample. TreeView.java
In this ...
0
votes
2answers
270 views
Simple Visualization library in Java to display data
I am looking for a good visualization library in Java for my school project in data mining.
So, my primary focus will be on data mining and I just need a simple API which takes in the output of my ...
0
votes
1answer
134 views
prefuse.render.TextItemRenderer can not be resolved
I want to use the samples available in prefuse gallery , I used "GraphView" and "RadialGraphView" code in java but the "import prefuse.render.TextItemRenderer;" could not be resolved in both sample. ...
0
votes
1answer
235 views
How to display a rectangle node with label through PREFUSE visualization toolkit in Java?
I can render a node with the help of either:
LabelRenderer (that shows the text content of the node)
or
ShapeRenderer (that shows the shape of the node)
I want a mix-up of both, means the ...
0
votes
1answer
473 views
How to show rectangle shape for a node through PREFUSE visualization toolkit for JAVA?
I have coded the following code(some excerpts of the code) to display a node as rectangle but it is no working. It is just displaying a simple node.
Code excerpts:
...
ShapeAction nodeShape = new ...
0
votes
1answer
945 views
How do I create a bar chart using the Java prefuse library?
I've currently got prefuse to plot a scatter graph, where the X axis is the computer name and the Y axis is its temperature. How do I get it to draw bars showing the values instead of discrete points?
...