[yt-dev] Issue #761: SlicePlot ".save()" stores image in plotfile directory, not current directory (yt_analysis/yt)

Michael Zingale issues-reply at bitbucket.org
Sat Jan 11 14:01:16 PST 2014


New issue 761: SlicePlot  ".save()" stores image in plotfile directory, not current directory
https://bitbucket.org/yt_analysis/yt/issue/761/sliceplot-save-stores-image-in-plotfile

Michael  Zingale:

When creating an image via "SlicePlot" of BoxLib data, the resulting image is stored in the plotfile directory, not the current directory.  E.g.:

pf = load("plt23437")
SlicePlot(pf, 'x', "Density").save()

creates the image "plt23437/plt23437_Slice_x_Density.png", when it should output simply to the present directory (creating the image "plt23437_Slice_x_Density.png").  This bug is likely because this part of yt doesn't recognize that BoxLib plotfiles are directories.





More information about the yt-dev mailing list