Re: [Matplotlib-users] Vlines across multiple subplots

2010-10-07 Thread Justin McCann
On Thu, Oct 7, 2010 at 4:08 PM, Benjamin Root wrote: > ... >> On Thu, Oct 7, 2010 at 3:09 PM, Justin McCann wrote: >> >>> ... >> >> I'd like to annotate across all of the subplots by placing a vertical line >>> (or vspan) across the entire figure-- to extend from the bottom figure all >>> the wa

Re: [Matplotlib-users] Vlines across multiple subplots

2010-10-07 Thread Benjamin Root
On Thu, Oct 7, 2010 at 2:16 PM, Justin McCann wrote: > Sorry about that; don't know what key combo I pushed. Completed email is > below. > > > On Thu, Oct 7, 2010 at 3:09 PM, Justin McCann wrote: > >> I have several heatmap images, which I place in subplots stacked >> vertically. I've been using

Re: [Matplotlib-users] Vlines across multiple subplots

2010-10-07 Thread Justin McCann
Sorry about that; don't know what key combo I pushed. Completed email is below. On Thu, Oct 7, 2010 at 3:09 PM, Justin McCann wrote: > I have several heatmap images, which I place in subplots stacked > vertically. I've been using >ax = figure.add_subplot(nplots, 1, plotnum) >ax.imshow(..

[Matplotlib-users] Vlines across multiple subplots

2010-10-07 Thread Justin McCann
I have several heatmap images, which I place in subplots stacked vertically. I've been using ax = figure.add_subplot(nplots, 1, plotnum) ax.imshow(...) to add each subsequent heatmap, and then place -- Beautiful is w