visclaw icon indicating copy to clipboard operation
visclaw copied to clipboard

Experiment with other vis packages

Open rjleveque opened this issue 8 years ago • 2 comments

Several people have been experimenting with plotting Clawpack output using other packages, so we started a dev directory containing subdirectories for each package. Currently these are only on the dev_other_vis_packages branch, see https://github.com/clawpack/visclaw/tree/dev_other_vis_packages/dev.

If you want to contribute to what is here, please create your own branch dev_other_vis_packages on your fork, push changes to your fork, and do a pull request from there to the clawpack/visclaw/tree/dev_other_vis_packages branch.

rjleveque avatar Apr 10 '16 19:04 rjleveque

Specifically, there are useful bits of code in the linked branch for using yt and paraview. Looks like not much has been done regarding mayavi and visit.

ketch avatar Feb 23 '19 19:02 ketch

I have a more up-to-date yt example (works with version 3.5.0 of yt) here:

https://github.com/ketch/griddle/blob/master/griddle_plotting_examples.ipynb

It's at the very bottom of the notebook.

ketch avatar Feb 23 '19 19:02 ketch