[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Aw: colorbar regression?
From: |
Stefan Mahr |
Subject: |
Aw: colorbar regression? |
Date: |
Wed, 31 Jul 2013 15:40:51 +0200 (CEST) |
> Rik,
>
> I see a regression with ...
>
> demo colobar 24
>
> If I add ...
>
> caxis ([-5.21739 6.74592])
>
> Then the update repairs the result.
>
> Ben
Ben,
there's another issue with colorbar (gnuplot and fltk):
close all
plot(1:10); colorbar;
plot(1:10); colorbar;
plot(1:10)
The attached test script returns:
assert (get (hax, "outerposition"),outerpositions,0.001) expected
0.00000 0.00000 0.84500 1.00000
but got
0.00000 0.00000 7.72500 1.00000
maximum absolute error 6.88 exceeds tolerance 0.001
Stefan
plotcolorbar.m
Description: Text Data