Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

subplots can have titles now #75

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

Merged
merged 2 commits into from
Dec 18, 2022
Merged

subplots can have titles now #75

merged 2 commits into from
Dec 18, 2022

Conversation

kushalkolar
Copy link
Member

TextGraphic is placed in the top docked viewport of the Subplot, positioning is a bit wonky right now.

really useful for mesmerize-core, example

# first item is just the raw movie
mcorr_outputs = [df.iloc[0].caiman.get_input_movie()]
subplot_names = ["raw"]

# add all the mcorr outputs to the list
for i, r in df.iterrows():
    if i > 4:
        break
    mcorr_outputs.append(r.mcorr.get_output())
    subplot_names.append(f"ix: {i}")

mcorr_iw = ImageWidget(
    data=mcorr_outputs, 
    vmin_vmax_sliders=True,
    names=subplot_names,
    cmap="gnuplot2"
)
mcorr_iw.show()

image

@kushalkolar kushalkolar merged commit e27d8f4 into master Dec 18, 2022
@kushalkolar kushalkolar deleted the subplots-text branch December 25, 2022 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
Morty Proxy This is a proxified and sanitized view of the page, visit original site.