1

I want to plot data with the scales appearing in this image, which are log scales but somehow adjusted or customized.

enter image description here

I'm working on Octave, I think a Matlap code should work. Thanks

  • I've tried loglog : loglog(x,y); grid on ; axis([0.01 90 0.1 90]); However, this does not give the scales I want.For ex, I want 10 to be located in the middle of the X-axis, and I want y-axis as it appear in the image. I've notices that loglog is scaling based on natual logarithm not decimal one. – Doried Abd-Allah Jun 14 '16 at 16:28
  • Add more, the scales are labeled with 1e-3 1e-2 ... I want to label them with decimal nimbers , or at least 10^0 10^1 .. I can not figure out how – Doried Abd-Allah Jun 14 '16 at 16:29

0 Answers0