Issue #838: OffAxisSlicePlot dosen't respect the unit of width (yt_analysis/yt)

2 May
2014
2 May
'14
9:49 a.m.
New issue 838: OffAxisSlicePlot dosen't respect the unit of width https://bitbucket.org/yt_analysis/yt/issue/838/offaxissliceplot-dosent-respe...
Stuart Mumford:
I tried to run the `aligned_cutting_plane.py` from the cook book and changing:
``` #!python p = yt.OffAxisSlicePlot(ds, L, "density", sp.center, (25, "kpc")) ```
to
``` #!python
p = yt.OffAxisSlicePlot(ds, L, "density", sp.center, (25, "pc")) ```
only resulted in the axis label changing not the view on the data.
3509
Age (days ago)
3509
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stuart Mumford