-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hello,
Is that possible, in Python, to plot on a sphere instead of the cortical surface?
I'm doing something like this:
fc_ctx, fc_ctx_labels, _, _ = load_fc()
sc_ctx, sc_ctx_labels, _, _ = load_sc()
data_plot = np.random.rand(68)
data_surface = parcel_to_surface(data_plot, 'aparc_conte69')
plot_cortical(array_name=data_surface, surface_name="conte69")
Metadata
Metadata
Assignees
Labels
No labels