plotly/plotly_matlab

tiledlayout not working

danton267 opened this issue · 1 comments

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.

This issue was fixed with the updated code from PR #404.

Attached result bellow
Screen Shot 2021-10-09 at 12 26 25 PM

Link to Chart-Studio:
https://chart-studio.plotly.com/~galvisgilberto/4640/#/