<div dir="ltr">Hey Team YT,<div><br></div><div style>I have a quick question about basic visualization with yt and gadget, with reference to the following simple script:</div><div style><br></div><div style><a href="http://paste.yt-project.org/show/4058/">http://paste.yt-project.org/show/4058/</a><br>

</div><div style><br></div><div style>If I try to SlicePlot the snapshot, I get a series of errors which are copied below. Is it not possible to perform these sorts of plotting routines on the raw gadget data?  (as an addendum, if I project to an octree grid using yt, I am able to make slice and projection plots).</div>

<div style><br></div><div style>Thanks,</div><div style>Desika</div><div style><br></div><div style><div>Traceback (most recent call last):</div><div>  File "gadget_slice.py", line 14, in <module></div><div>

    slc = SlicePlot(pf,'z',('PartType0', 'Density'))</div><div>  File "/Users/desika/yt-3.0/yt-x86_64/src/yt-hg/yt/visualization/plot_window.py", line 2148, in SlicePlot</div><div>    return AxisAlignedSlicePlot(pf, normal, fields, *args, **kwargs)</div>

<div>  File "/Users/desika/yt-3.0/yt-x86_64/src/yt-hg/yt/visualization/plot_window.py", line 1322, in __init__</div><div>    fontsize=fontsize)</div><div>  File "/Users/desika/yt-3.0/yt-x86_64/src/yt-hg/yt/visualization/plot_window.py", line 809, in __init__</div>

<div>    PWViewer.__init__(self, *args, **kwargs)</div><div>  File "/Users/desika/yt-3.0/yt-x86_64/src/yt-hg/yt/visualization/plot_window.py", line 620, in __init__</div><div>    if setup: self._setup_plots()</div>

<div>  File "/Users/desika/yt-3.0/yt-x86_64/src/yt-hg/yt/visualization/plot_window.py", line 915, in _setup_plots</div><div>    image = self._frb[f]</div><div>  File "/Users/desika/yt-3.0/yt-x86_64/src/yt-hg/yt/visualization/fixed_resolution.py", line 128, in __getitem__</div>

<div>    self._period, int(self.periodic),</div><div>_MPL.error: data is of incorrect type (wanted 1D float)</div><div><br></div></div></div>