Surf z axis not visible

3 visualizaciones (últimos 30 días)
Florian
Florian el 16 de Mayo de 2012
Comentada: Chad Greene el 16 de Ag. de 2014
When i use surf (e.g. with peaks) the Z axis is not shown. (Linux 64, nvidia-drivers-295.49, Matlab 2012a)
  4 comentarios
Florian
Florian el 16 de Mayo de 2012
example:
>> peaks
output:
>> which surf -all
/home/shared/local/MATLAB/R2012a/toolbox/matlab/graph3d/surf.m
Florian
Florian el 16 de Mayo de 2012
http://oi47.tinypic.com/j6jxoo.jpg

Iniciar sesión para comentar.

Respuesta aceptada

Florian
Florian el 19 de Mayo de 2012
Meanwhile I've noticed that it is visible in the exported eps. So that's good enough for me right now, though it is not a real solution to the problem...

Más respuestas (1)

Kye Taylor
Kye Taylor el 16 de Mayo de 2012
After issuing
peaks
issue the command
zlabel('z')
  8 comentarios
Florian
Florian el 21 de Mayo de 2012
Yes!
>> set(gcf, 'Renderer', 'painters')
% zaxis visible
>> set(gcf, 'Renderer', 'zbuffer')
% zaxis visible
>> set(gcf, 'Renderer', 'opengl')
% zaxis NOT visible
Chad Greene
Chad Greene el 16 de Ag. de 2014
Or more simply, rend, rend, rend

Iniciar sesión para comentar.

Categorías

Más información sobre Red en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by