MATLAB: Scatter3 in log-log-log

3d plotslogscatter3

Hi,
I was wondering it was possible to generate a scatter3 plot but with one, or two or the three axis in log?
Thanks
n.

Best Answer

After calling scatter3 use this line of code:
set(gca,'Xscale','log','Zscale','log','Yscale','log')