<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Dear all,<br>
<br>
I recently start to work with yt to analyze my FLASH simulation. The output of those simulation is an hdf5 file.<br>
<br>
When I try to plot a slice of my simulation, some weird lines appear on it. Here is an example of the python script and the results it leads to.<br>
<br>
"""<br>
import yt<br>
<br>
ds = yt.load("lasslab_hdf5_plt_cnt_0000.hdf5")<br>
yt.SlicePlot(ds, 'z', "dens").show()<br>
<br>
<p><img src="cid:972219b9-edbb-4265-81cf-9a07e61cf360" originalwidth="1085" originalheight="862" style="width: 560px; height: 444.903px;" rszimgcmd="fitToWindow"></p>
"""<br>
<br>
Actually they also appear went plotting the results of a frb of a slice (even when I try to plot the x or y coordinate in 2d).<br>
<br>
Do you have any idea of the reason for such lines, or a solution for my problem?<br>
<br>
Best regards,<br>
Gabriel Rigon<br>
<br>
<p><br>
</p>
</div>
</body>
</html>