News

We use matplotlib for plotting in python. We also have to convert SymPy matrices to NumPy arrays prior to plotting. Therefore, we prefer to define vectors as NumPy arrays if we intend to just plot ...
This is a simple utility to plot 2D data. The motivation for this is to have a "live" plotting program that can take data from an embedded system connected over USB. The plot.py script in this repo is ...
Mayavi is a cross-platform library and application for 2D and 3D plotting and interactive visualization of scientific data using Python. It leverages the power of Visualization Toolkit (VTK) without ...