Re: [matplotlib-devel] [Fwd: axes.py scatter doc-bug]

2008-03-20 Thread Manuel Metz
Michael Droettboom wrote: Sorry -- I see it now. Disregard my earlier message. It is now fixed in SVN r5004. Hi Michael, thanks. Unfortunately there is now still some duplicity of text in the docs. I've attached a patch (against svn 5008) that fixes this and also adds the doc for '+' and '

[matplotlib-devel] TKinter : 'module' object has no attribute 'tkinit'

2008-03-20 Thread fiacre
I'm running Idle via X forwarding to my Windows desktop (running Cygwin). I've installed tcl/tk and python with Tkinter as a backend. When I call pylab.show(), I always get the error : >>> pylab.show() Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib/python2.5/

[matplotlib-devel] linestyles patch - please review

2008-03-20 Thread Manuel Metz
Hello, I have attached a patch that addresses the following: plot accepts the linestyles arguments '-','--','-.',':' [+ some more] and the Collection class accepts the linestyle arguments 'solid','dashed','dashdot','dotted'. This patch allows to use both notations. A test script is attached