Mercurial > hg > octave-nkf
annotate scripts/plot/module.mk @ 14837:c55493bb7363
Add gco implementation.
* scripts/plot/gco.m: New file.
* scripts/plot/models.mk (plot_FCN_FILES): Add it to module.
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Wed, 04 Jul 2012 14:57:57 +0100 |
parents | 4dbb47d09219 |
children | 97ce18b62d0f |
rev | line source |
---|---|
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
1 FCN_FILE_DIRS += plot |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
3 plot_GEN_FCN_FILES = \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
4 plot/gnuplot_binary.m |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
5 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
6 GEN_FCN_FILES += $(plot_GEN_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
7 |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
8 plot_PRIVATE_FCN_FILES = \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
9 plot/private/__actual_axis_position__.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
10 plot/private/__add_datasource__.m \ |
11349
4a3258b1448f
Add default menu for fltk backend figures
Kai Habel <kai.habel@gmx.de>
parents:
11330
diff
changeset
|
11 plot/private/__add_default_menu__.m \ |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
12 plot/private/__axes_limits__.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
13 plot/private/__axis_label__.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
14 plot/private/__bar__.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
15 plot/private/__clabel__.m \ |
10135
4516a0c97ced
Handle linestyleorder. Remove @ markers. Treat edgecolor, markeredgecolor and markerfacecolor correctly in scatter.
David Bateman <dbateman@free.fr>
parents:
9906
diff
changeset
|
16 plot/private/__color_str_rgb__.m \ |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
17 plot/private/__contour__.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
18 plot/private/__default_plot_options__.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
19 plot/private/__errcomm__.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
20 plot/private/__errplot__.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
21 plot/private/__ezplot__.m \ |
13697
0f8ff98929b2
Allow a toolkit to provide its own version of UI dialogs.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13284
diff
changeset
|
22 plot/private/__file_filter__.m \ |
11283 | 23 plot/private/__fltk_file_filter__.m \ |
12793
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
24 plot/private/__fltk_ginput__.m \ |
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
25 plot/private/__fltk_print__.m \ |
12339
eda5eabd5d0b
Fix for inline legends (#32022, #32343)
David Bateman <dbateman@free.fr>
parents:
12221
diff
changeset
|
26 plot/private/__getlegenddata__.m \ |
12793
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
27 plot/private/__ghostscript__.m \ |
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
28 plot/private/__gnuplot_get_var__.m \ |
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
29 plot/private/__gnuplot_ginput__.m \ |
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
30 plot/private/__gnuplot_has_feature__.m \ |
10967
2470b1bf191a
__gnuplot_has_terminal__.m: New function.
Ben Abbott <bpabbott@mac.com>
parents:
10834
diff
changeset
|
31 plot/private/__gnuplot_has_terminal__.m\ |
12793
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
32 plot/private/__gnuplot_open_stream__.m \ |
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
33 plot/private/__gnuplot_print__.m \ |
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
34 plot/private/__gnuplot_version__.m \ |
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
35 plot/private/__go_draw_axes__.m \ |
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
36 plot/private/__go_draw_figure__.m \ |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
37 plot/private/__interp_cube__.m \ |
13697
0f8ff98929b2
Allow a toolkit to provide its own version of UI dialogs.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13284
diff
changeset
|
38 plot/private/__is_function__.m \ |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
39 plot/private/__line__.m \ |
12793
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
40 plot/private/__marching_cube__.m \ |
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
41 plot/private/__next_line_color__.m \ |
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
42 plot/private/__next_line_style__.m \ |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
43 plot/private/__patch__.m \ |
11330 | 44 plot/private/__pie__.m \ |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
45 plot/private/__plt__.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
46 plot/private/__pltopt__.m \ |
12793
6f91ca83d2be
codesprint : Make many plot helper functions private.
Rik <octave@nomad.inbox5.com>
parents:
12792
diff
changeset
|
47 plot/private/__print_parse_opts__.m \ |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
48 plot/private/__quiver__.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
49 plot/private/__scatter__.m \ |
10834
05ba991794d4
Improvements for fltk printing.
Ben Abbott <bpabbott@mac.com>
parents:
10727
diff
changeset
|
50 plot/private/__stem__.m \ |
13284
5ab9c721ce59
Add uicontrol and uipanel m-scripts.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
12857
diff
changeset
|
51 plot/private/__tight_eps_bbox__.m \ |
13697
0f8ff98929b2
Allow a toolkit to provide its own version of UI dialogs.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13284
diff
changeset
|
52 plot/private/__uigetdir_fltk__.m \ |
0f8ff98929b2
Allow a toolkit to provide its own version of UI dialogs.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13284
diff
changeset
|
53 plot/private/__uigetfile_fltk__.m \ |
0f8ff98929b2
Allow a toolkit to provide its own version of UI dialogs.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13284
diff
changeset
|
54 plot/private/__uiputfile_fltk__.m \ |
13284
5ab9c721ce59
Add uicontrol and uipanel m-scripts.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
12857
diff
changeset
|
55 plot/private/__uiobject_split_args__.m |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
56 |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
57 plot_FCN_FILES = \ |
12857
4061a9ec9c40
codesprint: Restore __gnuplot_drawnow__.m to being regular, not private, function
Rik <octave@nomad.inbox5.com>
parents:
12793
diff
changeset
|
58 plot/__gnuplot_drawnow__.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
59 plot/__plt_get_axis_arg__.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
60 plot/allchild.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
61 plot/ancestor.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
62 plot/area.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
63 plot/axes.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
64 plot/axis.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
65 plot/bar.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
66 plot/barh.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
67 plot/box.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
68 plot/caxis.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
69 plot/cla.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
70 plot/clabel.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
71 plot/clf.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
72 plot/close.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
73 plot/closereq.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
74 plot/colorbar.m \ |
12607
2846ea58b288
colstyle.m: Add new function (bug #33063)
Rik <octave@nomad.inbox5.com>
parents:
12339
diff
changeset
|
75 plot/colstyle.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
76 plot/comet.m \ |
11382 | 77 plot/comet3.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
78 plot/compass.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
79 plot/contour.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
80 plot/contour3.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
81 plot/contourc.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
82 plot/contourf.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
83 plot/cylinder.m \ |
10218
ce94aaa71a4f
daspect.m, pbaspect.m: New functions.
Ben Abbott <bpabbott@mac.com>
parents:
10135
diff
changeset
|
84 plot/daspect.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
85 plot/diffuse.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
86 plot/ellipsoid.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
87 plot/errorbar.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
88 plot/ezcontour.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
89 plot/ezcontourf.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
90 plot/ezmesh.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
91 plot/ezmeshc.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
92 plot/ezplot.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
93 plot/ezplot3.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
94 plot/ezpolar.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
95 plot/ezsurf.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
96 plot/ezsurfc.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
97 plot/feather.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
98 plot/figure.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
99 plot/fill.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
100 plot/findall.m \ |
14576
4dbb47d09219
New Function, findfigs.m
Carnë Draug <carandraug+dev@gmail.com>
parents:
14574
diff
changeset
|
101 plot/findfigs.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
102 plot/findobj.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
103 plot/fplot.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
104 plot/gca.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
105 plot/gcbf.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
106 plot/gcbo.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
107 plot/gcf.m \ |
14837
c55493bb7363
Add gco implementation.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
14576
diff
changeset
|
108 plot/gco.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
109 plot/ginput.m \ |
12221
a91037b36b4c
rename gnuplot_drawnow to __gnuplot_drawnow__
John W. Eaton <jwe@octave.org>
parents:
11576
diff
changeset
|
110 plot/graphics_toolkit.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
111 plot/grid.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
112 plot/gtext.m \ |
13699
dd9b32af0a01
Implement guidata/guihandles.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13697
diff
changeset
|
113 plot/guidata.m \ |
dd9b32af0a01
Implement guidata/guihandles.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13697
diff
changeset
|
114 plot/guihandles.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
115 plot/hggroup.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
116 plot/hidden.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
117 plot/hist.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
118 plot/hold.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
119 plot/isfigure.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
120 plot/ishghandle.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
121 plot/ishold.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
122 plot/isocolors.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
123 plot/isonormals.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
124 plot/isosurface.m \ |
11430
6374938b3b36
Add isprop.m to list of function files for Automake.
Rik <octave@nomad.inbox5.com>
parents:
11382
diff
changeset
|
125 plot/isprop.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
126 plot/legend.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
127 plot/line.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
128 plot/linkprop.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
129 plot/loglog.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
130 plot/loglogerr.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
131 plot/mesh.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
132 plot/meshc.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
133 plot/meshgrid.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
134 plot/meshz.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
135 plot/ndgrid.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
136 plot/newplot.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
137 plot/orient.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
138 plot/pareto.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
139 plot/patch.m \ |
10218
ce94aaa71a4f
daspect.m, pbaspect.m: New functions.
Ben Abbott <bpabbott@mac.com>
parents:
10135
diff
changeset
|
140 plot/pbaspect.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
141 plot/pcolor.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
142 plot/peaks.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
143 plot/pie.m \ |
11330 | 144 plot/pie3.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
145 plot/plot.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
146 plot/plot3.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
147 plot/plotmatrix.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
148 plot/plotyy.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
149 plot/polar.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
150 plot/print.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
151 plot/quiver.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
152 plot/quiver3.m \ |
12697
ee4775d04d7f
Add the rectangle function
David Bateman <dbateman@free.fr>
parents:
12607
diff
changeset
|
153 plot/rectangle.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
154 plot/refresh.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
155 plot/refreshdata.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
156 plot/ribbon.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
157 plot/rose.m \ |
11253 | 158 plot/saveas.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
159 plot/scatter.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
160 plot/scatter3.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
161 plot/semilogx.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
162 plot/semilogxerr.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
163 plot/semilogy.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
164 plot/semilogyerr.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
165 plot/shading.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
166 plot/shg.m \ |
14574
9546bb28648c
New Function, shrinkfaces.m
Martin Helm <martin@mhelm.de>
parents:
14514
diff
changeset
|
167 plot/shrinkfaces.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
168 plot/slice.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
169 plot/sombrero.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
170 plot/specular.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
171 plot/sphere.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
172 plot/stairs.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
173 plot/stem.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
174 plot/stem3.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
175 plot/subplot.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
176 plot/surf.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
177 plot/surface.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
178 plot/surfc.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
179 plot/surfl.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
180 plot/surfnorm.m \ |
14514 | 181 plot/tetramesh.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
182 plot/text.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
183 plot/title.m \ |
12792
dc29b64668fa
codesprint : Move trimesh, triplot, trisurf from geometry to plot directory
Rik <octave@nomad.inbox5.com>
parents:
12697
diff
changeset
|
184 plot/trimesh.m \ |
dc29b64668fa
codesprint : Move trimesh, triplot, trisurf from geometry to plot directory
Rik <octave@nomad.inbox5.com>
parents:
12697
diff
changeset
|
185 plot/triplot.m \ |
dc29b64668fa
codesprint : Move trimesh, triplot, trisurf from geometry to plot directory
Rik <octave@nomad.inbox5.com>
parents:
12697
diff
changeset
|
186 plot/trisurf.m \ |
13703
22ce748da25f
Add missing UI objects: uicontextmenu, uitoolbar, uipushtool and uitoggletool.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13699
diff
changeset
|
187 plot/uicontextmenu.m \ |
13284
5ab9c721ce59
Add uicontrol and uipanel m-scripts.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
12857
diff
changeset
|
188 plot/uicontrol.m \ |
11283 | 189 plot/uigetdir.m \ |
190 plot/uigetfile.m \ | |
12221
a91037b36b4c
rename gnuplot_drawnow to __gnuplot_drawnow__
John W. Eaton <jwe@octave.org>
parents:
11576
diff
changeset
|
191 plot/uimenu.m \ |
13284
5ab9c721ce59
Add uicontrol and uipanel m-scripts.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
12857
diff
changeset
|
192 plot/uipanel.m \ |
13703
22ce748da25f
Add missing UI objects: uicontextmenu, uitoolbar, uipushtool and uitoggletool.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13699
diff
changeset
|
193 plot/uipushtool.m \ |
11283 | 194 plot/uiputfile.m \ |
13924
3b654a0753b1
Implement waitfor, uiwait and uiresume.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13703
diff
changeset
|
195 plot/uiresume.m \ |
13703
22ce748da25f
Add missing UI objects: uicontextmenu, uitoolbar, uipushtool and uitoggletool.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13699
diff
changeset
|
196 plot/uitoggletool.m \ |
22ce748da25f
Add missing UI objects: uicontextmenu, uitoolbar, uipushtool and uitoggletool.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13699
diff
changeset
|
197 plot/uitoolbar.m \ |
13924
3b654a0753b1
Implement waitfor, uiwait and uiresume.
Michael Goffioul <michael.goffioul@gmail.com>
parents:
13703
diff
changeset
|
198 plot/uiwait.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
199 plot/view.m \ |
14081
b69762f7a343
maint: include functions in module.mk files
John W. Eaton <jwe@octave.org>
parents:
14014
diff
changeset
|
200 plot/waitbar.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
201 plot/waitforbuttonpress.m \ |
10725
3c59ce262c66
Add the whitebg function
David Bateman <dbateman@free.fr>
parents:
10218
diff
changeset
|
202 plot/whitebg.m \ |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
203 plot/xlabel.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
204 plot/xlim.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
205 plot/ylabel.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
206 plot/ylim.m \ |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
207 plot/zlabel.m \ |
9896
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
208 plot/zlim.m \ |
1aeb39118764
convert some plot functions to subfunctions or make some them private
John W. Eaton <jwe@octave.org>
parents:
9794
diff
changeset
|
209 $(plot_PRIVATE_FCN_FILES) |
9794
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
210 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
211 FCN_FILES += $(plot_FCN_FILES) |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
212 |
0d4613a736e9
convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
213 PKG_ADD_FILES += plot/PKG_ADD |
9906 | 214 |
215 DIRSTAMP_FILES += plot/$(octave_dirstamp) |