Hi Matt,<br><br>I want to use the Oblique Slice. What is the correct way to create it? I&#39;m using this script:<br><br><br><span style="font-family: courier new,monospace;">from yt.mods import *</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">pf = load(&quot;/home/jpocom/projects/yt/yt-source/tests/DD0010/moving7_0010&quot;)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">cut = pf.h.cutting([0, 0, 1], [0.5, 0.5], fields=[&#39;Density&#39;])</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">frb = ObliqueFixedResolutionBuffer(cut, (0.0, 1.0, 0.0, 1.0), (512, 512))</span><br style="font-family: courier new,monospace;">
<br>but, it&#39;s giving me an error:<br><br><span style="font-family: courier new,monospace;">Traceback (most recent call last):</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  File &quot;/home/jpocom/projects/yt/yt-source/yt/visualization/fixed_resolution.py&quot;, line 104, in __init__</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    xax = x_dict[axis]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">IndexError: list index out of range</span><br><br>Regards, <br>Att. Jorge Poco<br><br><br><br><br>