Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ed05dc5f357c49fdded780f52b150dce > files > 126

ploticus-2.41-2mdv2010.0.i586.rpm

<html>
<head>
<!-- This file has been generated by unroff 1.0, 03/11/09 12:56:23. -->
<!-- Do not edit! -->
<STYLE TYPE="text/css">
<!--
        A:link{text-decoration:none}
        A:visited{text-decoration:none}
        A:active{text-decoration:none}
        OL,UL,P,BODY,TD,TR,TH,FORM { font-family: arial,helvetica,sans-serif;; font-size:small; color: #333333; }

        H1 { font-size: x-large; font-family: arial,helvetica,sans-serif; }
        H2 { font-size: large; font-family: arial,helvetica,sans-serif; }
        H3 { font-size: medium; font-family: arial,helvetica,sans-serif; }
        H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
-->
</STYLE>
<title>ploticus: proc trailer</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550><tr>
<td>
  <table cellpadding=2 width=550><tr>
  <td><br><h2>proc trailer</h2></td>
  <td align=right>
  <small>
  <a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
  Version 2.41 Mar2009
     </small><br><a href="../doc/scripthome.html">Scripts</a>
  <td></tr></table>
</td></tr>
<td>
<br>
<br>

<title>Manual page for proc_trailer(PL)</title>
</head>
<body>

<p>
<b>proc trailer</b> allows plotting data to be given 
at the end of a script file.<tt> </tt>
This may be useful in order to "get the data out of the way",
or when generating script files programatically.<tt> </tt>
<b>proc trailer</b> should be the last proc used in a control
file.  
It is referenced from a <b>proc getdata</b> using the
<b>#intrailer</b> control directive.<tt> </tt>
<p>
Notes: 1) there may be only one trailer per script file.<tt> </tt>
2) No flow of control directives may be embedded in trailer data.<tt> </tt>
Comments are ok.<tt> </tt>
<p>

<br><br><br>

<h2>Attribute</h2>
<br><br>
<b>data</b> 
<a href="attributetypes.html#text">
 multiline-text
</a>
<dl>
<dt> <dd>
Literal specification of the data.<tt> </tt>

<br><br><br>

</dl>
<h2>Example</h2>
<p>
<pre>
 #proc getdata
 #intrailer

<i>other #procs, etc.</i>

 #proc trailer
data:	
0.3 0.5 2.3
3.5 9.4 1.4
<i>..etc..</i>
<i>end of file</i>
</pre>
<p>
A gallery example of where this is used is
<a href="../gallery/km.htm">
 km
</a>

<br>
<br>
</td></tr>
<td align=right>
<a href="../doc/welcome.html">
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine &nbsp; <br>
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif"> 
</center>
</td></tr>
</table>
<br>
<center>
<table><tr><td>
Ploticus is hosted at http://ploticus.sourceforge.net</td><td> &nbsp; </td><td>
<a href="http://sourceforge.net/projects/ploticus"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=38453&type=12" 
width="120" height="30" border="0" 
alt="Get ploticus data display engine at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
</td></tr></table>


</center>
<p><hr>
Markup created by <em>unroff</em> 1.0,&#160;<tt> </tt>&#160;<tt> </tt>March 11, 2009.
</body>
</html>