[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Blank image() plot from Octave-3.6.4 on OS X with gnuplot-4.6.1 and
From: |
Ben Abbott |
Subject: |
Re: Blank image() plot from Octave-3.6.4 on OS X with gnuplot-4.6.1 and aquaterm-1.1.1 |
Date: |
Sat, 23 Feb 2013 16:07:03 -0500 |
On Feb 23, 2013, at 11:11 AM, Alexander Hansen wrote:
> #Test case:
>
> A(1:512,1:512)=0;
> A(256-10:256+10,256-10:256+10)= 255;
>
> #then either
>
> imagesc(A)
>
> #or
>
> image(A)
>
> I saw the bug reports about this issue:
>
> https://mailman.cae.wisc.edu/pipermail/help-octave/2012-October/054888.html
>
> http://sourceforge.net/tracker/?func=detail&aid=3583459&group_id=2055&atid=102055
>
> but apparently it wasn't fixed.
>
> Is there a workaround other than changing the plot terminal?
Not a desirable solution .... but did you try to revert to an earlier version
of gnuplot?
Ben