Visualization - shivamvats/notes GitHub Wiki
- rqt_plot : Live plots.
- PlotJuggler : Live plots
- seaborn : Prettier and easier matplotlib
- pyopengl + glfw : Make cool animations like Eric makes
- idyll : Excellent for creating story-like presentations to explain concepts.
-
squeeze: Set
squeeze
to True if you wantplt.subplots()
to always return a 2D array. Great for writing consistent code.