Hello!
I use matplotlib in interactive mode with the wxAgg backend under
WindowsXP. It often happens that I have quite a lot figure windows
hidden by other windows. Then it is difficult to pick the right figure
window from the taskbar, since their titles all start with 'Figure...'
and addition
Hello,
in my matplotlibrc, I use 'backend : WXAgg'. This works fine, since I
use a wxPython shell as an interactive shell with pylab. However,
'WXAgg' is not in the list of possible backends given in matplotlibrc.
Is it save (also in the future) to use WXAgg, or should I try to switch
to one o
Hello,
I would like to have multiple image plots in a figure. Each plot should
have its own colorbar. I tried the following:
**
a = N.array(((1,2,3), (4,5,6)))
P.figure(0)
P.subplot(1,2,1)
P.imshow(a)
P.colorbar()
P.subplot(1,2,2)
P.imshow(a)
P.colorbar()
applying zero padding and
detrending? Wouldn't it make sense to change it?
Thanks
Lars
--
Dipl.-Ing. Lars Friedrich
Photonic Measurement Technology
Department of Microsystems Engineering -- IMTEK
University of Freiburg
Georges-Köhler-Allee 102
D-79110 Freiburg
Germany
phone: +49-761-203-753
Hello,
how can I use the pylab.psd-function without a matplotlib-Plot-figure
popping up?
Thanks
Lars
--
Dipl.-Ing. Lars Friedrich
Optical Measurement Technology
Department of Microsystems Engineering -- IMTEK
University of Freiburg
Georges-Köhler-Allee 102
D-79110 Freiburg
Germany
phone: +49