Apr 24, 2014

Making Plots Pretty

Preface

Back in 2014, I gave this talk to my robotics lab on how to make good looking plots / figures. I’m posting it now in 2021. It’s fun to remember how far back my obsession with making figures goes.

If you’re interested in using this material, the Keynote file is available in a GitHub repository:

making-plots-pretty

A 2014 lab talk I gave on how to make good looking plots and figures.

Enjoy!

– Max from 2021

Slides

Acknowledgments

Thanks to the following folks whose resources I used either as examples of pretty things, or to make my own (somewhat) pretty things.

Postscript

(Max from 2021 again here)

I couldn’t get other plot configurations or libraries to work, so I packaged my own set of plot modifications into a function and released it.

beautyplot

My own attempt at a little library to make bar plots prettier

Please don’t use it. The standard configurations and libraries are assuredly the way to go. Even my guide for setting up this library (changing PYTHONPATH) is bad. I think a great modern alternative to this genre of libraries is Seaborn.

At the same time, I thought it would be fun to include here because it shows how many axes of growth there are in developing even little tools like this: