On Mon, Nov 14, 2005 at 12:38:31PM +0100, Samuel GARCIA wrote: > 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>
Hi, subplot_demo.py (from examples[1] taken from the website) works here. According to matplotlib documentation, the right syntax is: subplot(311) subplot(312) and so on: can you try the same command without the commas in the arguments? Please, let us know. Regards Marco Presi [1] A new version of matplotlib package with included examples, is waiting in NEW queue (http://ftp-master.debian.org/new.html). -- "I videogiochi non influenzano i bambini. Voglio dire, se Pac-Man avesse influenzato la nostra generazione, staremmo tutti saltando in sale scure, masticando pillole magiche e ascoltando musica elettronica ripetitiva." "Videogames do not influence kids. I mean, if Pac-Man influenced our generation, we were all jumping in dark rooms, chomping pills and listening to electronic repeating music." Kristian Wilson, Nintendo Inc. 1989 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]