Skip to content

Commit 830d1eb

Browse files
committed
Cleanup
1 parent a2e4270 commit 830d1eb

2 files changed

Lines changed: 16 additions & 120 deletions

File tree

src/maxplotlib/canvas/canvas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ def plot_matplotlib(tikzfigure: TikzFigure, ax, layers=None):
560560

561561
# Plot nodes after paths so they appear on top
562562
for node in nodes:
563-
print(node.__dict__)
564563
# Determine shape and size
565564
shape = node.kwargs.get("shape", "circle")
566565
fill_color_spec = node.kwargs.get("fill", "white")

tutorials/tutorial_02.ipynb

Lines changed: 16 additions & 119 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)