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 8322c4a commit 3214345Copy full SHA for 3214345
mathicsscript/format.py
@@ -326,8 +326,6 @@ def harmonize_parameters(G, draw_options: dict):
326
if "width" not in draw_options:
327
width = clamp(node_size / DEFAULT_NODE_SIZE, min=0.15)
328
draw_options["width"] = width
329
- print("width", draw_options["width"])
330
- print("graph_layout", graph_layout)
331
332
if "font_size" not in draw_options:
333
# FIXME: should also take into consideration max width of label.
0 commit comments