[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Aw: Re: colorbar regression?
From: |
Stefan Mahr |
Subject: |
Aw: Re: colorbar regression? |
Date: |
Wed, 31 Jul 2013 15:59:15 +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>
>
> Ok. I'm not sure when I'll have time to get back to colobar (legend needs
> work as well). Can you file a bug report?
>
> Ben
>
>
Sure,
https://savannah.gnu.org/bugs/?39632