<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Amol,<div><br></div><div>I've been a heavy gnuplot user myself. The equivalent under Python and yt would be using Matplotlib, which is what yt uses to make plots. </div><div><br></div><div><a href="http://matplotlib.sourceforge.net/">http://matplotlib.sourceforge.net/</a></div><div><br></div><div>They have gallery and example pages with scripts to show you how to use them. It's not as easy as gnuplot, but much more fully-featured. </div><div><br></div><div>The alternative is that you can easily dump columns of data from yt to text files for plotting in gnuplot. I continue to do a lot of this, though I am trying to switch exclusively to matplotlib. </div><div><br></div><div>Best,</div><div><br></div><div>John ZuHone</div><div><br><div><div>On Jun 28, 2012, at 3:48 PM, Amol Holkundkar wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi John,<br>
<br>
My knowledge of FLASH is just 2 days old, so in view of this I was considering the usage of GDL of which I had a prior experience though not extensive but basic.<br>
<br>
<br>
Keeping in mind the suggestions  from other users too,  I think its now time to learn python and yt.<br>
<br>
<br>
Just a query, is yt can replace the need of gnuplot, if so then it would be great incentive to learn.<br>
<br>
Cheers <br>
Amol Holkundkar<br><br><div class="gmail_quote">John ZuHone <<a href="mailto:jzuhone@milkyway.gsfc.nasa.gov">jzuhone@milkyway.gsfc.nasa.gov</a>> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre style="white-space: pre-wrap; word-wrap:break-word; font-family: sans-serif">Amol,<br><br>I am not sure why it does not work with GDL, but I encourage you to check out the yt project, which is an analysis toolset for AMR data such as FLASH. It is Python-based and much more powerful and straightforward to use than the fidlr tools. <br><br><a href="http://yt-project.org/">http://yt-project.org</a><br><br>I know it may require learning some Python, but in the long run it is very much worth it. There's lots of documentation on how to do some basic things and it handles FLASH data very well. <br><br>Best,<br><br>John ZuHone<br><br>On Jun 28, 2012, at 4:39 AM, Amol Holkundkar wrote:<br><br>> Dear All,<br>> <br>> I am just wondering if we can use FLASH with open source alternative of<br>> IDL called GDL <br>> (GNU Data Language <a href="http://gnudatalanguage.sourceforge.net/">http://gnudatalanguage.sourceforge.net</a>/ )<br>> <br>> I tried to compile the code using GDL, it complied but while running its<br>> giving following error,<br>> <br>> /*********************************************************************/<br>> <br>> $ XFLASH3_DIR="/home/amol/Documents/FLASH/FLASH4-beta/tools/fidlr3.0"<br>> $ export XFLASH3_DIR<br>> $ gdl<br>> <br>> GDL> .run <a href="http://xflash3.pro/">xflash3.pro</a><br>> % Compiled module: XFLASH_EVENT.<br>> % Compiled module: XFLASH3.<br>> GDL> xflash3     <br>> initializing xflash3<br>> ... IDL version = 6.0<br>> ... PNG graphics will be used<br>> % Compiled module: GET_XFLASH_PATH.<br>> ... current path<br>> is /home/amol/Documents/FLASH/FLASH4-beta/tools/fidlr3.0<br>> ... XFLASH_DIR is /home/amol/Documents/FLASH/FLASH4-beta/tools/fidlr3.0/<br>> % Compiled module: XFLASH_DEFAULTS.<br>> % Compiled module: VAR_INDEX.<br>> Segmentation fault (core dumped)<br>> /*********************************************************************/<br>> <br>> I think the error is coming because of the stuff in "var_<a href="http://index.pro/">index.pro</a>"<br>> <br>> Any suggestions to resolve this issue. <br>> <br>> It would be nice if we can compile the FLASH using GDL which is<br>> completely free and open source.<br>> <br>> Thanks,<br>> <br>> Regards<br>> Amol Holkundkar<br>> <br><br></pre></blockquote></div></div></blockquote></div><br></div></body></html>