Mercurial > hg > octave-nkf
annotate scripts/plot/graphics_toolkit.m @ 17122:eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Emphasize clarity, use common "voice", and increase density of seealso links.
* doc/interpreter/plot.txi: Add @findex entries that were in xlim.m
* scripts/miscellaneous/getappdata.m scripts/miscellaneous/setappdata.m,
scripts/plot/allchild.m, scripts/plot/ancestor.m, scripts/plot/area.m,
scripts/plot/axes.m, scripts/plot/axis.m, scripts/plot/bar.m,
scripts/plot/barh.m, scripts/plot/box.m, scripts/plot/caxis.m,
scripts/plot/cla.m, scripts/plot/clabel.m, scripts/plot/clf.m,
scripts/plot/close.m, scripts/plot/closereq.m, scripts/plot/colorbar.m,
scripts/plot/comet.m, scripts/plot/comet3.m, scripts/plot/compass.m,
scripts/plot/contour.m, scripts/plot/contour3.m, scripts/plot/contourc.m,
scripts/plot/contourf.m, scripts/plot/copyobj.m, scripts/plot/cylinder.m,
scripts/plot/daspect.m, scripts/plot/diffuse.m, scripts/plot/ellipsoid.m,
scripts/plot/errorbar.m, scripts/plot/ezcontour.m, scripts/plot/ezcontourf.m,
scripts/plot/ezmesh.m, scripts/plot/ezmeshc.m, scripts/plot/ezplot.m,
scripts/plot/ezplot3.m, scripts/plot/ezpolar.m, scripts/plot/ezsurf.m,
scripts/plot/ezsurfc.m, scripts/plot/feather.m, scripts/plot/figure.m,
scripts/plot/fill.m, scripts/plot/findall.m, scripts/plot/findobj.m,
scripts/plot/fplot.m, scripts/plot/gca.m, scripts/plot/gcbf.m,
scripts/plot/gcbo.m, scripts/plot/gcf.m, scripts/plot/gco.m,
scripts/plot/ginput.m, scripts/plot/graphics_toolkit.m, scripts/plot/grid.m,
scripts/plot/gtext.m, scripts/plot/guidata.m, scripts/plot/guihandles.m,
scripts/plot/hdl2struct.m, scripts/plot/hggroup.m, scripts/plot/hidden.m,
scripts/plot/hist.m, scripts/plot/hold.m, scripts/plot/ishghandle.m,
scripts/plot/ishold.m, scripts/plot/isocolors.m, scripts/plot/isprop.m,
scripts/plot/legend.m, scripts/plot/line.m, scripts/plot/linkprop.m,
scripts/plot/loglog.m, scripts/plot/loglogerr.m, scripts/plot/mesh.m,
scripts/plot/meshc.m, scripts/plot/meshgrid.m, scripts/plot/meshz.m,
scripts/plot/newplot.m, scripts/plot/orient.m, scripts/plot/pareto.m,
scripts/plot/patch.m, scripts/plot/pcolor.m, scripts/plot/peaks.m,
scripts/plot/pie.m, scripts/plot/pie3.m, scripts/plot/plot.m,
scripts/plot/plot3.m, scripts/plot/plotmatrix.m, scripts/plot/plotyy.m,
scripts/plot/polar.m, scripts/plot/print.m, scripts/plot/quiver.m,
scripts/plot/quiver3.m, scripts/plot/rectangle.m, scripts/plot/refresh.m,
scripts/plot/refreshdata.m, scripts/plot/ribbon.m, scripts/plot/rose.m,
scripts/plot/saveas.m, scripts/plot/scatter.m, scripts/plot/scatter3.m,
scripts/plot/semilogx.m, scripts/plot/semilogxerr.m, scripts/plot/semilogy.m,
scripts/plot/semilogyerr.m, scripts/plot/shading.m, scripts/plot/shg.m,
scripts/plot/shrinkfaces.m, scripts/plot/slice.m, scripts/plot/specular.m,
scripts/plot/sphere.m, scripts/plot/stairs.m, scripts/plot/stem.m,
scripts/plot/stem3.m, scripts/plot/struct2hdl.m, scripts/plot/subplot.m,
scripts/plot/surf.m, scripts/plot/surface.m, scripts/plot/surfc.m,
scripts/plot/surfl.m, scripts/plot/tetramesh.m, scripts/plot/text.m,
scripts/plot/title.m, scripts/plot/trimesh.m, scripts/plot/triplot.m,
scripts/plot/trisurf.m, scripts/plot/view.m, scripts/plot/waitbar.m,
scripts/plot/waitforbuttonpress.m, scripts/plot/waterfall.m,
scripts/plot/whitebg.m, scripts/plot/xlabel.m, scripts/plot/xlim.m,
scripts/plot/ylabel.m, scripts/plot/ylim.m, scripts/plot/zlabel.m,
scripts/plot/zlim.m: Rewrite docstrings for most plot functions.
Emphasize clarity, use common "voice", and increase density of seealso links.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 31 Jul 2013 13:53:30 -0700 |
parents | dbd64c9a16da |
children | 088d014a7fe2 |
rev | line source |
---|---|
14138
72c96de7a403
maint: update copyright notices for 2012
John W. Eaton <jwe@octave.org>
parents:
14046
diff
changeset
|
1 ## Copyright (C) 2008-2012 Michael Goffioul |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
2 ## |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
3 ## This file is part of Octave. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
4 ## |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
5 ## Octave is free software; you can redistribute it and/or modify it |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
6 ## under the terms of the GNU General Public License as published by |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
7 ## the Free Software Foundation; either version 3 of the License, or (at |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
8 ## your option) any later version. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
9 ## |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
10 ## Octave is distributed in the hope that it will be useful, but |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
11 ## WITHOUT ANY WARRANTY; without even the implied warranty of |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
13 ## General Public License for more details. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
14 ## |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
15 ## You should have received a copy of the GNU General Public License |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
16 ## along with Octave; see the file COPYING. If not, see |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
17 ## <http://www.gnu.org/licenses/>. |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
18 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
19 ## -*- texinfo -*- |
16491
b10a23fe80bb
doc: Tweak docstrings of functions changed for Texinfo 5.0 compatibility.
Rik <rik@octave.org>
parents:
16489
diff
changeset
|
20 ## @deftypefn {Function File} {@var{name} =} graphics_toolkit () |
14724
395d238418a7
Allow graphics_toolkit (h) to return the value for specified figures.
Ben Abbott <bpabbott@mac.com>
parents:
14363
diff
changeset
|
21 ## @deftypefnx {Function File} {@var{name} =} graphics_toolkit (@var{hlist}) |
395d238418a7
Allow graphics_toolkit (h) to return the value for specified figures.
Ben Abbott <bpabbott@mac.com>
parents:
14363
diff
changeset
|
22 ## @deftypefnx {Function File} {} graphics_toolkit (@var{name}) |
11576
8ac9687dbe9f
rename backend to graphics_toolkit
John W. Eaton <jwe@octave.org>
parents:
11523
diff
changeset
|
23 ## @deftypefnx {Function File} {} graphics_toolkit (@var{hlist}, @var{name}) |
17122
eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Rik <rik@octave.org>
parents:
17107
diff
changeset
|
24 ## Query or set the default graphics toolkit which is assigned to new |
eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Rik <rik@octave.org>
parents:
17107
diff
changeset
|
25 ## figures. |
16489
36dba9be680b
doc: Make documentation compatible with Texinfo 5.0 (bug #38392)
Amod Mulay <amodmulay1@gmail.com>
parents:
14853
diff
changeset
|
26 ## |
17122
eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Rik <rik@octave.org>
parents:
17107
diff
changeset
|
27 ## With no inputs, return the current default graphics toolkit. If the input |
eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Rik <rik@octave.org>
parents:
17107
diff
changeset
|
28 ## is a list of figure graphic handles, @var{hlist}, then return the name |
eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Rik <rik@octave.org>
parents:
17107
diff
changeset
|
29 ## of the graphics toolkit in use for each figure. |
16489
36dba9be680b
doc: Make documentation compatible with Texinfo 5.0 (bug #38392)
Amod Mulay <amodmulay1@gmail.com>
parents:
14853
diff
changeset
|
30 ## |
17122
eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Rik <rik@octave.org>
parents:
17107
diff
changeset
|
31 ## When called with a single input @var{name} set the default graphics toolkit |
eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Rik <rik@octave.org>
parents:
17107
diff
changeset
|
32 ## to @var{name}. If the toolkit is not already loaded, it is initialized by |
eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Rik <rik@octave.org>
parents:
17107
diff
changeset
|
33 ## calling the function @code{__init_@var{name}__}. If the first input |
eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Rik <rik@octave.org>
parents:
17107
diff
changeset
|
34 ## is a list of figure handles, @var{hlist}, then the graphics toolkit is set |
eaab03308c0b
doc: Rewrite docstrings for most plot functions.
Rik <rik@octave.org>
parents:
17107
diff
changeset
|
35 ## to @var{name} for these figures only. |
16489
36dba9be680b
doc: Make documentation compatible with Texinfo 5.0 (bug #38392)
Amod Mulay <amodmulay1@gmail.com>
parents:
14853
diff
changeset
|
36 ## |
11576
8ac9687dbe9f
rename backend to graphics_toolkit
John W. Eaton <jwe@octave.org>
parents:
11523
diff
changeset
|
37 ## @seealso{available_graphics_toolkits} |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
38 ## @end deftypefn |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
39 |
13976
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
40 function retval = graphics_toolkit (name, hlist = []) |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
41 |
13976
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
42 if (nargin > 2) |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
43 print_usage (); |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
44 endif |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
45 |
14046
c3fab3891460
Trivial bug fixes for graphics_toolkit().
Ben Abbott <bpabbott@mac.com>
parents:
14021
diff
changeset
|
46 if (nargout > 0 || nargin == 0) |
c3fab3891460
Trivial bug fixes for graphics_toolkit().
Ben Abbott <bpabbott@mac.com>
parents:
14021
diff
changeset
|
47 retval = get (0, "defaultfigure__graphics_toolkit__"); |
c3fab3891460
Trivial bug fixes for graphics_toolkit().
Ben Abbott <bpabbott@mac.com>
parents:
14021
diff
changeset
|
48 endif |
c3fab3891460
Trivial bug fixes for graphics_toolkit().
Ben Abbott <bpabbott@mac.com>
parents:
14021
diff
changeset
|
49 |
13976
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
50 if (nargin == 0) |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
51 return; |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
52 elseif (nargin == 1) |
14724
395d238418a7
Allow graphics_toolkit (h) to return the value for specified figures.
Ben Abbott <bpabbott@mac.com>
parents:
14363
diff
changeset
|
53 if (all (isfigure (name))) |
395d238418a7
Allow graphics_toolkit (h) to return the value for specified figures.
Ben Abbott <bpabbott@mac.com>
parents:
14363
diff
changeset
|
54 hlist = name; |
395d238418a7
Allow graphics_toolkit (h) to return the value for specified figures.
Ben Abbott <bpabbott@mac.com>
parents:
14363
diff
changeset
|
55 retval = get (hlist, "__graphics_toolkit__"); |
395d238418a7
Allow graphics_toolkit (h) to return the value for specified figures.
Ben Abbott <bpabbott@mac.com>
parents:
14363
diff
changeset
|
56 return |
395d238418a7
Allow graphics_toolkit (h) to return the value for specified figures.
Ben Abbott <bpabbott@mac.com>
parents:
14363
diff
changeset
|
57 elseif (! ischar (name)) |
11576
8ac9687dbe9f
rename backend to graphics_toolkit
John W. Eaton <jwe@octave.org>
parents:
11523
diff
changeset
|
58 error ("graphics_toolkit: invalid graphics toolkit NAME"); |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
59 endif |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
60 elseif (nargin == 2) |
13976
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
61 ## Swap input arguments |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
62 [hlist, name] = deal (name, hlist); |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
63 if (! all (isfigure (hlist))) |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
64 error ("graphics_toolkit: invalid figure handle list HLIST"); |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
65 elseif (! ischar (name)) |
11576
8ac9687dbe9f
rename backend to graphics_toolkit
John W. Eaton <jwe@octave.org>
parents:
11523
diff
changeset
|
66 error ("graphics_toolkit: invalid graphics toolkit NAME"); |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
67 endif |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
68 endif |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
69 |
14021
e3bed294b117
refactor graphics_toolkit class (bug #31583)
John W. Eaton <jwe@octave.org>
parents:
13977
diff
changeset
|
70 if (! any (strcmp (loaded_graphics_toolkits (), name))) |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
71 feval (["__init_", name, "__"]); |
14021
e3bed294b117
refactor graphics_toolkit class (bug #31583)
John W. Eaton <jwe@octave.org>
parents:
13977
diff
changeset
|
72 if (! any (strcmp (loaded_graphics_toolkits (), name))) |
e3bed294b117
refactor graphics_toolkit class (bug #31583)
John W. Eaton <jwe@octave.org>
parents:
13977
diff
changeset
|
73 error ("graphics_toolkit: %s toolkit was not correctly loaded", name); |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
74 endif |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
75 endif |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
76 |
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
77 if (isempty (hlist)) |
11576
8ac9687dbe9f
rename backend to graphics_toolkit
John W. Eaton <jwe@octave.org>
parents:
11523
diff
changeset
|
78 set (0, "defaultfigure__graphics_toolkit__", name); |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
79 else |
13976
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
80 set (hlist, "__graphics_toolkit__", name); |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
81 endif |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
82 |
8060
09f32aac8fbc
Interface for backend switch/initialization
John W. Eaton <jwe@octave.org>
parents:
diff
changeset
|
83 endfunction |
13976
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
84 |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
85 |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
86 %!testif HAVE_FLTK |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
87 %! unwind_protect |
17107
dbd64c9a16da
Restore graphics toolkit after %!tests that alter it.
Rik <rik@octave.org>
parents:
16933
diff
changeset
|
88 %! hf = figure ("visible", "off"); |
13976
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
89 %! toolkit = graphics_toolkit (); |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
90 %! assert (get (0, "defaultfigure__graphics_toolkit__"), toolkit); |
17107
dbd64c9a16da
Restore graphics toolkit after %!tests that alter it.
Rik <rik@octave.org>
parents:
16933
diff
changeset
|
91 %! graphics_toolkit (hf, "fltk"); |
14724
395d238418a7
Allow graphics_toolkit (h) to return the value for specified figures.
Ben Abbott <bpabbott@mac.com>
parents:
14363
diff
changeset
|
92 %! assert (graphics_toolkit (hf), "fltk"); |
13976
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
93 %! unwind_protect_cleanup |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
94 %! close (hf); |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
95 %! end_unwind_protect |
fb5955171b0b
graphics_toolkit.m: Update function to return current toolkit when no arg given.
Rik <octave@nomad.inbox5.com>
parents:
12344
diff
changeset
|
96 |
14046
c3fab3891460
Trivial bug fixes for graphics_toolkit().
Ben Abbott <bpabbott@mac.com>
parents:
14021
diff
changeset
|
97 %!testif HAVE_FLTK |
14277
c39345616b7e
maint: Use Octave spacing conventions in %!test block for graphics_toolkit.m
Rik <octave@nomad.inbox5.com>
parents:
14138
diff
changeset
|
98 %! old_toolkit = graphics_toolkit (); |
16933
e39f00a32dc7
maint: Use parentheses around condition for switch(),while(),if() statements.
Rik <rik@octave.org>
parents:
16491
diff
changeset
|
99 %! switch (old_toolkit) |
14277
c39345616b7e
maint: Use Octave spacing conventions in %!test block for graphics_toolkit.m
Rik <octave@nomad.inbox5.com>
parents:
14138
diff
changeset
|
100 %! case {"gnuplot"} |
c39345616b7e
maint: Use Octave spacing conventions in %!test block for graphics_toolkit.m
Rik <octave@nomad.inbox5.com>
parents:
14138
diff
changeset
|
101 %! new_toolkit = "fltk"; |
c39345616b7e
maint: Use Octave spacing conventions in %!test block for graphics_toolkit.m
Rik <octave@nomad.inbox5.com>
parents:
14138
diff
changeset
|
102 %! otherwise |
c39345616b7e
maint: Use Octave spacing conventions in %!test block for graphics_toolkit.m
Rik <octave@nomad.inbox5.com>
parents:
14138
diff
changeset
|
103 %! new_toolkit = "gnuplot"; |
c39345616b7e
maint: Use Octave spacing conventions in %!test block for graphics_toolkit.m
Rik <octave@nomad.inbox5.com>
parents:
14138
diff
changeset
|
104 %! endswitch |
14363
f3d52523cde1
Use Octave coding conventions in all m-file %!test blocks
Rik <octave@nomad.inbox5.com>
parents:
14277
diff
changeset
|
105 %! assert (graphics_toolkit (new_toolkit), old_toolkit); |
f3d52523cde1
Use Octave coding conventions in all m-file %!test blocks
Rik <octave@nomad.inbox5.com>
parents:
14277
diff
changeset
|
106 %! assert (graphics_toolkit (old_toolkit), new_toolkit); |
14046
c3fab3891460
Trivial bug fixes for graphics_toolkit().
Ben Abbott <bpabbott@mac.com>
parents:
14021
diff
changeset
|
107 |