Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC : added note about maintain ref to widgets #3132

Merged
merged 2 commits into from Jun 10, 2014

Commits on Jun 10, 2014

  1. DOC : added note about maintain ref to widgets

    Added note to widget doc-strings that the user must maintain a reference
    to the widgets to keep them responsive (if they get gc'd the call backs
    go away).
    
    Some random conversion to numpyboc
    
    Closes matplotlib#3105
    tacaswell committed Jun 10, 2014
    Copy the full SHA
    e4e9ee6 View commit details
    Browse the repository at this point in the history
  2. DOC : improved docs in widgets.py

     - corrected docstring in Slider.__init__
     - feedback on previous commit
    tacaswell committed Jun 10, 2014
    Copy the full SHA
    1215566 View commit details
    Browse the repository at this point in the history