From: Jonathan S. <jjs...@us...> - 2007-10-11 14:36:55
|
Update of /cvsroot/octaviz/octaviz/Scripts In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv32654 Modified Files: vtk_contour.m Log Message: turn off Z axis in contour plots Index: vtk_contour.m =================================================================== RCS file: /cvsroot/octaviz/octaviz/Scripts/vtk_contour.m,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- vtk_contour.m 25 Dec 2006 20:12:50 -0000 1.2 +++ vtk_contour.m 11 Oct 2007 14:36:57 -0000 1.3 @@ -134,7 +134,7 @@ f = vtk_figure(0); f.renderer.AddActor(contActor); - %f.axes.YAxisVisibilityOff(); # turn off the "Z" axes (but use YAxis command!?) - must be a bug, JJS 7/23/05 + f.axes.YAxisVisibilityOff(); % turn off the "Z" axes (but use YAxis command!? is this a bug?) vtk_update(f); endfunction |