Thanks. That's a good suggestion. It's been applied to SVN, and will
make it on to the website the next time the website is updated.
Mike
David Arnold wrote:
> All,
>
> The linebuilder program on:
> http://matplotlib.sourceforge.net/users/event_handling.html
>
> Needs two extra lines, one at
All,
The linebuilder program on:
http://matplotlib.sourceforge.net/users/event_handling.html
Needs two extra lines, one at the beginning and one at the end. Their absence,
particularly the second one, can cause confusion.
import matplotlib.pyplot as plt
class LineBuilder:
def __init__(se