Package: python2.3-matplotlib
Version: 0.82-4
subplot() does not works any more for me.
only the first plot is draw and all subplot have the same instance.
Ex:
ax = subplot(3,1,1)
<matplotlib.axes.Subplot instance at 0x42c63f6c>
subplot(3,1,2)
<matplotlib.axes.Subplot instance at 0x42c63f6c>
ax = subplot(3,1,3)
<matplotlib.axes.Subplot instance at 0x42c63f6c>
--
Samuel GARCIA
CNRS - UMR5020
Universite Claude Bernard LYON 1
Laboratoire des Neurosciences et Systemes Sensoriels
50, avenue Tony Garnier
69366 LYON Cedex 07
04 37 28 74 64
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]