Visualization - shivamvats/notes GitHub Wiki

ROS

  1. rqt_plot : Live plots.
  2. PlotJuggler : Live plots

Python

  1. seaborn : Prettier and easier matplotlib
  2. pyopengl + glfw : Make cool animations like Eric makes

Misc

  1. idyll : Excellent for creating story-like presentations to explain concepts.

Matplotlib

  1. squeeze: Set squeeze to True if you want plt.subplots() to always return a 2D array. Great for writing consistent code.
⚠️ **GitHub.com Fallback** ⚠️