News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...
However, the axes that can be displayed are limited to those in plotruns_lib.PlotData. It would be useful if we could display any of the variables from the output file in the interactive plotting tool ...
A reversed object is passed to plt.legend, which does not work in recent python version since reversed () returns an iterator, so its length cannot be computed.