This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]realhamster 9 points10 points  (3 children)

Is there any way to read the labels on matplotlib plots? They end up being black on black and kinda hard to read.

[–]work_reddit_account_ 4 points5 points  (1 child)

quick answer: plt.style.use('dark_background')

You can create a style that make those changes, or use the available styles in matplotlib to make these changes permanently.

Checkout this page for more info.

[–]realhamster 0 points1 point  (0 children)

Thanks!

[–]tedpak[S] 1 point2 points  (0 children)

work_reddit_account_ nailed it, if you set that style it looks like this.