I’m trying to bring several plots together in a single MATLAB figure. I’ve created axes for each such plot, and it appears fine on the MATLAB figure, however the plotly render seems to completely ignore the positioning arguments given to the 3D surface plot. Any ideas?
Ok so it seems that the issue is using MATLAB R2015a or greater. Does anyone know if there are plans in place to release an updated version of the library to handle this?
Was this issue ever fixed? I’m trying to create a subplot of 2x2 surf and mesh plots and export to HTML in MATLAB R2024b but all four surf plots are just overlaid in the first subplot (top right). Like ammd, it works fine for 2d plots.