Hi Matt,<br><br>I want to use the Oblique Slice. What is the correct way to create it? I'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("/home/jpocom/projects/yt/yt-source/tests/DD0010/moving7_0010")</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=['Density'])</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'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 "<stdin>", line 1, in <module></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  File "/home/jpocom/projects/yt/yt-source/yt/visualization/fixed_resolution.py", 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>