Skip to content

Commit fdebeab

Browse files
fix(matplotlib): address review feedback for network-force-directed
Attempt 1/3 - fixes based on AI review
1 parent faed1cd commit fdebeab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plots/network-force-directed/implementations/python/matplotlib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" anyplot.ai
1+
"""anyplot.ai
22
network-force-directed: Force-Directed Graph
33
Library: matplotlib 3.11.0 | Python 3.13.14
44
Quality: 89/100 | Updated: 2026-07-01
@@ -139,7 +139,7 @@
139139
bbox={"facecolor": ELEVATED_BG, "edgecolor": "none", "boxstyle": "round,pad=0.2", "alpha": 0.85},
140140
)
141141

142-
title = "network-force-directed · matplotlib · anyplot.ai"
142+
title = "network-force-directed · python · matplotlib · anyplot.ai"
143143
title_fontsize = max(8, round(12 * 67 / len(title))) if len(title) > 67 else 12
144144
ax.set_title(title, fontsize=title_fontsize, fontweight="medium", color=INK, pad=10)
145145
ax.set_xlim(-0.02, 1.02)

0 commit comments

Comments
 (0)