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

plot_hemispheres() returns <IPython.core.display.Image object> #97

Open
rtang2100 opened this issue Mar 25, 2023 · 3 comments
Open

plot_hemispheres() returns <IPython.core.display.Image object> #97

rtang2100 opened this issue Mar 25, 2023 · 3 comments

Comments

@rtang2100
Copy link

Hello,

I cannot get the plot to display or show when running the following commands:

plot_hemispheres(
surfaces[0],
surfaces[1],
vertexwise_PICALM,
color_bar=True,
embed_nb=True,
size=(1400, 200),
zoom=1.45,
nan_color=(0.7, 0.7, 0.7, 1),
cb__labelTextProperty={"fontSize": 12},
)

It always return <IPython.core.display.Image object>. If I use display(), it also doesn't work.

Thanks,
Catherine

@OualidBenkarim
Copy link
Collaborator

That's probably an issue with IPython. What do you get when you set embed_nb=False?

@acamargofb
Copy link

How do you do that, I mean how do I set embed_nb=False?

@acamargofb
Copy link

I am working on Jupyter-lab

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

No branches or pull requests

3 participants