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
results in: https://chart-studio.plotly.com/~danton267/1404/#/ supposed to be: https://uk.mathworks.com/help/examples/graphics/win64/ColormapSpecifyAxesTiledLayoutExample_01.png
code
tiledlayout(2,1) ax1 = nexttile; surf(peaks) colormap(ax1,spring) ax2 = nexttile; surf(peaks) colormap(ax2,winter);
Once it is fixed, please reply with chart studio plot so I can embed it inside online documentation.
The text was updated successfully, but these errors were encountered:
This issue was fixed with the updated code from PR #404.
Attached result bellow
Link to Chart-Studio: https://chart-studio.plotly.com/~galvisgilberto/4640/#/
Sorry, something went wrong.
gilbertogalvis
No branches or pull requests
results in: https://chart-studio.plotly.com/~danton267/1404/#/
supposed to be: https://uk.mathworks.com/help/examples/graphics/win64/ColormapSpecifyAxesTiledLayoutExample_01.png
code
Once it is fixed, please reply with chart studio plot so I can embed it inside online documentation.
The text was updated successfully, but these errors were encountered: