<?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: Hungry for Plots? Get some APLpy!</title>
	<atom:link href="http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/</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: Tom</title>
		<link>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/#comment-23109</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 02 Nov 2011 13:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=637#comment-23109</guid>
		<description>@BF - for help with APLpy you can use the relatively new Google group &lt;a href=&quot;http://groups.google.com/group/aplpy-users?pli=1&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. To request features, you can open a ticket &lt;a href=&quot;https://github.com/aplpy/aplpy/issues&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. To answer your question you can create a matplotlib figure and pass the instance variable to FITSFigure with figure=, which means you can then call all the normal methods like set_title.</description>
		<content:encoded><![CDATA[<p>@BF &#8211; for help with APLpy you can use the relatively new Google group <a href="http://groups.google.com/group/aplpy-users?pli=1" rel="nofollow">here</a>. To request features, you can open a ticket <a href="https://github.com/aplpy/aplpy/issues" rel="nofollow">here</a>. To answer your question you can create a matplotlib figure and pass the instance variable to FITSFigure with figure=, which means you can then call all the normal methods like set_title.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BF</title>
		<link>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/#comment-23092</link>
		<dc:creator>BF</dc:creator>
		<pubDate>Wed, 02 Nov 2011 07:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=637#comment-23092</guid>
		<description>I am not sure if this is the right place to get help on APLpy. I don&#039;t seem to find any help forum on the web. I am not a python expert. This program is very nice for making fits image plots. There are few features missing from APLpy. though. For example, I made a plot with fits image subplots. I was hoping to be able to set a universal title, x label and y label for the plot instead of x and y labels for individual subplots. Also, it would be nice if we could adjust the tickmark spacing for the colorbar and add a unit for it. At the moment, line width for the colorbar isn&#039;t working. 

Since the above features aren&#039;t available for APLpy, I am wondering if it is possible to import some features from matplotlib.pyplot and use them under APLpy? For example, I could somehow use axes.set_title from matplotlib. How?</description>
		<content:encoded><![CDATA[<p>I am not sure if this is the right place to get help on APLpy. I don&#8217;t seem to find any help forum on the web. I am not a python expert. This program is very nice for making fits image plots. There are few features missing from APLpy. though. For example, I made a plot with fits image subplots. I was hoping to be able to set a universal title, x label and y label for the plot instead of x and y labels for individual subplots. Also, it would be nice if we could adjust the tickmark spacing for the colorbar and add a unit for it. At the moment, line width for the colorbar isn&#8217;t working. </p>
<p>Since the above features aren&#8217;t available for APLpy, I am wondering if it is possible to import some features from matplotlib.pyplot and use them under APLpy? For example, I could somehow use axes.set_title from matplotlib. How?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjoert</title>
		<link>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/#comment-3167</link>
		<dc:creator>sjoert</dc:creator>
		<pubDate>Tue, 20 Jul 2010 12:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=637#comment-3167</guid>
		<description>I&#039;ve used APLpy to display optical images with radio contours and catalog overlays. I like it very much.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used APLpy to display optical images with radio contours and catalog overlays. I like it very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/#comment-129</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Wed, 22 Jul 2009 03:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=637#comment-129</guid>
		<description>Thank you for the suggestion about scisoft! I&#039;ll look into that :)

APLpy uses matplotlib, where its capabilities are extended for plotting FITS data. APLpy is not a replacement to ds9. In fact the APLpy developers are working with the ds9 team some projects. 

In my view, ds9 is a necessary and powerful utility to dynamically explore FITS data. APLpy is a high end Pythonic FITS plotting package. They could be used as complimentary tools for astronomers.</description>
		<content:encoded><![CDATA[<p>Thank you for the suggestion about scisoft! I&#8217;ll look into that <img src='http://www.astrobetter.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>APLpy uses matplotlib, where its capabilities are extended for plotting FITS data. APLpy is not a replacement to ds9. In fact the APLpy developers are working with the ds9 team some projects. </p>
<p>In my view, ds9 is a necessary and powerful utility to dynamically explore FITS data. APLpy is a high end Pythonic FITS plotting package. They could be used as complimentary tools for astronomers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessica</title>
		<link>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/#comment-127</link>
		<dc:creator>Jessica</dc:creator>
		<pubDate>Tue, 21 Jul 2009 23:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=637#comment-127</guid>
		<description>How does this compare to ds9 or matplotlib? Does it use matplotlib underneath? And is this an eventual ds9 replacement? Just curious how you see the new package fitting in.

Can&#039;t wait to play with it!

You might request that it gets included with the scisoft astronomy application bundle.</description>
		<content:encoded><![CDATA[<p>How does this compare to ds9 or matplotlib? Does it use matplotlib underneath? And is this an eventual ds9 replacement? Just curious how you see the new package fitting in.</p>
<p>Can&#8217;t wait to play with it!</p>
<p>You might request that it gets included with the scisoft astronomy application bundle.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/#comment-123</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Tue, 21 Jul 2009 13:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=637#comment-123</guid>
		<description>The link to the gallery has been fixed. It was not supposed to ask an email and password, so that was an error . 

Make a sun symbol in postscript fonts, now that&#039;s a challenge! I&#039;ll see if that can be done  ;)</description>
		<content:encoded><![CDATA[<p>The link to the gallery has been fixed. It was not supposed to ask an email and password, so that was an error . </p>
<p>Make a sun symbol in postscript fonts, now that&#8217;s a challenge! I&#8217;ll see if that can be done  <img src='http://www.astrobetter.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kelle</title>
		<link>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/#comment-120</link>
		<dc:creator>kelle</dc:creator>
		<pubDate>Tue, 21 Jul 2009 06:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=637#comment-120</guid>
		<description>I couldn&#039;t access the APLpy gallery: https://sourceforge.net/apps/gallery/aplpy/index.php.  It asked for a password...</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t access the APLpy gallery: <a href="https://sourceforge.net/apps/gallery/aplpy/index.php" rel="nofollow">https://sourceforge.net/apps/gallery/aplpy/index.php</a>.  It asked for a password&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kelle</title>
		<link>http://www.astrobetter.com/hungry-for-plots-get-some-aplpy/#comment-119</link>
		<dc:creator>kelle</dc:creator>
		<pubDate>Tue, 21 Jul 2009 06:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.astrobetter.com/?p=637#comment-119</guid>
		<description>can it make a sun symbol in postscript fonts!?!  ;)</description>
		<content:encoded><![CDATA[<p>can it make a sun symbol in postscript fonts!?!  <img src='http://www.astrobetter.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

