use monospace everywhere
This commit is contained in:
@@ -13,7 +13,9 @@ def doc_state_machine(name, obj):
|
||||
graph = f"digraph {name}" + "{\n"
|
||||
graph += "rankdir = LR;\n"
|
||||
# graph += "layout = circo;\n"
|
||||
graph += 'node [shape=egg, style="filled"];\n'
|
||||
graph += 'fontname="monospace";\n'
|
||||
graph += 'node [shape=egg, style="filled", fontname="monospace"];\n'
|
||||
graph += 'edge [fontname="monospace"];\n'
|
||||
first = True
|
||||
for key in obj:
|
||||
if key[0] == "+":
|
||||
|
||||
Reference in New Issue
Block a user