5.1. Graph

graph.run_dot(pipe, filename)

Run dot program, which transfers dot language to graph image.

Parameters:
  • pipe – Pipe with do script.
  • filename – Path to a file in which the image will be created.
graph.draw_graph(filename)

Draw graph to a filename from the mkfile (that should be already imported).

Parameters:filename – Path to a file in which the image will be created.
graph.draw_done_task_graph(filename, tasks)

Draw graph of done tasks to a filename.

Parameters:
  • filename – Path to a file in which the image will be created.
  • task – Task which will be drawed.

Previous topic

4.4.4 Touch

Next topic

5.2. Script

This Page