<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Setting up Octave and Gnuplot on Apple Mac OSX</title>
	<atom:link href="http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/</link>
	<description>Ben Sheldon&#039;s lost &#38; found</description>
	<lastBuildDate>Wed, 25 Jan 2012 19:05:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sh</title>
		<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/#comment-131770</link>
		<dc:creator>sh</dc:creator>
		<pubDate>Sat, 29 Oct 2011 17:22:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-131770</guid>
		<description>Bless you for this. I&#039;m running 10.5.8 (99.99% of the time I wouldn&#039;t care about upgrading) and eventually was able to get Octave 3.2.2 and Gnuplot/Aquaterm working with this and the comments above. I could probably get 3.4 to go but as this is just a short-term thing for me anyway I won&#039;t risk fubaring up something that works.</description>
		<content:encoded><![CDATA[<p>Bless you for this. I’m running 10.5.8 (99.99% of the time I wouldn’t care about upgrading) and eventually was able to get Octave 3.2.2 and Gnuplot/Aquaterm working with this and the comments above. I could probably get 3.4 to go but as this is just a short-term thing for me anyway I won’t risk fubaring up something that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: elzinko</title>
		<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/#comment-130829</link>
		<dc:creator>elzinko</dc:creator>
		<pubDate>Sat, 22 Oct 2011 10:22:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-130829</guid>
		<description>thank you GTS for sharing your trick since it solved the problem that you described</description>
		<content:encoded><![CDATA[<p>thank you GTS for sharing your trick since it solved the problem that you described</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hardik</title>
		<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/#comment-130800</link>
		<dc:creator>Hardik</dc:creator>
		<pubDate>Sat, 22 Oct 2011 05:19:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-130800</guid>
		<description>Awesome thanks !! I just did what was in step 3 as I was on Snow Leopard and success!!! Highly recoemmend all those on Snow Leopard and having issues to try this first. The other step mentioned here gave me error so not sure about the sudo command etc...


http://sourceforge.net/projects/octave/files//Octave%20MacOSX%20Binary/2009-10-03%20binary%20of%20Octave%203.2.3/README_OSX1065.txt/view</description>
		<content:encoded><![CDATA[<p>Awesome thanks !! I just did what was in step 3 as I was on Snow Leopard and success!!! Highly recoemmend all those on Snow Leopard and having issues to try this first. The other step mentioned here gave me error so not sure about the sudo command etc…</p>
<p><a href="http://sourceforge.net/projects/octave/files//Octave%20MacOSX%20Binary/2009-10-03%20binary%20of%20Octave%203.2.3/README_OSX1065.txt/view" rel="nofollow">http://sourceforge.net/projects/octave/files//Octave%20MacOSX%20Binary/2009–10-03%20binary%20of%20Octave%203.2.3/README_OSX1065.txt/view</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GTS</title>
		<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/#comment-126440</link>
		<dc:creator>GTS</dc:creator>
		<pubDate>Fri, 23 Sep 2011 02:11:11 +0000</pubDate>
		<guid isPermaLink="false">#comment-126440</guid>
		<description>This fixed my problem (from the octave 3.4.0 readme.html file):

On a very small number of Mac systems an AquaTerm window is not opened at all. Therefore AquaTerm.app has been included into Gnuplot.app and that can be started automatically if Gnuplot.app&#039;s startup script /Contents/Resources/bin/gnuplot is modified. Change the lines

     # DYLD_FRAMEWORK_PATH=&quot;${ROOT}/lib:${DYLD_FRAMEWORK_PATH}&quot; \
     #   open &quot;${ROOT}/lib/AquaTerm.app&quot;
into

     DYLD_FRAMEWORK_PATH=&quot;${ROOT}/lib:${DYLD_FRAMEWORK_PATH}&quot; \
       open &quot;${ROOT}/lib/AquaTerm.app&quot;
which will open AquaTerm.app automatically if you launch Gnuplot.app.</description>
		<content:encoded><![CDATA[<p>This fixed my problem (from the octave 3.4.0 readme.html file):</p>
<p>On a very small number of Mac systems an AquaTerm window is not opened at all. Therefore AquaTerm.app has been included into Gnuplot.app and that can be started automatically if Gnuplot.app’s startup script /Contents/Resources/bin/gnuplot is modified. Change the lines</p>
<p>     # DYLD_FRAMEWORK_PATH=”${ROOT}/lib:${DYLD_FRAMEWORK_PATH}” \<br />
     #   open “${ROOT}/lib/AquaTerm.app“<br />
into</p>
<p>     DYLD_FRAMEWORK_PATH=”${ROOT}/lib:${DYLD_FRAMEWORK_PATH}” \<br />
       open “${ROOT}/lib/AquaTerm.app“<br />
which will open AquaTerm.app automatically if you launch Gnuplot.app.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GTS</title>
		<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/#comment-126421</link>
		<dc:creator>GTS</dc:creator>
		<pubDate>Thu, 22 Sep 2011 23:23:31 +0000</pubDate>
		<guid isPermaLink="false">#comment-126421</guid>
		<description>I&#039;m having the same problem as Adria.  Has anyone figured it out?

Thanks</description>
		<content:encoded><![CDATA[<p>I’m having the same problem as Adria.  Has anyone figured it out?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adria</title>
		<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/#comment-125757</link>
		<dc:creator>Adria</dc:creator>
		<pubDate>Sun, 18 Sep 2011 13:10:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-125757</guid>
		<description>Hello,

I have installed Gnuplot, X11, Octave and Aquaterm, but I have a problem:

- When I use the plot command in octave, Aquaterm opens but doesn&#039;t show anything.

Does anybody know how to solve this problem?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have installed Gnuplot, X11, Octave and Aquaterm, but I have a problem:</p>
<p>- When I use the plot command in octave, Aquaterm opens but doesn’t show anything.</p>
<p>Does anybody know how to solve this problem?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/#comment-124131</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Wed, 07 Sep 2011 15:43:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-124131</guid>
		<description>Thank you so much for the concise explanation!!!  It saved me many hours of stress!!!</description>
		<content:encoded><![CDATA[<p>Thank you so much for the concise explanation!!!  It saved me many hours of stress!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/#comment-122849</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 01 Sep 2011 02:34:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-122849</guid>
		<description>Thanks for writing these notes.  I just installed octave on my Mac 10.6.8 machine and was having trouble getting plots to work. Steps 3 and 4 were the keys to making it work for me. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for writing these notes.  I just installed octave on my Mac 10.6.8 machine and was having trouble getting plots to work. Steps 3 and 4 were the keys to making it work for me. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: netpublicus</title>
		<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/#comment-122323</link>
		<dc:creator>netpublicus</dc:creator>
		<pubDate>Sun, 28 Aug 2011 18:17:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-122323</guid>
		<description>Hello together, 
thank you for your great guide. There is still a catch I can&#039;t figure out. Please help me. 

AIM: Plotting functions in Latex
Ressources: Mac Snow (10.6.8.), X11, Latex, gnu plotter, Octavia, Aquaterm, 

I followed all steps in the guide and the comments. 
However I get these errors: (see below)

Thank for help!!!


When running gnu plotter I get this error:

~ netpublicus$ exec &#039;/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot&#039;
dyld: Library not loaded: /usr/X11R6/lib/libXpm.4.dylib
  Referenced from: /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot-4.2.6
  Reason: image not found
/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 71:   685 Trace/BPT trap          GNUTERM=&quot;${GNUTERM}&quot; GNUPLOT_HOME=&quot;${GNUPLOT_HOME}&quot; PATH=&quot;${PATH}&quot; DYLD_LIBRARY_PATH=&quot;${DYLD_LIBRARY_PATH}&quot; HOME=&quot;${HOME}&quot; GNUHELP=&quot;${GNUHELP}&quot; DYLD_FRAMEWORK_PATH=&quot;${DYLD_FRAMEWORK_PATH}&quot; GNUPLOT_PS_DIR=&quot;${GNUPLOT_PS_DIR}&quot; DISPLAY=&quot;${DISPLAY}&quot; GNUPLOT_DRIVER_DIR=&quot;${GNUPLOT_DRIVER_DIR}&quot; &quot;${ROOT}/bin/gnuplot-4.2.6&quot; &quot;$@&quot;

[Prozess beendet]

and from OCTAVIA:

octave-3.2.3:1&gt; plot x*2
error: plot: no data to plot
error: called from:
error:   /Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/plot/__plt__.m at line 90, column 4
error:   /Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/plot/plot.m at line 186, column 5
dyld: Library not loaded: /usr/X11R6/lib/libXpm.4.dylib
  Referenced from: /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot-4.2.6
  Reason: image not found
dyld: Library not loaded: /usr/X11R6/lib/libXpm.4.dylib
  Referenced from: /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot-4.2.6
  Reason: image not found
/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 71:   755 Trace/BPT trap          GNUTERM=&quot;${GNUTERM}&quot; GNUPLOT_HOME=&quot;${GNUPLOT_HOME}&quot; PATH=&quot;${PATH}&quot; DYLD_LIBRARY_PATH=&quot;${DYLD_LIBRARY_PATH}&quot; HOME=&quot;${HOME}&quot; GNUHELP=&quot;${GNUHELP}&quot; DYLD_FRAMEWORK_PATH=&quot;${DYLD_FRAMEWORK_PATH}&quot; GNUPLOT_PS_DIR=&quot;${GNUPLOT_PS_DIR}&quot; DISPLAY=&quot;${DISPLAY}&quot; GNUPLOT_DRIVER_DIR=&quot;${GNUPLOT_DRIVER_DIR}&quot; &quot;${ROOT}/bin/gnuplot-4.2.6&quot; &quot;$@&quot;
error: you must have gnuplot installed to display graphics; if you have gnuplot installed in a non-standard location, see the &#039;gnuplot_binary&#039; function
/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 71:   749 Trace/BPT trap          GNUTERM=&quot;${GNUTERM}&quot; GNUPLOT_HOME=&quot;${GNUPLOT_HOME}&quot; PATH=&quot;${PATH}&quot; DYLD_LIBRARY_PATH=&quot;${DYLD_LIBRARY_PATH}&quot; HOME=&quot;${HOME}&quot; GNUHELP=&quot;${GNUHELP}&quot; DYLD_FRAMEWORK_PATH=&quot;${DYLD_FRAMEWORK_PATH}&quot; GNUPLOT_PS_DIR=&quot;${GNUPLOT_PS_DIR}&quot; DISPLAY=&quot;${DISPLAY}&quot; GNUPLOT_DRIVER_DIR=&quot;${GNUPLOT_DRIVER_DIR}&quot; &quot;${ROOT}/bin/gnuplot-4.2.6&quot; &quot;$@&quot;
octave-3.2.3:1&gt;</description>
		<content:encoded><![CDATA[<p>Hello together,<br />
thank you for your great guide. There is still a catch I can’t figure out. Please help me. </p>
<p>AIM: Plotting functions in Latex<br />
Ressources: Mac Snow (10.6.8.), X11, Latex, gnu plotter, Octavia, Aquaterm, </p>
<p>I followed all steps in the guide and the comments.<br />
However I get these errors: (see below)</p>
<p>Thank for help!!!</p>
<p>When running gnu plotter I get this error:</p>
<p>~ netpublicus$ exec ‘/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot’<br />
dyld: Library not loaded: /usr/X11R6/lib/libXpm.4.dylib<br />
  Referenced from: /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot-4.2.6<br />
  Reason: image not found<br />
/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 71:   685 Trace/BPT trap          GNUTERM=”${GNUTERM}” GNUPLOT_HOME=”${GNUPLOT_HOME}” PATH=”${PATH}” DYLD_LIBRARY_PATH=”${DYLD_LIBRARY_PATH}” HOME=”${HOME}” GNUHELP=”${GNUHELP}” DYLD_FRAMEWORK_PATH=”${DYLD_FRAMEWORK_PATH}” GNUPLOT_PS_DIR=”${GNUPLOT_PS_DIR}” DISPLAY=”${DISPLAY}” GNUPLOT_DRIVER_DIR=”${GNUPLOT_DRIVER_DIR}” “${ROOT}/bin/gnuplot-4.2.6″ “$@”</p>
<p>[Prozess beendet]</p>
<p>and from OCTAVIA:</p>
<p>octave-3.2.3:1&gt; plot x*2<br />
error: plot: no data to plot<br />
error: called from:<br />
error:   /Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/plot/__plt__.m at line 90, column 4<br />
error:   /Applications/Octave.app/Contents/Resources/share/octave/3.2.3/m/plot/plot.m at line 186, column 5<br />
dyld: Library not loaded: /usr/X11R6/lib/libXpm.4.dylib<br />
  Referenced from: /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot-4.2.6<br />
  Reason: image not found<br />
dyld: Library not loaded: /usr/X11R6/lib/libXpm.4.dylib<br />
  Referenced from: /Applications/Gnuplot.app/Contents/Resources/bin/gnuplot-4.2.6<br />
  Reason: image not found<br />
/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 71:   755 Trace/BPT trap          GNUTERM=”${GNUTERM}” GNUPLOT_HOME=”${GNUPLOT_HOME}” PATH=”${PATH}” DYLD_LIBRARY_PATH=”${DYLD_LIBRARY_PATH}” HOME=”${HOME}” GNUHELP=”${GNUHELP}” DYLD_FRAMEWORK_PATH=”${DYLD_FRAMEWORK_PATH}” GNUPLOT_PS_DIR=”${GNUPLOT_PS_DIR}” DISPLAY=”${DISPLAY}” GNUPLOT_DRIVER_DIR=”${GNUPLOT_DRIVER_DIR}” “${ROOT}/bin/gnuplot-4.2.6″ “$@“<br />
error: you must have gnuplot installed to display graphics; if you have gnuplot installed in a non-standard location, see the ‘gnuplot_binary’ function<br />
/Applications/Gnuplot.app/Contents/Resources/bin/gnuplot: line 71:   749 Trace/BPT trap          GNUTERM=”${GNUTERM}” GNUPLOT_HOME=”${GNUPLOT_HOME}” PATH=”${PATH}” DYLD_LIBRARY_PATH=”${DYLD_LIBRARY_PATH}” HOME=”${HOME}” GNUHELP=”${GNUHELP}” DYLD_FRAMEWORK_PATH=”${DYLD_FRAMEWORK_PATH}” GNUPLOT_PS_DIR=”${GNUPLOT_PS_DIR}” DISPLAY=”${DISPLAY}” GNUPLOT_DRIVER_DIR=”${GNUPLOT_DRIVER_DIR}” “${ROOT}/bin/gnuplot-4.2.6″ “$@“<br />
octave-3.2.3:1&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Strange Loops &#8211; P. Syriac</title>
		<link>http://www.island94.org/2007/09/setting-up-octave-and-gnuplot-on-osx/#comment-114381</link>
		<dc:creator>Strange Loops &#8211; P. Syriac</dc:creator>
		<pubDate>Thu, 07 Jul 2011 10:41:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-114381</guid>
		<description>[...] getting Octave/GNUPlot to work on MacOSX wasn&#8217;t as straightforward as I&#8217;d have [...]</description>
		<content:encoded><![CDATA[<p>[…] getting Octave/GNUPlot to work on MacOSX wasn’t as straightforward as I’d have […]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.island94.org @ 2012-02-11 05:44:30 -->
