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
To set custom ticklabels it's not sufficient to give a list of strings, for ticktext. You have to set tickvals as a list/array of numerical values, with len(tickvals)=len(ticktext). At these numerical values on axis will be located the strings in ticktext.
If your surface is defined only by an array, z, of shape (m,n), then, besides ticktext you should define
tickvals = np,arange(12) .
I want to customize x and y labels, I tried this but haven't worked!
print results:
but always show :
The text was updated successfully, but these errors were encountered: