Skip to content

BlueTurtle01/PydotTutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PydotTutorials

Tutorials and documentation for PyDot. Please open a new issue if there is a tutorial you would like to see. I am creating these as I create my own side project and come across a problem. Usually after trawling through many SO posts I solve the problem but I have created the below tutorials to save everyone having to piece things together like I have had to. I have added placeholders for upcoming tutorials in the relevant lists which will be converted to links as I create the documentation code.

Installation

Installation information can get found at the original repo: https://github.com/pydot/pydot but in short, pip install pydot

How to use this repo

Each link below will take you to a folder with a .py file containing the tutorial code, and a .png file that shows the output of said code.

Graph

  1. Creating a graph
  2. Change Default Values
  3. Save graph output
  4. Change prog (the program used to compile the graph)
  5. Change graph background colour

Edges

  1. Add Edge
  2. Change Edge Color
  3. Change Edge Style
  4. Change Edge Thickness

Nodes

  1. Add Node
  2. Add Node Image
  3. Change Node Image Size
  4. Change Label Position
  5. Change Node Font
  6. Change Node Line Colour
  7. Change Node Shape
  8. Removing Text On Image

About

Tutorials and documentation for PyDot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages