Sophie

Sophie

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

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>Gnugraph(GNU plotutils)</TITLE>
<META NAME="description" CONTENT="Gnugraph(GNU plotutils)">
<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="node389.html">
<LINK REL="previous" HREF="node386.html">
<LINK REL="up" HREF="node349.html">
<LINK REL="next" HREF="node389.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html6972"
  HREF="node389.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html6966"
  HREF="node349.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html6960"
  HREF="node387.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html6968"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html6970"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html6973"
  HREF="node389.html">Gpic</A>
<B> Up:</B> <A NAME="tex2html6967"
  HREF="node349.html">Complete list of terminals</A>
<B> Previous:</B> <A NAME="tex2html6961"
  HREF="node387.html">Examples</A>
 &nbsp; <B>  <A NAME="tex2html6969"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html6971"
  HREF="node467.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION050125000000000000000"></A>
<A NAME="commands_set_terminal_gnugraph"></A><A NAME="set_terminal_gnugraph"></A><A NAME="set_term_gnugraph"></A><A NAME="terminal_gnugraph"></A><A NAME="term_gnugraph"></A><A NAME="gnugraph"></A><A NAME="8763"></A>
<BR>
Gnugraph(GNU plotutils)
</H2>
The <B>gnugraph</B> driver produces device-independent output in the GNU plot
graphics language.  The default size of the PostScript results generated by
<TT>"</TT>plot2ps<TT>"</TT> is 5 x 3 inches; this can be increased up to about 8.25 x 8.25 by
<B>set size</B>.

<P>
Syntax:
<BR>
<PRE>
     set terminal gnugraph {"&lt;fontname&gt;"} {&lt;fontsize&gt;}
                           {type &lt;pt&gt;} {size "&lt;size&gt;"}
</PRE>
<BR>

<P>
which defaults to 10-point <TT>"</TT>Courier<TT>"</TT>.

<P>
For <B>type</B>, the following options are accepted: <B>X</B>, <B>pnm</B>, <B>gif</B>, <B>ai</B>,
<B>ps</B>, <B>cgm</B>, <B>fig</B>, <B>pcl5</B>, <B>hpgl</B>, <B>tek</B>, and <B>meta</B> (default). The
<B>size</B> option (default is a4) is passed straight through to plotutils, it's
the user's responsibility to provide correct values. Details can be found
in the plotutils documentation.

<P>
Examples:
<BR>
<PRE>
     set terminal gnugraph type hpgl size "a4"
     set terminal gnugraph size "a4,xoffset=-5mm,yoffset=2.0cm" type pnm
</PRE>
<BR>

<P>
There is a non-GNU version of the <B>gnugraph</B> driver which cannot be compiled
unless this version is left out.
<BR><HR>
<ADDRESS>

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