annotate scripts/plot/__setup_plot__.m @ 6207:3c92b8d892dd

[project @ 2006-12-06 20:19:14 by dbateman]
author dbateman
date Wed, 06 Dec 2006 20:19:16 +0000
parents 2de853a110df
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5493
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
1 ## Copyright (C) 2005 John W. Eaton
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
2 ##
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
3 ## This file is part of Octave.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
4 ##
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
5 ## Octave is free software; you can redistribute it and/or modify it
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
6 ## under the terms of the GNU General Public License as published by
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
7 ## the Free Software Foundation; either version 2, or (at your option)
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
8 ## any later version.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
9 ##
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
10 ## Octave is distributed in the hope that it will be useful, but
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
11 ## WITHOUT ANY WARRANTY; without even the implied warranty of
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
13 ## General Public License for more details.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
14 ##
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
15 ## You should have received a copy of the GNU General Public License
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
16 ## along with Octave; see the file COPYING. If not, write to the Free
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
18 ## 02110-1301, USA.
b2e882e8b68b [project @ 2005-10-13 17:51:19 by jwe]
jwe
parents:
diff changeset
19
6004
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5493
diff changeset
20 function __setup_plot__ (plotcmd)
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5493
diff changeset
21
6172
2de853a110df [project @ 2006-11-15 22:53:47 by jwe]
jwe
parents: 6163
diff changeset
22 __init_plot_vars__ (! ishold ());
6029
e282b629db6f [project @ 2006-10-04 14:37:56 by jwe]
jwe
parents: 6004
diff changeset
23
6004
01556febbaaf [project @ 2006-09-26 21:16:52 by jwe]
jwe
parents: 5493
diff changeset
24 endfunction