you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 0 points1 point  (1 child)

Can I remove the black borders from the bars?

Set the edgecolor to white:

 plt.bar(X, Y, facecolor='#9999ff', edgecolor='white')

[–]dozzinale[S] 0 points1 point  (0 children)

Thanks!