File: replotcommand.htm

package info (click to toggle)
extrema 4.3.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 19,212 kB
  • ctags: 6,452
  • sloc: cpp: 86,428; sh: 8,229; makefile: 814
file content (47 lines) | stat: -rw-r--r-- 1,878 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<HTML>
<HEAD>
<TITLE>REPLOT command</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">

<P><font size="+3" color="green"><B>REPLOT command</B></font></P>

<TABLE border="1" cols="2" frame="box" rules="all" width="572">
<TR>
<TD width="15%" valign="top"><B>Syntax</B>:</TD>
<TD width="85%" valign="top"><CODE>
REPLOT { nw }<br />
REPLOT\ALLWINDOWS</CODE>
</TD></TR>
<TR>
<TD valign="top"><B>Qualifiers:</B></TD>
<TD valign="top"><CODE>
\AXES, \ALLWINDOWS, \TEXT</CODE>
</TD></TR>
<TR>
<TD valign="top"><B>Defaults:</B></TD>
<TD valign="top"><CODE>
\AXES, \TEXT, nw = </CODE> current window number
</TD></TR>
</TABLE>
<P>
 By default, information pertaining to curves produced by the
 <a href="../GraphCommand/graphcommand.htm"><CODE>GRAPH</CODE></a>
 command, as well as an automatically plotted curve from the
 <a href="../EllipseCommand/ellipsecommand.htm"><CODE>ELLIPSE</CODE></a>
 command, are saved in replot buffers.  When a set of axes is drawn and then
 data is overlayed on those axes, all of the data may not appear within the
 axis boundaries. You can use the <CODE>REPLOT</CODE>
 command to have all of the data appear on a single autoscaled graph. The
 window number, <CODE>nw</CODE>, defaults to the
 current window number.  When the <CODE>\-AXES</CODE>
 qualifier is used, the data will be replotted but the graph axes will not be drawn.</P>
<P>
 <a href="whatissaved.htm"><font size="+1" color="olive">What is saved</font></a><br />
 <a href="strings.htm"><font size="+1" color="olive">Strings</font></a><br />
 <a href="windows.htm"><font size="+1" color="olive">Windows</font></a><br />
 <a href="clearing.htm"><font size="+1" color="olive">Clearing the graphics</font></a><br />
 <a href="example1.htm"><font size="+1" color="olive">Example 1</font></a><br />
 <a href="example2.htm"><font size="+1" color="olive">Example 2</font></a></P>
</BODY>
</HTML>