help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rounded xaxis labels - bug?


From: andre valente
Subject: rounded xaxis labels - bug?
Date: Fri, 6 Jun 2014 17:33:52 +0000

Hello,

When plotting a figure, it seems Octave rounds the xaxis labels for more than 7 characters.

Is there any way to show the exact numbers without me having to set them manually ("xlabelsticks", etc)?

Please look at the xaxis labels (they are being rounded):

figure;plot([100000.3:0.1:100000.7],[1:5],'kx');

If you are plotting datenum's, you might bump into this..

I was panicking thinking my data was bad, when I realized this.

Thanks in advance.

Cheers,
Andre

reply via email to

[Prev in Thread] Current Thread [Next in Thread]