Top "Graph-visualization" questions

Graph visualisation is concerned with the rendering of mathematical graphs (collections of nodes and edges) on a screen, either theoretically or using an existing software package.

Simple way to visualize a TensorFlow graph in Jupyter?

The official way to visualize a TensorFlow graph is with TensorBoard, but sometimes I just want a quick look at …

tensorflow jupyter graph-visualization tensorboard
Graphviz Alternatives?

I'm looking for alternatives to GraphViz. I've been using GraphViz for more than a decade and it's okay, but the …

graphviz graph-visualization
Big data visualization using "search, show context, and expand on demand" concept

I'm trying to visualize a really huge network (3M nodes and 13M edges) stored in a database. For real-time interactivity, …

visualization graph-visualization
Plotting directed graphs in Python in a way that show all edges separately

I'm using Python to simulate a process that takes place on directed graphs. I would like to produce an animation …

python networkx graph-visualization
Pure Java reimplementation of GraphViz?

Is there an Open Source java alternative to GraphViz? I'm aware of the existence of Grappa which basically wraps the …

java drawing graphviz graph-visualization
How to visualize a large network in R?

Network visualizations become common in science in practice. But as networks are increasing in size, common visualizations become less useful. …

r graph visualization social-networking graph-visualization
Is D3.js the right choice for real-time visualization of Neo4j Graph DB data

I am a CS Research student at UW, and my group is at the point of trying to visualize specific …

d3.js visualization neo4j graph-databases graph-visualization
How to enforce the left-to-right node ordering in GraphViz rank layout?

I am visualizing a collection of process with GraphViz. Each process consists of some Read or Write operations in program …

layout graphviz graph-visualization
Graphviz: Online tool capable of accepting larger files

Does anyone know of a good online site for rendering graphviz dot files that will take larger files (say, 200 lines; 200 …

graphviz graph-visualization
Color a particular node in Networkx and Graphviz

I am writing a program to plot a graph from a distance matrix. It is working fine. Now I want …

graph numpy graphviz networkx graph-visualization