help-octave
[Top][All Lists]
Advanced

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

Plotting large values with small limits cause to make axes mad.


From: Tetsuro Kurita
Subject: Plotting large values with small limits cause to make axes mad.
Date: Wed, 13 Feb 2019 20:14:30 +0900

Hello, 

I have a problem when I plot large values of which variation is small.

Following code is an example.

x0 = 1e+6
x = linspace(x0,x0+0.1, 10);
plot(x,x)

In the plot result of above code, the axes are sticking out of the window.

In my tests, plotting large values with small limits causes problem.

Does anyone know to avoid this problem.

Tetsuro Kurita



reply via email to

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