Advanced
Cristian Strat@c
2/3/2023

Anyone got tips on how to make matplotlib charts look nicer, with better typography, spacing, colors? Tufte-like look & feel would be ideal, but I don't even know if it's possible with matplotlib.

In reply to @c
2/3/2023

Have you asked ChatGPT? It had a few suggestions that seemed a little basic.

In reply to @c
MxVoid@mxvoid
2/3/2023

Try the Seaborn or ggplot styles. You can also make a custom rc_params file to fine-tune the rendering options to your liking; e.g. from matplotlib import rc_file rc_file(your_rc_params_filepath_here)

In reply to @c
Adam Baybutt@baybutt
2/3/2023

Codex?

In reply to @c
Eddie Wharton@eddie
2/3/2023

Seaborn, which has several nice styles my favorite style is ‘fivethirtyeight’

In reply to @c
MxVoid@mxvoid
2/3/2023

OK, last comment, I swear! Someone wrote a Tufte style package for matplotlib: https://github.com/ninivert/matplotlib_tufte