Sophie

Sophie

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

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>Skip</TITLE>
<META NAME="description" CONTENT="Skip">
<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="node121.html">
<LINK REL="previous" HREF="node119.html">
<LINK REL="up" HREF="node117.html">
<LINK REL="next" HREF="node121.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html2803"
  HREF="node121.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html2797"
  HREF="node117.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html2791"
  HREF="node119.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html2799"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html2801"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html2804"
  HREF="node121.html">Format</A>
<B> Up:</B> <A NAME="tex2html2798"
  HREF="node117.html">Binary general</A>
<B> Previous:</B> <A NAME="tex2html2792"
  HREF="node119.html">Record</A>
 &nbsp; <B>  <A NAME="tex2html2800"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html2802"
  HREF="node467.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H4><A NAME="SECTION040142230000000000000"></A>
<A NAME="binary_skip"></A><A NAME="binary_general_skip"></A>
<BR>
Skip
</H4>
This keyword allows you to skip sections of a binary file. For instance, if the
file contains a 1024 byte header before the start of the data region you would
probably want to use
<BR>
<PRE>
     plot '&lt;file_name&gt;' binary skip=1024 ...
</PRE>
<BR>
If there are multiple records in the file, you may specify a leading offset for
each. For example, to skip 512 bytes before the 1st record and 256 bytes before
the second and third records
<BR>
<PRE>
     plot '&lt;file_name&gt; binary record=356:356:356 skip=512:256:256 ...
</PRE>
<BR>
<BR><HR>
<ADDRESS>

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