From: Gili Rosenberg on 4 Dec 2009 14:33 I'm plotting some 3d data using surf, and the z axis label comes out completely garbled. If I rotate the axis by 90 degrees to make it horizontal, it appears correctly (but I need it to be vertical, not horizontal). I'm using the LaTeX interpreter, but something similar happens when using the default interpreter. I've taken some screen shots. The first shows the garbled label. The second shows what happens when I rotate the label by 90 degrees to make it horizontal. The third shows a 45 degree rotation, showing how the label is starting to get misfigured. http://www.physics.ubc.ca/~gilad/Misc/graph1.png http://www.physics.ubc.ca/~gilad/Misc/graph2.png http://www.physics.ubc.ca/~gilad/Misc/graph3.png Here's the version info: MATLAB Version 7.6.0.324 (R2008a) MATLAB License Number: 161051 Operating System: Mac OS X Version: 10.6.1 Build: 10B504 The other problem is that when I try saving the figure to a file (jps, eps, ps, etc) I get this error: "setting PBuffer for OpenGL printing: invalid drawable". I'd appreciate any help on this.
From: Gili Rosenberg on 4 Dec 2009 14:53 More info: the problem of the z axis label seems to disappear for a single surf plot. What I'm doing is something like: figure; box on; hold on; surf(..); surf(..); surf(...); and then fiddle around with axes, lighting etc.
|
Pages: 1 Prev: resize array Next: BPSK and GMSK modulation with Middleton Class A noise model |