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

Create and use Wrapper classes for widgets #189

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Create and use Wrapper classes for widgets #189

wants to merge 15 commits into from

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    a416194 View commit details
    Browse the repository at this point in the history
  2. Create SliderWrappers

    These are sliders that wrap either ipywidgets or matplotlib sliders
    This should make it easier to expose the raw sliders created by
    mpl-interactions to the users.
    ianhi committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7696892 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8b8a76 View commit details
    Browse the repository at this point in the history
  4. fix logic around creating axes

    ianhi committed May 18, 2021
    Configuration menu
    Copy the full SHA
    faadeaf View commit details
    Browse the repository at this point in the history
  5. add play button support

    ianhi committed May 18, 2021
    Configuration menu
    Copy the full SHA
    60ee8f9 View commit details
    Browse the repository at this point in the history
  6. backfill: add missing import

    ianhi committed May 18, 2021
    Configuration menu
    Copy the full SHA
    1908d97 View commit details
    Browse the repository at this point in the history
  7. Add formatting to IndexSliders.

    Default to using mpl's ScalarFormatter
    ianhi committed May 18, 2021
    Configuration menu
    Copy the full SHA
    2b791d8 View commit details
    Browse the repository at this point in the history
  8. remove errant print

    ianhi committed May 18, 2021
    Configuration menu
    Copy the full SHA
    40a7184 View commit details
    Browse the repository at this point in the history
  9. play buttons error for mpl

    ianhi committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4205f7c View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    949925b View commit details
    Browse the repository at this point in the history
  2. Accept more types of widgets

    ianhi committed May 19, 2021
    Configuration menu
    Copy the full SHA
    9d3314e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49adef3 View commit details
    Browse the repository at this point in the history
  4. add new dependencies

    ianhi committed May 19, 2021
    Configuration menu
    Copy the full SHA
    fcacb22 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9cc416 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5c4809 View commit details
    Browse the repository at this point in the history