setdashes bug

If ln is a Line2D then ln.set_dashes() does not give the

    > expected solid line. version: 0.87.7

Is this expected? I wouldn't expect it. set_dashes is supposed to
take an even length sequence of off-on ink. Perhaps it should raise
an exception for an empty list.

JDH

It is pretty standard.
See e.g. the PostScript Language Reference Manual.
And, how else to set a solid line with set_dashes?

Cheers,
Alan Isaac

···

On Wed, 20 Dec 2006, John Hunter apparently wrote:

Is this expected? I wouldn't expect it.