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 b48e8d7 commit eee01bcCopy full SHA for eee01bc
1 file changed
scripts/colors.py
@@ -46,7 +46,7 @@
46
text_color = "black" if luma[i] > 0.5 else "white"
47
text = str(colors[i]).replace(' ', '')
48
ax.text((i+0.5)*dx, (ymin+ymax)/2, text, color=text_color, zorder=10,
49
- family="Source Code Pro", size=9, ha="center", va="center")
+ family="Source Code Pro", weight="bold", size=9, ha="center", va="center")
50
51
fig.savefig(ROOT_DIR / f"figures/colors-{name}.pdf")
52
ax.clear()
0 commit comments