Issue #772: Unitrefactor: Off-axis slice plots don't look right when the width is explicitly set (yt_analysis/yt)
3 Feb
2014
3 Feb
'14
11:14 p.m.
New issue 772: Unitrefactor: Off-axis slice plots don't look right when the width is explicitly set https://bitbucket.org/yt_analysis/yt/issue/772/unitrefactor-off-axis-slice-p... John ZuHone: This script: ``` #!python pf = load("GasSloshing/sloshing_nomag2_hdf5_plt_cnt_0100") slc = SlicePlot(pf, [0.1, -0.1, 0.2], ["temperature"]) slc.show() ``` produces this plot: ![good image](http://i.imgur.com/BacoRSg.png) but if we try to set the width: ``` #!python slc.set_width(500.,"kpc") ``` produces this one: ![bad_image](http://i.imgur.com/cV3mBc4.png) Responsible: ngoldbaum
3979
Age (days ago)
3979
Last active (days ago)
0 comments
1 participants
participants (1)
-
John ZuHone