NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/gliderproc/trunk/MATLAB/plots/tallfigure.m

Revision 495 (checked in by cbc, 12 years ago)

Initial import of Stark code.

Line 
1 %
2 % Calls: none
3 figure('position',[550 15 500 500]);
4 whitebg('w');
5 orient tall;
6 wysiwyg;
7 set(gcf,'menubar','none');
8 hold on;
9 zoom on;
Note: See TracBrowser for help on using the browser.