Mercurial > hg > octave-nkf
comparison doc/interpreter/plot.txi @ 6502:6ab0a8767780
[project @ 2007-04-06 03:32:06 by jwe]
author | jwe |
---|---|
date | Fri, 06 Apr 2007 03:32:06 +0000 |
parents | 9e3e58d914ca |
children | 5a5a09d7deb8 |
comparison
equal
deleted
inserted
replaced
6501:68f3125f6e27 | 6502:6ab0a8767780 |
---|---|
12 | 12 |
13 @menu | 13 @menu |
14 * Two-Dimensional Plotting:: | 14 * Two-Dimensional Plotting:: |
15 * Specialized Two-Dimensional Plots:: | 15 * Specialized Two-Dimensional Plots:: |
16 * Three-Dimensional Plotting:: | 16 * Three-Dimensional Plotting:: |
17 * Manipulating Existing Plots:: | |
17 * Plot Annotations:: | 18 * Plot Annotations:: |
18 * Multiple Plots on One Page:: | 19 * Multiple Plots on One Page:: |
19 * Multiple Plot Windows:: | 20 * Multiple Plot Windows:: |
20 @c *Exporting Plots:: | 21 * Printing Plots:: |
21 * Interaction with gnuplot:: | 22 * Interaction with gnuplot:: |
22 @end menu | 23 @end menu |
23 | 24 |
24 @node Two-Dimensional Plotting | 25 @node Two-Dimensional Plotting |
25 @section Two-Dimensional Plotting | 26 @section Two-Dimensional Plotting |
27 The @sc{Matlab}-style two-dimensional plotting commands are: | 28 The @sc{Matlab}-style two-dimensional plotting commands are: |
28 | 29 |
29 @cindex plotting | 30 @cindex plotting |
30 @cindex graphics | 31 @cindex graphics |
31 | 32 |
33 @DOCSTRING(axes) | |
34 | |
32 @DOCSTRING(plot) | 35 @DOCSTRING(plot) |
36 | |
37 @DOCSTRING(line) | |
38 | |
39 @DOCSTRING(fplot) | |
40 | |
41 @DOCSTRING(drawnow) | |
42 | |
43 @DOCSTRING(shg) | |
33 | 44 |
34 @DOCSTRING(hold) | 45 @DOCSTRING(hold) |
35 | 46 |
36 @DOCSTRING(ishold) | 47 @DOCSTRING(ishold) |
37 | 48 |
38 @DOCSTRING(clearplot) | 49 @DOCSTRING(newplot) |
39 | |
40 @DOCSTRING(shg) | |
41 | |
42 @DOCSTRING(closeplot) | |
43 | |
44 @DOCSTRING(purge_tmp_files) | |
45 | |
46 @DOCSTRING(axis) | |
47 | 50 |
48 @node Specialized Two-Dimensional Plots | 51 @node Specialized Two-Dimensional Plots |
49 @section Specialized Two-Dimensional Plots | 52 @section Specialized Two-Dimensional Plots |
50 | 53 |
51 @DOCSTRING(bar) | 54 @DOCSTRING(bar) |
52 | 55 |
53 @DOCSTRING(contour) | 56 @DOCSTRING(contour) |
57 | |
58 @DOCSTRING(contourc) | |
54 | 59 |
55 @DOCSTRING(hist) | 60 @DOCSTRING(hist) |
56 | 61 |
57 @DOCSTRING(loglog) | 62 @DOCSTRING(loglog) |
58 | 63 |
59 @DOCSTRING(polar) | 64 @DOCSTRING(polar) |
60 | 65 |
61 @DOCSTRING(semilogx) | 66 @DOCSTRING(semilogx) |
62 | 67 |
63 @DOCSTRING(semilogy) | 68 @DOCSTRING(semilogy) |
69 | |
70 @DOCSTRING(stem) | |
64 | 71 |
65 @DOCSTRING(stairs) | 72 @DOCSTRING(stairs) |
66 | 73 |
67 @DOCSTRING(errorbar) | 74 @DOCSTRING(errorbar) |
68 | 75 |
73 @DOCSTRING(semilogyerr) | 80 @DOCSTRING(semilogyerr) |
74 | 81 |
75 @node Three-Dimensional Plotting | 82 @node Three-Dimensional Plotting |
76 @section Three-Dimensional Plotting | 83 @section Three-Dimensional Plotting |
77 | 84 |
78 The @sc{Matlab}-style three-dimensional plotting commands are: | 85 @DOCSTRING(plot3) |
79 | 86 |
80 @DOCSTRING(mesh) | 87 @DOCSTRING(mesh) |
81 | 88 |
82 @DOCSTRING(meshgrid) | 89 @DOCSTRING(meshgrid) |
83 | 90 |
84 @DOCSTRING(meshdom) | 91 @DOCSTRING(meshdom) |
85 | 92 |
93 @DOCSTRING(view) | |
94 | |
95 @node Manipulating Existing Plots | |
96 @section Manipulating Existing Plots | |
97 | |
98 @DOCSTRING(axis) | |
99 | |
100 @DOCSTRING(gca) | |
101 | |
102 @DOCSTRING(gcf) | |
103 | |
104 @DOCSTRING(get) | |
105 | |
106 @DOCSTRING(set) | |
107 | |
108 @DOCSTRING(clf) | |
109 | |
110 @DOCSTRING(delete) | |
111 | |
112 @DOCSTRING(close) | |
113 | |
114 @DOCSTRING(closereq) | |
115 | |
86 @node Plot Annotations | 116 @node Plot Annotations |
87 @section Plot Annotations | 117 @section Plot Annotations |
88 | 118 |
89 @DOCSTRING(grid) | |
90 | |
91 @DOCSTRING(title) | 119 @DOCSTRING(title) |
92 | 120 |
121 @DOCSTRING(legend) | |
122 | |
123 @DOCSTRING(text) | |
124 | |
93 @DOCSTRING(xlabel) | 125 @DOCSTRING(xlabel) |
126 | |
127 @DOCSTRING(box) | |
128 | |
129 @DOCSTRING(grid) | |
94 | 130 |
95 @node Multiple Plots on One Page | 131 @node Multiple Plots on One Page |
96 @section Multiple Plots on One Page | 132 @section Multiple Plots on One Page |
97 | 133 |
98 @DOCSTRING(subplot) | 134 @DOCSTRING(subplot) |
100 @node Multiple Plot Windows | 136 @node Multiple Plot Windows |
101 @section Multiple Plot Windows | 137 @section Multiple Plot Windows |
102 | 138 |
103 @DOCSTRING(figure) | 139 @DOCSTRING(figure) |
104 | 140 |
105 @c @node Exporting Plots | 141 @node Printing Plots |
106 @c FIXME -- add info about getting paper copies of plots. | 142 @section Printing Plots |
143 | |
144 @DOCSTRING(print) | |
145 | |
146 @DOCSTRING(orient) | |
107 | 147 |
108 @node Interaction with gnuplot | 148 @node Interaction with gnuplot |
109 @section Interaction with @code{gnuplot} | 149 @section Interaction with @code{gnuplot} |
110 | 150 |
111 @DOCSTRING(gnuplot_binary) | 151 @DOCSTRING(gnuplot_binary) |