axis equal; colorbar
Ben Abbott
bpabbott at mac.com
Wed Apr 1 15:35:07 CDT 2009
On Wednesday, April 01, 2009, at 03:31PM, "Petr Mikulik" <mikulik at physics.muni.cz> wrote:
> Hello Ben,
>
>can you please fix the distance between the graph and the colorbox in the
>3rd figure?
>
>
>n=5;x=linspace(0,5,n);y=linspace(0,1,n);
>
>figure(1);
>imagesc(1./hilb(n)); axis equal; colorbar
>
>figure(2);
>imagesc(x,y,1./hilb(n)); axis equal; colorbar
>
>figure(3);
>imagesc(y,x,1./hilb(n)); axis equal; colorbar
>
>
>Thanks,
> Petr
>
I'll take a look at this. I'll add your examples as demos as well.
Ben
More information about the Octave-maintainers
mailing list