<?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>Fri, 30 Jul 2010 02:17:53 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/comment-page-1/#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-page-1/#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-page-1/#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>
