danjgale / danjgale/surfplot

After "fig.show()", there was no any result

Open
#28 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
76
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Thank you for this nice tool! I would like to use it to plot surfaces, but I seem to have a slight problem while repeating the steps of the tutorial....
I ran the program on jupyter lab.
''from neuromaps.datasets import fetch_fslr
surfaces = fetch_fslr()
lh, rh = surfaces['inflated']

from surfplot import Plot
p = Plot(surf_lh=lh, surf_rh=rh)
fig = p.build()
# show figure, as you typically would with matplotlib
fig.show()"

There was no error warning, but after "fig.show()", there was no any result.

The result is shown in the figure. (ps,the cells have already been run )
![result](https://github.com/danjgale/surfplot/assets/129949878/65f6f42c-88af-49f1-be74-95047e1ca854)

Looking forward to getting your answer, thank you!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.