tiledlayout not working
danton267 opened this issue · 1 comments
danton267 commented
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.
gilbertogalvis commented
This issue was fixed with the updated code from PR #404.
Link to Chart-Studio:
https://chart-studio.plotly.com/~galvisgilberto/4640/#/
