Skip to content
Markus Battarbee edited this page Dec 7, 2020 · 1 revision

User-made plotting scripts

Plotting of e.g. spatial cuts is done by reading in simulation data and using matplotlib (or using another plotting environment of your choice) to visualize the data.

cut=pt.calculations.cut_through(f,[-1e7,0,0],[3e7,0,0]);