<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Hi Divyanshu,</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">I'd suggest using yt (<a href="https://yt-project.org/">https://yt-project.org/</a>) for reading in the data. For individual files its as simple as</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">ds = yt.load(filename). Also, typically you want to read in the plot files rather than the checkpoint files. That is the files named *_plt_cnt_*. Those are smaller files and if you've set your parameters correctly should contain all the data you want to plot.</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Once you've read in the data, to plot it you can either use the methods of yt or get the data into a fixed resolution buffer and plot with matplotlib. Check out the documentation on the yt site.</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Regards,</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">Jon</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 31, 2023 at 6:29 PM <<a href="mailto:flash-users-request@flash.rochester.edu">flash-users-request@flash.rochester.edu</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="msg8845006927697708077">---------- Forwarded message ----------<br>From: "Sharma, Divyanshu Raj" <<a href="mailto:sharma22@llnl.gov" target="_blank">sharma22@llnl.gov</a>><br>To: "<a href="mailto:flash-users@flash.rochester.edu" target="_blank">flash-users@flash.rochester.edu</a>" <<a href="mailto:flash-users@flash.rochester.edu" target="_blank">flash-users@flash.rochester.edu</a>><br>Cc: <br>Bcc: <br>Date: Wed, 31 May 2023 22:29:27 +0000<br>Subject: [FLASH-USERS] Trying to plot in FLASH with jupyter notebook and pyplot<br>





<div lang="EN-US" style="overflow-wrap: break-word;">
<div class="m_8845006927697708077WordSection1">
<p class="MsoNormal">Hi,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I am trying to plot in python in the jupyter notebook by taking the Sedov files from my run (specifically the sedov_hdf5_chk_0000 to 0005) but there is no easy way to do it so far, the best way I found was using this code I found online,
 but I am getting low fidelity model. I want to get a model like when I use visit. I have attached the visit visualization and my code and my visualization below. I head ‘yt’ could be imported from a thread, but that thread ended with no progress as seen here.<br>
<a href="https://flash.rochester.edu/pipermail/flash-users/2021-June/003555.html" target="_blank">https://flash.rochester.edu/pipermail/flash-users/2021-June/003555.html</a><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Visit:<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><img border="0" width="476" height="429" style="width: 4.9583in; height: 4.4666in;" id="m_8845006927697708077Picture_x0020_1" src="cid:1887732c07a4cff311"><u></u><u></u></p>
<p class="MsoNormal">Python code and visualization:<u></u><u></u></p>
<p class="MsoNormal"><img border="0" width="625" height="694" style="width: 6.5083in; height: 7.2333in;" id="m_8845006927697708077Picture_x0020_2" src="cid:1887732c07a5b16b22"><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><img border="0" width="416" height="298" style="width: 4.3333in; height: 3.1in;" id="m_8845006927697708077Picture_x0020_3" src="cid:1887732c07a692e333"><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>

_______________________________________________<br>
flash-users mailing list<br>
<a href="mailto:flash-users@flash.rochester.edu" target="_blank">flash-users@flash.rochester.edu</a><br>
<a href="https://flash.rochester.edu/mailman/listinfo/flash-users" rel="noreferrer" target="_blank">https://flash.rochester.edu/mailman/listinfo/flash-users</a><br>
</div></blockquote></div></div>