<?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: 3D Plotting in Python with matplotlib mplot3d</title>
	<atom:link href="http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/</link>
	<description>Tips and Tricks for Professional Astronomers</description>
	<lastBuildDate>Mon, 06 Feb 2012 12:32:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Peter S</title>
		<link>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/#comment-11430</link>
		<dc:creator>Peter S</dc:creator>
		<pubDate>Sun, 08 May 2011 07:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=1593#comment-11430</guid>
		<description>@Tom: I had installed the 64-bit version of EPD. I removed this and replaced it with the 32-bit version and re-installed the astro modules, and now I&#039;m ready to go.  Fantastic! Thanks!</description>
		<content:encoded><![CDATA[<p>@Tom: I had installed the 64-bit version of EPD. I removed this and replaced it with the 32-bit version and re-installed the astro modules, and now I&#8217;m ready to go.  Fantastic! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/#comment-11399</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 07 May 2011 13:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=1593#comment-11399</guid>
		<description>@Peter - I&#039;m surprised EPD doesn&#039;t work for you, and I think that the key will be to get that working (rather than trying to build from source). With EPD you should be able to get a fully working Python installation including numpy/scipy/matplotlib/mayavi/etc. in about 10 minutes, and it takes another 10 minutes to get many astro modules installed. Check out &lt;a href=&quot;http://python4astronomers.github.com/installation/macosx.html&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; page we made for a Python workshop at the CfA for installation instructions. Install the 32-bit EPD package from &lt;a href=&quot;http://www.enthought.com/products/edudownload.php&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; because the 64-bit version doesn&#039;t come with Mayavi (yet). What are the issues you run into when you do this?

EDITED: the 64-bit version of EPD does *not* come with Mayavi, so you need to install the 32-bit version</description>
		<content:encoded><![CDATA[<p>@Peter &#8211; I&#8217;m surprised EPD doesn&#8217;t work for you, and I think that the key will be to get that working (rather than trying to build from source). With EPD you should be able to get a fully working Python installation including numpy/scipy/matplotlib/mayavi/etc. in about 10 minutes, and it takes another 10 minutes to get many astro modules installed. Check out <a href="http://python4astronomers.github.com/installation/macosx.html" rel="nofollow">this</a> page we made for a Python workshop at the CfA for installation instructions. Install the 32-bit EPD package from <a href="http://www.enthought.com/products/edudownload.php" rel="nofollow">here</a> because the 64-bit version doesn&#8217;t come with Mayavi (yet). What are the issues you run into when you do this?</p>
<p>EDITED: the 64-bit version of EPD does *not* come with Mayavi, so you need to install the 32-bit version</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter S</title>
		<link>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/#comment-11382</link>
		<dc:creator>Peter S</dc:creator>
		<pubDate>Sat, 07 May 2011 05:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=1593#comment-11382</guid>
		<description>This blog article is quite old now, but getting these things going on macs is an ongoing issue. My thoughts are with anyone who aspires to getting the ultimate astropython workbench up and running on mac os x.

I am current wrestling with my whole mac os x python/matplotlib/mayavi setup. I have a linux box at work and the ease with which I can set up all these things compared to this whole mac os x bunfight makes me want to trade in my macbook pro for a linux laptop---well, not quite. 

I have had a working installation of matplotlib on my macbook which brings me much joy. I also have astLib and kapteyn and all sorts of other goodies that have gradually become my astropythonic friends. But now I want to get mayavi going in conjunction with matplotlib, and despite a year or two of fiddling with paths and thinking that eventually I would get to know the anatomy of my mac 3rd party software setup, I just can&#039;t seem to get it going. I just want to make a nice 3d model of the local universe a la Tully et al (2008) that I can superimpose peculiar velocity vectors on. Can that be too much to ask? It seems so. This mplot3d is a good suggestion, but I really like the way vtk depicts all these things on my work computer---I am a deeply superficial person. The enthought thing has never worked for me, and I have spent days (and nights) trying to set up vtk with python wrapping on my laptop to my satisfaction, but no joy.

I will keep trying with mayavi/vtk with matplotlib on mac and let you know if I find a magic bullet...</description>
		<content:encoded><![CDATA[<p>This blog article is quite old now, but getting these things going on macs is an ongoing issue. My thoughts are with anyone who aspires to getting the ultimate astropython workbench up and running on mac os x.</p>
<p>I am current wrestling with my whole mac os x python/matplotlib/mayavi setup. I have a linux box at work and the ease with which I can set up all these things compared to this whole mac os x bunfight makes me want to trade in my macbook pro for a linux laptop&#8212;well, not quite. </p>
<p>I have had a working installation of matplotlib on my macbook which brings me much joy. I also have astLib and kapteyn and all sorts of other goodies that have gradually become my astropythonic friends. But now I want to get mayavi going in conjunction with matplotlib, and despite a year or two of fiddling with paths and thinking that eventually I would get to know the anatomy of my mac 3rd party software setup, I just can&#8217;t seem to get it going. I just want to make a nice 3d model of the local universe a la Tully et al (2008) that I can superimpose peculiar velocity vectors on. Can that be too much to ask? It seems so. This mplot3d is a good suggestion, but I really like the way vtk depicts all these things on my work computer&#8212;I am a deeply superficial person. The enthought thing has never worked for me, and I have spent days (and nights) trying to set up vtk with python wrapping on my laptop to my satisfaction, but no joy.</p>
<p>I will keep trying with mayavi/vtk with matplotlib on mac and let you know if I find a magic bullet&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/#comment-1904</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=1593#comment-1904</guid>
		<description>I&#039;ve used Mayavi and found it to be very nice as an integrated environment, but I ended up using the underpinning library, TVTK, instead.  mplot3d is great for prepared visualizations of relatively simply data, but for exploratory viz (like in simulations) it isn&#039;t necessarily suitable.  But by dropping down to TVTK, much more control over the data sources and mechanisms are available -- including things like hierarchical (i.e., AMR) data sources.  Plus, all the awesome widgets in Mayavi2, like for colormaps and labels, are still available!

As for the installation, I&#039;ve had really good luck installing VTK on its own, installing the ETSProjectTools and using the &quot;ets co&quot; &quot;ets develop&quot; commands to conduct a source installation, as &lt;a href=&quot;https://svn.enthought.com/enthought/wiki/Build/ETS_3.0.0b1/Py2.5/Generic_Any_Any&quot; rel=&quot;nofollow&quot;&gt;mentioned&lt;/a&gt; on the Enthought website.  This keeps most of the setuptools (forked as &lt;a href=&quot;http://python-distribute.org/&quot; rel=&quot;nofollow&quot;&gt;distribute&lt;/a&gt;) toolchain out of the way.  For deploying software on heterogeneous machines without admin privs, fully-isolated source installations were the only solution we could come up with for astro-viz packages, and most of the binary eggs (even things like mercurial!) were problematic.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used Mayavi and found it to be very nice as an integrated environment, but I ended up using the underpinning library, TVTK, instead.  mplot3d is great for prepared visualizations of relatively simply data, but for exploratory viz (like in simulations) it isn&#8217;t necessarily suitable.  But by dropping down to TVTK, much more control over the data sources and mechanisms are available &#8212; including things like hierarchical (i.e., AMR) data sources.  Plus, all the awesome widgets in Mayavi2, like for colormaps and labels, are still available!</p>
<p>As for the installation, I&#8217;ve had really good luck installing VTK on its own, installing the ETSProjectTools and using the &#8220;ets co&#8221; &#8220;ets develop&#8221; commands to conduct a source installation, as <a href="https://svn.enthought.com/enthought/wiki/Build/ETS_3.0.0b1/Py2.5/Generic_Any_Any" rel="nofollow">mentioned</a> on the Enthought website.  This keeps most of the setuptools (forked as <a href="http://python-distribute.org/" rel="nofollow">distribute</a>) toolchain out of the way.  For deploying software on heterogeneous machines without admin privs, fully-isolated source installations were the only solution we could come up with for astro-viz packages, and most of the binary eggs (even things like mercurial!) were problematic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Fitzgerald</title>
		<link>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/#comment-1698</link>
		<dc:creator>Michael Fitzgerald</dc:creator>
		<pubDate>Wed, 03 Feb 2010 09:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=1593#comment-1698</guid>
		<description>I didn&#039;t encounter problems installing mayavi using easy_install, which also lets one use a custom installation prefix (e.g. easy_install-2.6 --prefix=$home Mayavi).  I haven&#039;t yet tried mplot3d -- thanks for the tip.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t encounter problems installing mayavi using easy_install, which also lets one use a custom installation prefix (e.g. easy_install-2.6 &#8211;prefix=$home Mayavi).  I haven&#8217;t yet tried mplot3d &#8212; thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey Law</title>
		<link>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/#comment-1678</link>
		<dc:creator>Casey Law</dc:creator>
		<pubDate>Mon, 01 Feb 2010 22:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=1593#comment-1678</guid>
		<description>Thanks for the post!  I also struggled with Mayavi installation and eventually gave up on my hopes for 3d python plots.  Now I&#039;ve reproduced a few of the demos with matplotlib 0.99.

So glad I am subscribing to this blog!</description>
		<content:encoded><![CDATA[<p>Thanks for the post!  I also struggled with Mayavi installation and eventually gave up on my hopes for 3d python plots.  Now I&#8217;ve reproduced a few of the demos with matplotlib 0.99.</p>
<p>So glad I am subscribing to this blog!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

