Thank you for testing my script. That's explain why the figure doesn't appeared in the first place. I have tried to reduce number of input line to be read and I able to produce the figure. This problem is solved. Thank you again.
________________________________ From: Benjamin Drung <[email protected]> To: [email protected] Sent: Wednesday, May 6, 2009 7:11:28 PM Subject: [Bug 342549] Re: No figure appear matplotlib When running your script it need many minutes. When I comment line 83 in dhr5mpl_P.py out (the ax.axvline command), then the script need some seconds. My computers computes ca. 1000 ax.axvline commands in a second. After ca. calling ax.axvline 200,000 times the process uses all my memory and the system and script got very slow, because the kernel was swapping all the time. Tested on stock Ubuntu 9.04. -- No figure appear matplotlib https://bugs.launchpad.net/bugs/342549 You received this bug notification because you are a direct subscriber of the bug. Status in “matplotlib” source package in Ubuntu: New Bug description: Hi, I using matplotlib 0.98.5.2 on Ubuntu 8.04. I try the example to plot histogram but the graph/histogram does not appear but only array of numbers representing the histogram appear. However, the figure appear if I write the python script with show() but the waiting time for the figure to appear take more than 15 minutes. What is wrong? I installed python 2.5.2 , numpy: 1.2.1, freetype2: 9.16.3, libpng: 1.2.15beta5, Tkinter: 50704, Tk: 8.4, Tcl: 8.4, Gtk+: gtk+: 2.12.9, glib: 2.16.6, pygtk: 2.12.1,pygobject: 2.14.2. Is there any missing packages? -- No figure appear matplotlib https://bugs.launchpad.net/bugs/342549 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
