Skip to content

Commit e4780f9

Browse files
committed
1 parent d93f6a2 commit e4780f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/assets/make_readme_assets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def hero(path):
3636
fig, ax = plt.subplots(figsize=(12, 3.4))
3737
ax.set_xlim(0, 120)
3838
ax.set_ylim(0, 34)
39-
ax.axis("off")
39+
ax.axis('off')
4040
ax.add_patch(plt.Rectangle((0, 0), 120, 34, fc=BG, ec='none', zorder=0))
4141
# left accent bar
4242
ax.add_patch(plt.Rectangle((0, 0), 1.4, 34, fc=BLUE, ec='none', zorder=1))
@@ -128,7 +128,7 @@ def architecture(path):
128128
fig, ax = plt.subplots(figsize=(11, 5.2))
129129
ax.set_xlim(0, 116)
130130
ax.set_ylim(0, 60)
131-
ax.axis("off")
131+
ax.axis('off')
132132

133133
def box(x, y, w, h, title, sub, accent, fc='white'):
134134
ax.add_patch(

0 commit comments

Comments
 (0)