Skip to content

image-charts/GraphViz-Site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphViz for Discrete Math Students

This project is a simple web interface to GraphViz using App Engine and the Google Charts API to render Graphviz dot files, I wrote it while taking the MATH2056 course at Algoma University, to help myself and others who needed to draw graphs for various problems including Euler and Hamiltonian Circuits and Paths, as well as Dijkstra's Algorithm and other graph and tree applications. I wrote a set of examples and a quick reference for the features I found myself using, and wrapped it all up in an HTML-5 Boilerplate template

Setup

You can register for an App Engine free account, and deploy this simply by cloning the repository, changing the application field in app.yaml, and deploying it using the appcfg.py tool included in the App Engine SDK

About

A Web interface to GraphViz with examples and tutorials

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • HTML 2.8%
  • CSS 1.3%
  • JavaScript 0.4%