pyclaw icon indicating copy to clipboard operation
pyclaw copied to clipboard

properly creating plots needed for pyclaw gallery?

Open rjleveque opened this issue 10 years ago • 0 comments

Some pyclaw/examples directories (e.g. euler/2d) include multiple examples and so executing

cd $CLAW/doc/doc/pyclaw/gallery
python make_plots.py

executes all of them. The _plots directory will end up containing whatever was produced by the last one run.

Then executing

python gallery.py

grabs _plots for the gallery. Are you sure it's always getting the desired results?

rjleveque avatar Dec 21 '13 20:12 rjleveque