We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2caef4c commit 2983ee2Copy full SHA for 2983ee2
graphtik/plot.py
@@ -688,6 +688,8 @@ class Theme:
688
## Other
689
##
690
691
+ #: When true, plot also :term:`execution steps`, linking operations and evictions
692
+ #: with green dotted lines labeled with numbers denoting the execution order.
693
show_steps = False
694
kw_step = {
695
"style": "dotted", # Note: Step styles are not *remerged*.`
0 commit comments