[Matplotlib-users] Stack Plot

2012-03-09 Thread Trillian
l('Residuals (km/s)') # The line below takes away the x-axis values from top plot. xticklabels = ax1.get_xticklabels()+ax2.get_xticklabels() setp(xticklabels, visible=True) savefig('RVs.png') Thanks, Trillian -- View this message in context: http://old.nabble.com/S

Re: [Matplotlib-users] Stack Plot

2012-03-09 Thread Trillian
Perfect! That is what I was looking for! Thanks a lot! Trillian Benjamin Root-2 wrote: > > On Thu, Mar 8, 2012 at 5:05 PM, Trillian wrote: > >> >> Hello All, >> >> How do I control a width and length of a boxes in a stack plot? Currently >> with