<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AstroBetter &#187; figures</title>
	<atom:link href="http://www.astrobetter.com/category/figures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.astrobetter.com</link>
	<description>Tips and Tricks for Professional Astronomers</description>
	<lastBuildDate>Mon, 06 Sep 2010 13:06:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>3D Plotting in Python with matplotlib mplot3d</title>
		<link>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/</link>
		<comments>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 18:28:56 +0000</pubDate>
		<dc:creator>Jessica</dc:creator>
				<category><![CDATA[figures]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[mplot3d]]></category>

		<guid isPermaLink="false">http://www.astrobetter.com/?p=1593</guid>
		<description><![CDATA[I recently needed to do some simple 3D plotting in python. The strongest choice as discussed on the web is Mayavi, which is part of the Enthought Python distribution. However, I have a previous python distribution already installed (via scisoft) with all of my favorite packages updated to the latest and greatest versions (e.g. matplotlib, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently needed to do some simple 3D plotting in python. The strongest choice as discussed on the web is <a href="http://code.enthought.com/projects/mayavi/">Mayavi</a>, which is part of the Enthought Python distribution. However, I have a previous python distribution already installed (via scisoft) with all of my favorite packages updated to the latest and greatest versions (e.g. matplotlib, PyEphem, slalib for python, etc.). I wanted to install Mayavi into my existing pythong distribution. In theory this should have been straightforward as there are eggs (a python package zip-type file). However, no matter how hard I tried, I could not get Mayavi, and all its required software, installed properly. Part of this may have been that I was doing a local install without admin privileges.</p>
<p>After spending an entire day with Mayavi issues, just in my attempt to make a very simple 3D scatter plot, I ran across a much easier option. The latest edition of <a href="http://matplotlib.sourceforge.net/">matplotlib</a> (0.99.1) comes with a toolkit called mplot3d. After looking over examples <a href="http://www.scipy.org/Cookbook/Matplotlib/mplot3D">here</a> and <a href="http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/index.html#toolkit-mplot3d-index">here</a>, it took me about 5 minutes to download and install the latest matplotlib version and I was ready to go! Simple 3D figures are a snap to put together and you can interact in order to zoom and rotate around. The toolkit uses matplotlib on the backend, so if you are familiar with all of the plotting options there, then mplot3d follows on logically.</p>
<div id="attachment_1687" class="wp-caption alignright" style="width: 300px">
	<img class="size-medium wp-image-1687" title="for_astrobetter" src="http://www.astrobetter.com/wp-content/uploads/2010/01/for_astrobetter-300x300.png" alt="My plot from matplotlib.mplot3d" width="300" height="300" />
	<p class="wp-caption-text">My plot from matplotlib.mplot3d</p>
</div>
<p>There are still a few bugs/features that I haven&#8217;t quite figured out. Most notably, in <a href="http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/tutorial.html#wireframe-plots">wire</a> or <a href="http://matplotlib.sourceforge.net/examples/mplot3d/surface3d_demo.html">surface</a> plots, I can&#8217;t seem to set the rstride and cstride (row and column segment step sizes) to anything less than 1. But one of my favorite things about python is that I should be able to go into the source code for mplot3d and figure out what the issue is.</p>
<p>If you have experience with either Mayavi or mplot3d, let us know in the comments when you would need to use Mayavi over the simpler functionality of mplot3d or if you have run into other issues with either.</p>



Share This:


	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.astrobetter.com%2F3d-plotting-in-python-with-matplotlib-mplot3d%2F&amp;partner=sociable" title="Print"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.astrobetter.com%2F3d-plotting-in-python-with-matplotlib-mplot3d%2F&amp;title=3D%20Plotting%20in%20Python%20with%20matplotlib%20mplot3d&amp;bodytext=I%20recently%20needed%20to%20do%20some%20simple%203D%20plotting%20in%20python.%20The%20strongest%20choice%20as%20discussed%20on%20the%20web%20is%20Mayavi%2C%20which%20is%20part%20of%20the%20Enthought%20Python%20distribution.%20However%2C%20I%20have%20a%20previous%20python%20distribution%20already%20installed%20%28via%20scisoft%29%20with" title="Digg"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.astrobetter.com%2F3d-plotting-in-python-with-matplotlib-mplot3d%2F&amp;title=3D%20Plotting%20in%20Python%20with%20matplotlib%20mplot3d&amp;notes=I%20recently%20needed%20to%20do%20some%20simple%203D%20plotting%20in%20python.%20The%20strongest%20choice%20as%20discussed%20on%20the%20web%20is%20Mayavi%2C%20which%20is%20part%20of%20the%20Enthought%20Python%20distribution.%20However%2C%20I%20have%20a%20previous%20python%20distribution%20already%20installed%20%28via%20scisoft%29%20with" title="del.icio.us"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.astrobetter.com%2F3d-plotting-in-python-with-matplotlib-mplot3d%2F&amp;t=3D%20Plotting%20in%20Python%20with%20matplotlib%20mplot3d" title="Facebook"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.astrobetter.com%2F3d-plotting-in-python-with-matplotlib-mplot3d%2F&amp;title=3D%20Plotting%20in%20Python%20with%20matplotlib%20mplot3d&amp;annotation=I%20recently%20needed%20to%20do%20some%20simple%203D%20plotting%20in%20python.%20The%20strongest%20choice%20as%20discussed%20on%20the%20web%20is%20Mayavi%2C%20which%20is%20part%20of%20the%20Enthought%20Python%20distribution.%20However%2C%20I%20have%20a%20previous%20python%20distribution%20already%20installed%20%28via%20scisoft%29%20with" title="Google Bookmarks"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=3D%20Plotting%20in%20Python%20with%20matplotlib%20mplot3d&amp;body=http%3A%2F%2Fwww.astrobetter.com%2F3d-plotting-in-python-with-matplotlib-mplot3d%2F" title="email"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=3D%20Plotting%20in%20Python%20with%20matplotlib%20mplot3d%20-%20http%3A%2F%2Fwww.astrobetter.com%2F3d-plotting-in-python-with-matplotlib-mplot3d%2F" title="Twitter"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.astrobetter.com%2F3d-plotting-in-python-with-matplotlib-mplot3d%2F&amp;partner=sociable" title="PDF"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>


<br/><br/><img src="http://www.astrobetter.com/?ak_action=api_record_view&id=1593&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.astrobetter.com/3d-plotting-in-python-with-matplotlib-mplot3d/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Your friend Convert</title>
		<link>http://www.astrobetter.com/your-friend-convert/</link>
		<comments>http://www.astrobetter.com/your-friend-convert/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:25:00 +0000</pubDate>
		<dc:creator>Jane Rigby</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[figures]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[imagemagick]]></category>

		<guid isPermaLink="false">http://www.astrobetter.com/?p=939</guid>
		<description><![CDATA[Do you use the tool &#8220;convert&#8221; to manipulate plots and images?  It&#8217;s simple, powerful and downright great!  Quick examples: Modify a plot for presentation use, by swapping to a black background with white lines, so it&#8217;s easier to read on a screen: &#62; convert  -negate frompaper.ps  forscreen.jpg Make a thumbnail: &#62; convert -geometry 50&#215;50 big.jpg [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Do you use the tool &#8220;<a href="http://amath.colorado.edu/computing/software/man/convert.html">convert</a>&#8221; to manipulate plots and images?  It&#8217;s simple, powerful and downright great!  Quick examples:</p>
<p>Modify a plot for presentation use, by swapping to a black background with white lines, so it&#8217;s easier to read on a screen:</p>
<blockquote><p>&gt; convert  -negate frompaper.ps  forscreen.jpg</p></blockquote>
<p>Make a thumbnail:</p>
<blockquote><p>&gt; convert -geometry 50&#215;50 big.jpg thumbnail.gif</p></blockquote>
<p><span id="more-939"></span>Blur an image w a Gaussian (for easier Journal Club reading of little datapoints):</p>
<blockquote><p>&gt;convert -gaussian 2&#215;2  hard2read.ps  easy2read.gif</p></blockquote>
<p>Other tools can do all these tasks, of course.  The advantage of Convert is that it&#8217;s very simple, fast to type, and scriptable.  Convert is part of the open-source <a href="http://www.imagemagick.org/script/index.php">ImageMagick</a> package, which is easy to install in linux or OS X.   Quick, what are some other astronomy-relevant uses of Convert?</p>



Share This:


	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.astrobetter.com%2Fyour-friend-convert%2F&amp;partner=sociable" title="Print"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.astrobetter.com%2Fyour-friend-convert%2F&amp;title=Your%20friend%20Convert&amp;bodytext=Do%20you%20use%20the%20tool%20%22convert%22%20to%20manipulate%20plots%20and%20images%3F%20%C2%A0It%27s%20simple%2C%20powerful%20and%20downright%20great%21%20%C2%A0Quick%20examples%3A%0D%0A%0D%0AModify%20a%20plot%20for%20presentation%20use%2C%20by%20swapping%20to%20a%20black%20background%20with%20white%20lines%2C%20so%20it%27s%20easier%20to%20read%20on%20a%20screen" title="Digg"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.astrobetter.com%2Fyour-friend-convert%2F&amp;title=Your%20friend%20Convert&amp;notes=Do%20you%20use%20the%20tool%20%22convert%22%20to%20manipulate%20plots%20and%20images%3F%20%C2%A0It%27s%20simple%2C%20powerful%20and%20downright%20great%21%20%C2%A0Quick%20examples%3A%0D%0A%0D%0AModify%20a%20plot%20for%20presentation%20use%2C%20by%20swapping%20to%20a%20black%20background%20with%20white%20lines%2C%20so%20it%27s%20easier%20to%20read%20on%20a%20screen" title="del.icio.us"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.astrobetter.com%2Fyour-friend-convert%2F&amp;t=Your%20friend%20Convert" title="Facebook"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.astrobetter.com%2Fyour-friend-convert%2F&amp;title=Your%20friend%20Convert&amp;annotation=Do%20you%20use%20the%20tool%20%22convert%22%20to%20manipulate%20plots%20and%20images%3F%20%C2%A0It%27s%20simple%2C%20powerful%20and%20downright%20great%21%20%C2%A0Quick%20examples%3A%0D%0A%0D%0AModify%20a%20plot%20for%20presentation%20use%2C%20by%20swapping%20to%20a%20black%20background%20with%20white%20lines%2C%20so%20it%27s%20easier%20to%20read%20on%20a%20screen" title="Google Bookmarks"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=Your%20friend%20Convert&amp;body=http%3A%2F%2Fwww.astrobetter.com%2Fyour-friend-convert%2F" title="email"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Your%20friend%20Convert%20-%20http%3A%2F%2Fwww.astrobetter.com%2Fyour-friend-convert%2F" title="Twitter"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.astrobetter.com%2Fyour-friend-convert%2F&amp;partner=sociable" title="PDF"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>


<br/><br/><img src="http://www.astrobetter.com/?ak_action=api_record_view&id=939&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.astrobetter.com/your-friend-convert/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hungry for Plots? Get some APLpy!</title>
		<link>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/</link>
		<comments>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 11:00:06 +0000</pubDate>
		<dc:creator>Eli</dc:creator>
				<category><![CDATA[analysis]]></category>
		<category><![CDATA[figures]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.astrobetter.com/?p=637</guid>
		<description><![CDATA[Today APLpy 0.9.3 is out! It is a Python plotting package made to generate publication-quality plots in multiple formats such as EPS, PDF, PS, PNG, and SVG. APLpy was created by Thomas Robitaille and Eli Bressert, who come from a Fortran and IDL background. With Python&#8217;s ease of use, portability, and programming they decided to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Today <a href="http://aplpy.sourceforge.net/" target="_blank">APLpy</a> 0.9.3 is out! It is a Python plotting package made to generate publication-quality plots in multiple formats such as EPS, PDF, PS, PNG, and SVG.</p>
<p><a href="http://aplpy.sourceforge.net/" target="_blank">APLpy</a> was created by Thomas Robitaille and Eli Bressert, who come from a Fortran and IDL background. With Python&#8217;s ease of use, portability, and programming they decided to make a plotting package for astronomers. APLpy&#8217;s objective is easy usage with great looking publication plots. In other words, more bang for the buck. Here&#8217;s an example of what an <a href="http://aplpy.sourceforge.net/" target="_blank">APLpy</a> plot looks like:</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 384px">
	<a href="http://sourceforge.net/apps/gallery/aplpy/index.php?g2_itemId=37"><img title="GLIMPSE / M16" src="http://sourceforge.net/apps/gallery/aplpy/main.php?g2_view=core.DownloadItem&amp;g2_itemId=39&amp;g2_serialNumber=2" alt="" width="384" height="346" /></a>
	<p class="wp-caption-text">A color generated APLpy plot from FITS files with grid lines. </p>
</div>
<p style="text-align: center;">
<p>To see more examples and how to make the plots in Python check out this <a href="http://sourceforge.net/apps/gallery/aplpy/index.php" target="_blank">link</a>.</p>
<p><a href="http://aplpy.sourceforge.net/" target="_blank">APLpy</a> has quite a few features (some listed below &#8211; from the APLpy site) and is continuing to expand. Fortunately, there&#8217;s good <a href="http://aplpy.sourceforge.net/documentation/index.html" target="_blank">documentation</a> to accompany the features.</p>
<ul>
<li>Make plots interactively or using scripts</li>
<li>Show grayscale, colorscale, and 3-color RGB images of FITS files</li>
<li>Generate co-aligned FITS cubes to make 3-color RGB images</li>
<li>Overlay any number of contour sets</li>
<li>Overlay markers with fully customizable symbol</li>
<li>Plot customizable shapes like circles, ellipses, and rectangles</li>
<li>Overlay coordinate grids</li>
<li>Customize the appearance of labels and ticks</li>
<li>Hide, show, and remove different contour and marker layers</li>
<li>Pan, zoom, and save any view as a full publication-quality plot</li>
<li>Save plots as EPS, PDF, PS, PNG, and SVG</li>
</ul>
<p style="text-align: left;">The plotting package is under active development and there has been extensive interaction between the users and developers. We should be seeing some exciting features added to <a href="http://aplpy.sourceforge.net/" target="_blank">APLpy</a> in the next few releases.</p>



Share This:


	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.astrobetter.com%2Fhungry-for-plots-get-some-aplpy%2F&amp;partner=sociable" title="Print"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.astrobetter.com%2Fhungry-for-plots-get-some-aplpy%2F&amp;title=Hungry%20for%20Plots%3F%20Get%20some%20APLpy%21&amp;bodytext=Today%20APLpy%200.9.3%20is%20out%21%20It%20is%20a%20Python%20plotting%20package%20made%20to%20generate%20publication-quality%20plots%20in%20multiple%20formats%20such%20as%20EPS%2C%20PDF%2C%20PS%2C%20PNG%2C%20and%20SVG.%0D%0A%0D%0AAPLpy%20was%20created%20by%20Thomas%20Robitaille%20and%20Eli%20Bressert%2C%20who%20come%20from%20a%20Fortran%20and%20IDL%20b" title="Digg"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.astrobetter.com%2Fhungry-for-plots-get-some-aplpy%2F&amp;title=Hungry%20for%20Plots%3F%20Get%20some%20APLpy%21&amp;notes=Today%20APLpy%200.9.3%20is%20out%21%20It%20is%20a%20Python%20plotting%20package%20made%20to%20generate%20publication-quality%20plots%20in%20multiple%20formats%20such%20as%20EPS%2C%20PDF%2C%20PS%2C%20PNG%2C%20and%20SVG.%0D%0A%0D%0AAPLpy%20was%20created%20by%20Thomas%20Robitaille%20and%20Eli%20Bressert%2C%20who%20come%20from%20a%20Fortran%20and%20IDL%20b" title="del.icio.us"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.astrobetter.com%2Fhungry-for-plots-get-some-aplpy%2F&amp;t=Hungry%20for%20Plots%3F%20Get%20some%20APLpy%21" title="Facebook"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.astrobetter.com%2Fhungry-for-plots-get-some-aplpy%2F&amp;title=Hungry%20for%20Plots%3F%20Get%20some%20APLpy%21&amp;annotation=Today%20APLpy%200.9.3%20is%20out%21%20It%20is%20a%20Python%20plotting%20package%20made%20to%20generate%20publication-quality%20plots%20in%20multiple%20formats%20such%20as%20EPS%2C%20PDF%2C%20PS%2C%20PNG%2C%20and%20SVG.%0D%0A%0D%0AAPLpy%20was%20created%20by%20Thomas%20Robitaille%20and%20Eli%20Bressert%2C%20who%20come%20from%20a%20Fortran%20and%20IDL%20b" title="Google Bookmarks"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="mailto:?subject=Hungry%20for%20Plots%3F%20Get%20some%20APLpy%21&amp;body=http%3A%2F%2Fwww.astrobetter.com%2Fhungry-for-plots-get-some-aplpy%2F" title="email"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Hungry%20for%20Plots%3F%20Get%20some%20APLpy%21%20-%20http%3A%2F%2Fwww.astrobetter.com%2Fhungry-for-plots-get-some-aplpy%2F" title="Twitter"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.astrobetter.com%2Fhungry-for-plots-get-some-aplpy%2F&amp;partner=sociable" title="PDF"><img src="http://www.astrobetter.com/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a>


<br/><br/><img src="http://www.astrobetter.com/?ak_action=api_record_view&id=637&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
