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
The previous code prints the following warning message:
Unrecognized field name "DisplayName".
We had trouble parsing the image object.
This trace might not render properly.
Expected and generated (https://chart-studio.plotly.com/~xarico10/912/#/) plots:
Note that clims is creating an image of C and setting the color limits so that values of 4 or less map to the first color in the colormap and values of 18 or more map to the last color in the colormap.
Specifying the data values that map to the first and last elements of the colormap using
clims
isn't working.The previous code prints the following warning message:
Expected and generated (https://chart-studio.plotly.com/~xarico10/912/#/) plots:


Note that
clims
is creating an image ofC
and setting the color limits so that values of 4 or less map to the first color in the colormap and values of 18 or more map to the last color in the colormap.Examples on using
clims
can be found on:https://www.mathworks.com/help/matlab/ref/imagesc.html#bux1nvc-1
The text was updated successfully, but these errors were encountered: