On 04/05/2011 10:57 PM, Wolfgang Kerzendorf wrote:
> Dear all,
>
> I have had a quick look at changing the buttons in toolbar2. This seems
> to be backend dependent. It would be really nice to make it possible to
> add buttons to the toolbar and be backend agnostic. The button should
> have a pictu
On 04/05/2011 11:26 PM, Muffles wrote:
>
> Hello all,
> i have made a python script to plot some netcdf files that go from 4mb to
> 80mb, and the main purpose is to plot one after another. This seems to work
> fine, no problems there, but sometimes the computer crashes and i belive its
> beacause t
Muffles, on 2011-04-06 02:26, wrote:
> i have made a python script to plot some netcdf files that go from 4mb to
> 80mb, and the main purpose is to plot one after another. This seems to work
> fine, no problems there, but sometimes the computer crashes and i belive its
> beacause the files are too
Nico Schlömer, on 2011-04-06 15:57, wrote:
> given an axes object, is there any way of telling whether
> set_axis_off() has been called on this object?
Hi Nico,
set_axis_off() just sets ax.axison to False, so you could
look at the value of ax.axison to get the information you need.
best,
--
P
Markus Baden, on 2011-04-06 10:18, wrote:
> Hi,
>
> I draw four subplots that touch each other. Thus the "middle cross" of the
> frame is drawn twice and appears to be thicker then the "outer rectangle". I
> came across an old post for an custom Axes that would allow to only draw
> part of the fr
Hi all,
given an axes object, is there any way of telling whether
set_axis_off() has been called on this object?
Cheers,
Nico
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's m
Hello all,
i have made a python script to plot some netcdf files that go from 4mb to
80mb, and the main purpose is to plot one after another. This seems to work
fine, no problems there, but sometimes the computer crashes and i belive its
beacause the files are too big. Is there any way to accelera
Dear all,
I have had a quick look at changing the buttons in toolbar2. This seems
to be backend dependent. It would be really nice to make it possible to
add buttons to the toolbar and be backend agnostic. The button should
have a picture and a hovertext associated with it. Is it very hard to