Matlab: fig2plotly 'strip' false does not work

plotly_fig = fig2plotly(gcf, ‘offline’, true,‘strip’,false);

gcf is a surface plot. I am still getting labels ‘x’ ‘y’ ‘z’, losing all the figure properties configured before. I have no idea why it is not working.

The documentation is very sparse. For such a shiny website I expected that at least plotly could provide the basic functionalities like being able to output to selected directories outside of current directory, but even for this I had to write an additional hack to overcome… plotly is giving me more problems than solutions…