79126987

Date: 2024-10-25 18:51:21
Score: 3
Natty:
Report link

Thanks to @Kelo's input, was able to get what I'm looking for via the below:

ax = df.plot(kind="bar", color=colors)
for bar in ax.containers[0]:
    bar.set_alpha(.5)

enter image description here

Versus original: enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Kelo's
  • Self-answer (0.5):
Posted by: Chris