All Projects → noflo → noflo-graphviz

noflo / noflo-graphviz

Licence: other
NoFlo visualization tools for GraphViz

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to noflo-graphviz

Graphvizanim
A tool to create animated graph visualizations, based on graphviz.
Stars: ✭ 441 (+3050%)
Mutual labels:  graphviz, graph-visualization
Graphviz Visual Editor
A web application for interactive visual editing of Graphviz graphs described in the DOT language.
Stars: ✭ 261 (+1764.29%)
Mutual labels:  graphviz, graph-visualization
xmpaint
处理有向图的有力工具
Stars: ✭ 65 (+364.29%)
Mutual labels:  graphviz
rel
command line tool for managing personal graphs of anything and writing them to dot
Stars: ✭ 51 (+264.29%)
Mutual labels:  graphviz
graphviz
PHP Graphviz library
Stars: ✭ 70 (+400%)
Mutual labels:  graphviz
home-assistant-graph
No description or website provided.
Stars: ✭ 30 (+114.29%)
Mutual labels:  graphviz
bandersnatch-graph
Graphing all possibilities in the Netflix Black Mirror episode, "Bandersnatch"
Stars: ✭ 42 (+200%)
Mutual labels:  graphviz
ecto erd
A mix task for generating Entity Relationship Diagram from Ecto schemas available in your project.
Stars: ✭ 173 (+1135.71%)
Mutual labels:  graphviz
tlaplus specs
Different TLA+ specifications, mostly for learning purposes
Stars: ✭ 25 (+78.57%)
Mutual labels:  graphviz
multigraph
multigraph: Plot and Manipulate Multigraphs in R
Stars: ✭ 18 (+28.57%)
Mutual labels:  graph-visualization
heroku-buildpack-graphviz
Install Graphviz on Heroku
Stars: ✭ 18 (+28.57%)
Mutual labels:  graphviz
grasp
Essential NLP & ML, short & fast pure Python code
Stars: ✭ 58 (+314.29%)
Mutual labels:  graph-visualization
GNNLens2
Visualization tool for Graph Neural Networks
Stars: ✭ 155 (+1007.14%)
Mutual labels:  graph-visualization
yed py
Making graphs for yEd
Stars: ✭ 54 (+285.71%)
Mutual labels:  graphviz
NetworkLayout.jl
Layout algorithms for graphs and trees in pure Julia.
Stars: ✭ 82 (+485.71%)
Mutual labels:  graph-visualization
dotnets
Create simple drawings of neural networks using graphviz
Stars: ✭ 161 (+1050%)
Mutual labels:  graphviz
dockerfilegraph
Visualize your multi-stage Dockerfiles
Stars: ✭ 55 (+292.86%)
Mutual labels:  graphviz
rtl2dot
C call graph generator
Stars: ✭ 48 (+242.86%)
Mutual labels:  graphviz
kraph
Go module for scraping APIs to graphs
Stars: ✭ 12 (-14.29%)
Mutual labels:  graphviz
nmap-formatter
A tool that allows you to convert NMAP results to html, csv, json, markdown, graphviz (dot). Simply put it's nmap converter.
Stars: ✭ 129 (+821.43%)
Mutual labels:  graphviz

GraphViz visualizer for NoFlo flows

This package provides a command-line tool for creating GraphViz visualizations of NoFlo flows.

Installation

You need a working installation of the GraphViz tool. Then just install the NoFlo visualizer with:

$ npm install -g noflo-graphviz

Running

The NoFlo GraphViz visualizer takes a NoFlo graph file (either JSON or FBP format), and generates a SVG visualization of it. You can do this by running:

$ noflo-graphviz my_project/graphs/SomeGraph.fbp

The generated SVG file will be named based on the graph being visualized, and will be stored in your current working directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].