1 |
% plotting utilities |
---|
2 |
% last update 2 Jan 2003 |
---|
3 |
% |
---|
4 |
% plots - plotting utilities |
---|
5 |
% |
---|
6 |
% arc.m - draws an arc |
---|
7 |
% arrowsafe.m - "safe" arrows |
---|
8 |
% blinksafe.m - markers on plot |
---|
9 |
% cplot.m - colored plots |
---|
10 |
% colorbarf.m - display color bar for a filled contour plot |
---|
11 |
% contourpm.m - plots pos/neg contours |
---|
12 |
% cslicecolor2linestyle- 3d companion to contourslice |
---|
13 |
% ctdplotx.m - plot CTD parameters vs depth |
---|
14 |
% ctdploty.m - plot CTD parameters vs depth |
---|
15 |
% dateaxis.m - creates axis with dates |
---|
16 |
% density.m - 2-D probability density plot |
---|
17 |
% findfig.m - get figure handle from name |
---|
18 |
% floataxisx.m - floating x axes |
---|
19 |
% floataxisy.m - floating y axes |
---|
20 |
% fullpage.m - full 8 1/2 x 11 page |
---|
21 |
% gcp.m - get current point on axes/figure |
---|
22 |
% get_fig_id.m - gets figure id |
---|
23 |
% jointfig.m - mashes together subplot |
---|
24 |
% labelab1.m - adds label to gca |
---|
25 |
% landpage.m - full 11 x 8 1/2 page |
---|
26 |
% landscapefigure.m |
---|
27 |
% lastouch.m - keeps track of last object and type |
---|
28 |
% marksafe.m - marks plots |
---|
29 |
% movetext.m - very cool way to move text, although slow |
---|
30 |
% mtitle.m - two line title |
---|
31 |
% newclim.m - computes new color limits, see pcbar |
---|
32 |
% normalfigure.m |
---|
33 |
% pan.m - "pans" figure |
---|
34 |
% patchleg.m - creates patch legends |
---|
35 |
% patchplot.m - plots up to three set os of data as |
---|
36 |
% patches on the current axis |
---|
37 |
% pcbar.m - multiple colormap tricks, see newclim |
---|
38 |
% plot3in2.m - plots 3-dimensional lines as in 2-dimensions |
---|
39 |
% plotxx.m - |
---|
40 |
% resize_legend.m |
---|
41 |
% scrange.m - formats range of data |
---|
42 |
% shade_line.m - shade a line object about a horizontal line |
---|
43 |
% splotyy.m - plot graphs with Y tick labels on left and |
---|
44 |
% right side |
---|
45 |
% starsafe.m - "safe" stars |
---|
46 |
% stickplot.m |
---|
47 |
% sticksafe.m - "safe" sticks (immune to resize) |
---|
48 |
% subtitle.m - centers a title over a group of subplots |
---|
49 |
% supertitle.m - centers a title over a group of vert. subplots |
---|
50 |
% tallfigure.m |
---|
51 |
% undoc.m - undocumented properties of a handle |
---|
52 |
% vecplotstick.m - routine to plot vectors |
---|
53 |
% vecplotxy.m - sae as vecplot |
---|
54 |
% wygiwys.m - what you get is what you see |
---|
55 |
% wysiwyg.m - what you see is what you get |
---|
56 |
% y2label.m - labels yy plots |
---|
57 |
% |
---|