Re: [Kmatplot-general] Documentation
Brought to you by:
kamil
From: Laurent J. <lja...@fy...> - 2002-05-16 16:00:11
|
On Thursday 16 May 2002 17:53, Laurent Jacques wrote: > > Here is a simple example (I hope it helps you) > > octave:26> [x,y]=meshgrid(1:256); > octave:27> g=exp(-((x-128).^2+(y-128).^2)/1000); > octave:28> kaddaxes(0) > ans = 5 > octave:29> kimage(g) > ans = 0 > > For the colorbar, I don't know. > Perhaps directly on kmatplot. > Bug detected: In the above example, it seems that kmesh of octave causes a segfault of kmatplot. I haven't produced it on a i386 but on an alpha (debian woody sidded, octave2.1) so I don't know if this bug is also present on i386 ? Bye Laurent. |