<div dir="ltr">Hi Rocky,<div><br></div><div>You could use the python visualization package yt: <a href="https://yt-project.org/">https://yt-project.org/</a></div><div>After loading your plt_cnt or chk file, you can access the x-coordinates via:</div><div><br></div><div>import yt</div><div>ds = yt.load(FILE_NAME)</div><div>ad = ds.all_data()</div><div>x = ad["x"]</div><div>print(x)</div><div><br></div><div>You can also plot directly with yt, but the above will let you get the x values for use with gnuplot.</div><div><br></div><div>Best,<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr">--------<div>Ryan</div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jan 4, 2020 at 9:16 AM Po-Hsun Tseng <<a href="mailto:zengbs@gmail.com">zengbs@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace;font-size:large">Dear FLASH developers and users,<br><br>When 1D Sod shock tube test with uniform grid was conducted, x-coordinate did not be printed in the ASCII file 'sod_1d_64pt.dat'. I need information on x-coordinate in Sod test so that I can use gnuplot to plot shock tube profile. what should I do? thanks.<br clear="all"></div><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font face="monospace, monospace" size="4"><br>Po-Hsun Tseng (Rocky)</font></div></div></div></div></div></div></div></div>
</blockquote></div>