BrainSpace icon indicating copy to clipboard operation
BrainSpace copied to clipboard

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

Open rtang2100 opened this issue 1 year ago • 3 comments

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

rtang2100 avatar Mar 25 '23 18:03 rtang2100

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

OualidBenkarim avatar Mar 31 '23 17:03 OualidBenkarim

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

acamargofb avatar Oct 13 '23 17:10 acamargofb

I am working on Jupyter-lab

acamargofb avatar Oct 13 '23 17:10 acamargofb