diff options
Diffstat (limited to 'Tools/plot_parallel.py')
-rw-r--r-- | Tools/plot_parallel.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/plot_parallel.py b/Tools/plot_parallel.py index db8ac0aed..e72600251 100644 --- a/Tools/plot_parallel.py +++ b/Tools/plot_parallel.py @@ -8,6 +8,8 @@ import scipy.constants as scc This script loops over all WarpX plotfiles in a directory and, for each plotfile, saves an image showing the field and particles. +Requires yt>3.5 and Python3 + It can be run serial: > python plot_parallel.py --path <path/to/plt/files> or parallel |