Bug in plotting - 3.0.4 RC1
John W. Eaton
jwe at octave.org
Fri Jan 23 09:22:18 CST 2009
On 23-Jan-2009, Jaroslav Hajek wrote:
| Unfortunately, it does not apply, and I feel too ignorant about the
| graphics code to attempt to resolve the numerous conflicts. A simpler
| changeset specifically for 3.0.x would be welcome (if it's worth the
| effort).
If you are talking about the failure of
x = linspace(0,10,11);
y = x+1;
plot(x,y,x,y)
xlabel('x')
ylabel('y')
then yes, I think it needs to be fixed before 3.0.4.
If you are talking about the change from root_figure to root, then
it looks to me like that change has already been made.
Or is there some other problem that should be fixed?
jwe
More information about the Bug-octave
mailing list