Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ As this one:
![OrderControl](images/order_control_machine_initial.png)


If you find the resolution of the image lacking, you can

```py
>>> dot.set_dpi(300)
>>> dot.write_png("docs/images/order_control_machine_initial_300dpi.png")
```

![OrderControl](images/order_control_machine_initial_300dpi.png)


The current {ref}`state` is also highlighted:

``` py
Expand Down
Loading