We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using image(C) to display the data in array C as an image, the default colors aren't matching.
image(C)
C = [0 2 4 6; 8 10 12 14; 16 18 20 22]; image(C) fig2plotly(gcf, 'offline', false);
The previous code prints the following 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/849/#/) plots:
Examples on using image(C) can be found on: https://www.mathworks.com/help/matlab/ref/image.html#buqlsdw-2
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
gilbertogalvis
No branches or pull requests
When using
image(C)
to display the data in array C as an image, the default colors aren't matching.The previous code prints the following message:
Expected and generated (https://chart-studio.plotly.com/~xarico10/849/#/) plots:


Examples on using
image(C)
can be found on:https://www.mathworks.com/help/matlab/ref/image.html#buqlsdw-2
The text was updated successfully, but these errors were encountered: