Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

matt77hias/FlowGridVisualization

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

FlowGridVisualization

About

A visualization tool for FlowGrids.

Use

# Import a FlowGrid from a .txt file
from loader import load
flowgrid = load('FlowGrid.txt')

# Use one out of three methods for visualizing the FlowGrid 
from visualizer import plot_flowgrid, plot_flowgrid_stack, plot_flowgrid_dots
plot_flowgrid(flowgrid)
plot_flowgrid_stack(flowgrid)
plot_flowgrid_dots(flowgrid)  #could not scale

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.