Dear All,
I am trying to write a program in matplotlib to generate stacked bar graphs.
My problem is that the commands - plt.show() and self.fig.savefig(fileName)
generate different outputs.
I tried different output formats like PDF, PNG, EPS. But the problem remains
the same.
This happens for t
Thanks Jerzy. It works fine. I may return to this topic for more discussion
later.
chao
Jerzy Karczmarczuk-2 wrote:
>
> Benjamin Root :
>> Colorbars are a bit tricky. They are actually a subplot axes separate
>> from your plotting axes. And I don't think they are very easy to
>> remove.
lunedì 21 maggio 2012, 21:30, Kevin Davies:
> Hi Giovanni,
>
> Thanks for your report. It looks like in this case the "dip" in the
> large, single input caused the input label to be at the center of the
> diagram. You might want to try increasing the trunklength
> parameter. Maybe someone h
Dear all,
ferret now has a pyferret module available through python. Just in case
some people have used ferret before and might be interesting :)
cheers,
Chao
-- Forwarded message --
From: Karl Smith
Date: 2012/5/22
Subject: [ferret_users] PyFerret (beta) documentation and rele
Hi Ben
I am using 1.0.0. My colleague has 1.1.0 installed on his machine and is able
to reproduce the same problem.
Thanks
Sam
From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of Benjamin
Root
Sent: 22 May 2012 14:14
To: Stevenson, Samuel
Cc: matplotlib-users@lists.sourcefor
On Tue, May 22, 2012 at 8:44 AM, Stevenson, Samuel <
samuel.steven...@coherent.com> wrote:
> Hi All
>
> ** **
>
> After spending all day working on this I have discovered that if I
> explicity change the matplotlib backend in spyder from ‘Qt4Agg’ to ‘Agg’
> then my code executes as expected wi
Hi All
After spending all day working on this I have discovered that if I explicity
change the matplotlib backend in spyder from 'Qt4Agg' to 'Agg' then my code
executes as expected with no memory errors.
Any ideas about this? It seems like a bug in Qt4Agg of some kind---is there
somewhere I sh