Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-10 Thread John Hunter
On 4/10/07, Eric Firing <[EMAIL PROTECTED]> wrote: > Ideas and strategy sketches tend to get lost in the email stack; would > it help to have a wiki page for discussion of major design questions > like this? Or is this overkill? My preference is for (possibly structured) text documents in the sv

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-10 Thread Eric Firing
Ted Drain wrote: > John, > One of the problems we've had is trying to design an auto-scaling > algorithm that works well with any type date format since the date > strings can be so large horizontally. I believe that having the draw > time elements be able to query the renderer for things would

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-10 Thread Ted Drain
John, One of the problems we've had is trying to design an auto-scaling algorithm that works well with any type date format since the date strings can be so large horizontally. I believe that having the draw time elements be able to query the renderer for things would help this out tremendousl

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-09 Thread Eric Firing
John Hunter wrote: > On 4/9/07, Eric Firing <[EMAIL PROTECTED]> wrote: > >> I also closed a couple others. It would be nice to get many more of the >> bug reports closed; I think some are obsolete, but some are pointing to >> things that really should be fixed. I am out of time for a while, >> t

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-09 Thread John Hunter
On 4/9/07, Eric Firing <[EMAIL PROTECTED]> wrote: > I also closed a couple others. It would be nice to get many more of the > bug reports closed; I think some are obsolete, but some are pointing to > things that really should be fixed. I am out of time for a while, > though; I need to work on ot

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-09 Thread Eric Firing
Jouni K. Seppänen wrote: > Eric Firing <[EMAIL PROTECTED]> writes: > >> In any case, thanks for bringing the legend/LineCollection bug to my >> attention. This is the sort of thing it is nice to get cleaned up >> before the next release, coming soon. Do you know of some other simple >> bugs l

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-07 Thread Eric Firing
Jouni K. Seppänen wrote: > Jouni K. Seppänen <[EMAIL PROTECTED]> writes: > > Also I'm not at all sure that my solution to the Circle problem is > correct: > > http://thread.gmane.org/gmane.comp.python.matplotlib.devel/2667/focus=2670 > Your solution is correct; the docstring was wrong, and the

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-07 Thread Jouni K . Seppänen
Jouni K. Seppänen <[EMAIL PROTECTED]> writes: > Eric Firing <[EMAIL PROTECTED]> writes: > >> Do you know of some other simple >> bugs like this we should look at ASAP? > > Of the bugs listed at http://sf.net/tracker/?group_id=80706&atid=560720 > I suspect a few would be simple to fix: Also I'm n

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-07 Thread Jouni K . Seppänen
Eric Firing <[EMAIL PROTECTED]> writes: > In any case, thanks for bringing the legend/LineCollection bug to my > attention. This is the sort of thing it is nice to get cleaned up > before the next release, coming soon. Do you know of some other simple > bugs like this we should look at ASAP?

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-07 Thread Eric Firing
John Hunter wrote: > On 4/7/07, Eric Firing <[EMAIL PROTECTED]> wrote: > >> I put back get_lines() in collections and fixed a related bug in legend, >> so the test script now works in the sense that it makes a legend. It >> puts in an unlabeled line, presumably corresponding to the line >> collec

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-07 Thread John Hunter
On 4/7/07, Eric Firing <[EMAIL PROTECTED]> wrote: > I put back get_lines() in collections and fixed a related bug in legend, > so the test script now works in the sense that it makes a legend. It > puts in an unlabeled line, presumably corresponding to the line > collection making up the error ba

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-07 Thread Eric Firing
Jouni K. Seppänen wrote: > Nils Wagner <[EMAIL PROTECTED]> writes: > >> File "/usr/lib64/python2.4/site-packages/matplotlib/legend.py", line >> 357, in _auto_legend_data >> hlines = handle.get_lines() >> AttributeError: LineCollection instance has no attribute 'get_lines' > > It seems that

Re: [Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-04-07 Thread Jouni K . Seppänen
Nils Wagner <[EMAIL PROTECTED]> writes: > File "/usr/lib64/python2.4/site-packages/matplotlib/legend.py", line > 357, in _auto_legend_data > hlines = handle.get_lines() > AttributeError: LineCollection instance has no attribute 'get_lines' It seems that get_lines() was removed from LineColl

[Matplotlib-users] AttributeError: LineCollection instance has no attribute 'get_lines'

2007-03-26 Thread Nils Wagner
Hi all, The script available at http://projects.scipy.org/scipy/scipy/ticket/390 yields True parameters: (5.0, 1.0, -5.0), Guess parameters: (4.0, 1.5, -4.0) Optimization terminated successfully. Current function value: 33.309244 Iterations: 15 Function evaluations: 23