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

Add UI Event linking to DraggableColorbar #12057

Merged
merged 19 commits into from
Oct 5, 2023
Merged

Commits on Oct 3, 2023

  1. Add UI Event linking to DraggableColorbar

    This change makes the DraggableColorbar class work with UI Events. Users
    can now link figures that contain topoplots or epoch/tfr images and
    manipulate the color scale and color map interactively.
    Santeri Ruuskanen committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    bbcb16a View commit details
    Browse the repository at this point in the history
  2. Use full cmap docstring for plot_topomap

    The full docstring includes info on the interactive functionality.
    Santeri Ruuskanen committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8cdc5fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    330007f View commit details
    Browse the repository at this point in the history
  4. Make ch_type optional

    Santeri Ruuskanen committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    038d26f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Add test for DraggableColorbar ColormapRange events

    Santeri Ruuskanen committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    96dcfd8 View commit details
    Browse the repository at this point in the history
  2. Fix doc

    Santeri Ruuskanen committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c9e633d View commit details
    Browse the repository at this point in the history
  3. Fix colormap update bug

    Colormaps now update across figures also after interacting with the time
     slider.
    Santeri Ruuskanen committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f7f2fa8 View commit details
    Browse the repository at this point in the history
  4. Add whats_new.rst entry

    Santeri Ruuskanen committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    17b0c74 View commit details
    Browse the repository at this point in the history
  5. Add another test case

    Santeri Ruuskanen committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    71e0cf3 View commit details
    Browse the repository at this point in the history
  6. Add author name in whats_new

    ruuskas committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    d9a4a97 View commit details
    Browse the repository at this point in the history
  7. Fix whats_new

    ruuskas committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5de6165 View commit details
    Browse the repository at this point in the history
  8. Add tfr_image as kind for colorbar

    Co-authored-by: Marijn van Vliet <w.m.vanvliet@gmail.com>
    ruuskas and wmvanvliet authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    cd53aca View commit details
    Browse the repository at this point in the history
  9. Change kind image->evoked_image

    Co-authored-by: Marijn van Vliet <w.m.vanvliet@gmail.com>
    ruuskas and wmvanvliet authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    dbb5834 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40d769f View commit details
    Browse the repository at this point in the history
  11. Fix doc

    ruuskas authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ceb32aa View commit details
    Browse the repository at this point in the history
  12. Fix doc again

    ruuskas authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    aeb8542 View commit details
    Browse the repository at this point in the history
  13. Update devel.rst

    ruuskas authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f0f3050 View commit details
    Browse the repository at this point in the history
  14. Add dot

    ruuskas authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6a8c18b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    f481631 View commit details
    Browse the repository at this point in the history