Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

matt77hias/FlowGridVisualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

FlowGrid Visualization

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages