You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
@StanleyAgu1 This code is not related to pyfesom, it's probably more of the geoviews issue.
It's also not clear from your post what modules you are using and what errors you are having. Notebook or script with minimum example would be helpful.
I have a problem with the color label.
I want to remove the white color of the planets on my plot, but I keep getting errors. this is my script
`def plot_holoviews(mesh, data, wireframe=False, cmap=None, proj='pc', data_name='data',clabel=None, levels=None):
projection=projection,
After Loading my data, I did this;
levels=[-5,-4,-3,-2,-1,0,1,2,3,4,5]
and the this;plot_holoviews(mesh, data0, clabel="sea surface temperature", levels=levels)
I don't know what the problem is, can someone help me with this?
Thank you
The text was updated successfully, but these errors were encountered: