Issue with hggroup and zlim
Ben Abbott
bpabbott at mac.com
Mon Sep 1 09:26:26 CDT 2008
On Sep 1, 2008, at 10:17 AM, David Bateman wrote:
>>
>>
>>
> Ok, this is clearly a bug. I think the attached addresses this. and
> now
>
> [x, y] = meshgrid (0:10, 0:10); z = x.*y; figure(1); clf; h =
> plot3(x,y + 1i *z); zlim(0,100)
>
> and
>
> [x, y] = meshgrid (0:10, 0:10); z = x.*y; figure(1); clf; h =
> plot3(x,y,z); zlim(0,100)
>
> both work correctly on my machine. Note the zlim is needed to get
> around the issue addressed in
>
> http://hg.tw-math.de/octave-graphics-mq/rev/7747c2f2f3ed
David, I was unable to apply the patch. Perhaps Mac OSX's mail client
has problem in both directions :-(
Can you resend as an attached text file?
Thanks
Ben
More information about the Bug-octave
mailing list