Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 591c941c2fdf0a32dc57bb5f10791cde > files > 386

gnuplot-doc-4.4.0-5.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2008 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Table</TITLE>
<META NAME="description" CONTENT="Table">
<META NAME="keywords" CONTENT="gnuplot">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="gnuplot.css">

<LINK REL="next" HREF="node272.html">
<LINK REL="previous" HREF="node270.html">
<LINK REL="up" HREF="node175.html">
<LINK REL="next" HREF="node272.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html5101"
  HREF="node272.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html5095"
  HREF="node175.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html5089"
  HREF="node270.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html5097"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html5099"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html5102"
  HREF="node272.html">Terminal</A>
<B> Up:</B> <A NAME="tex2html5096"
  HREF="node175.html">Set-show</A>
<B> Previous:</B> <A NAME="tex2html5090"
  HREF="node270.html">Surface</A>
 &nbsp; <B>  <A NAME="tex2html5098"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html5100"
  HREF="node467.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION0402463000000000000000"></A>
<A NAME="commands_set_table"></A><A NAME="set_table"></A><A NAME="table"></A><A NAME="6451"></A>
<BR>
Table
</H2>
When <B>table</B> mode is enabled, <B>plot</B> and <B>splot</B> commands print out a
multicolumn ASCII table of X Y {Z} R values rather than creating an actual
plot on the current terminal.  The character R takes on one of three values:
<TT>"</TT>i<TT>"</TT> if the point is in the active range, <TT>"</TT>o<TT>"</TT> if it is out-of-range, or <TT>"</TT>u<TT>"</TT>
if it is undefined.  The data format is determined by the format of the axis
labels (see <B>set format (p.&nbsp;<A HREF="node206.html#set_format"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>)<A NAME="6462"></A></B>), and the columns are separated by single spaces.
This can be useful if you want to generate contours and then save them for
further use, perhaps for plotting with <B>plot</B>;  see <B>set contour (p.&nbsp;<A HREF="node191.html#set_contour"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>)<A NAME="6465"></A></B> for example.
The same method can be used to save interpolated data
(see <B>set samples (p.&nbsp;<A HREF="node259.html#set_samples"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>)<A NAME="6467"></A></B> and <B>set dgrid3d (p.&nbsp;<A HREF="node201.html#set_dgrid3d"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>)<A NAME="6469"></A></B>).

<P>
Syntax:
<BR>
<PRE>
     set table {"outfile"}
     plot &lt;whatever&gt;
     unset table
</PRE>
<BR>

<P>
Tabular output is written to the named file, if any, otherwise it is written
to the current value of <B>set output</B>.  You must explicitly <B>unset table</B>
in order to go back to normal plotting on the current terminal.
<HR>
<!--Navigation Panel-->
<A NAME="tex2html5101"
  HREF="node272.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html5095"
  HREF="node175.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html5089"
  HREF="node270.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html5097"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html5099"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html5102"
  HREF="node272.html">Terminal</A>
<B> Up:</B> <A NAME="tex2html5096"
  HREF="node175.html">Set-show</A>
<B> Previous:</B> <A NAME="tex2html5090"
  HREF="node270.html">Surface</A>
 &nbsp; <B>  <A NAME="tex2html5098"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html5100"
  HREF="node467.html">Index</A></B> 
<!--End of Navigation Panel-->
<ADDRESS>

2010-08-17
</ADDRESS>
</BODY>
</HTML>