Surf z axis not visible

1 vue (au cours des 30 derniers jours)
Florian
Florian le 16 Mai 2012
Commenté : Chad Greene le 16 Août 2014
When i use surf (e.g. with peaks) the Z axis is not shown. (Linux 64, nvidia-drivers-295.49, Matlab 2012a)
  4 commentaires
Florian
Florian le 16 Mai 2012
example:
>> peaks
output:
>> which surf -all
/home/shared/local/MATLAB/R2012a/toolbox/matlab/graph3d/surf.m
Florian
Florian le 16 Mai 2012
http://oi47.tinypic.com/j6jxoo.jpg

Connectez-vous pour commenter.

Réponse acceptée

Florian
Florian le 19 Mai 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...

Plus de réponses (1)

Kye Taylor
Kye Taylor le 16 Mai 2012
After issuing
peaks
issue the command
zlabel('z')
  8 commentaires
Florian
Florian le 21 Mai 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 le 16 Août 2014
Or more simply, rend, rend, rend

Connectez-vous pour commenter.

Catégories

En savoir plus sur Graphics Performance dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by