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 '
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/
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