-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Description
When using the font-weight property values in Matplotlib I got the impression the weights were all extremely bold. I looked up the font-weight property in the W3C CSS spec and it appears the legal range is 100-900, and 400 is supposed to look "Regular", 700 "Bold".
When using a plot with a Text object, everything above 100 seems to be bold though, as can be seen in the attached image.