Sophie

Sophie

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

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>Openstep (next)</TITLE>
<META NAME="description" CONTENT="Openstep (next)">
<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="node414.html">
<LINK REL="previous" HREF="node412.html">
<LINK REL="up" HREF="node349.html">
<LINK REL="next" HREF="node414.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html7320"
  HREF="node414.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html7314"
  HREF="node349.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html7308"
  HREF="node412.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html7316"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html7318"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html7321"
  HREF="node414.html">Pbm</A>
<B> Up:</B> <A NAME="tex2html7315"
  HREF="node349.html">Complete list of terminals</A>
<B> Previous:</B> <A NAME="tex2html7309"
  HREF="node412.html">Next</A>
 &nbsp; <B>  <A NAME="tex2html7317"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html7319"
  HREF="node467.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION050148000000000000000"></A>
<A NAME="commands_set_terminal_openstep"></A><A NAME="set_terminal_openstep"></A><A NAME="set_term_openstep"></A><A NAME="terminal_openstep"></A><A NAME="term_openstep"></A><A NAME="openstep"></A><A NAME="9362"></A>
<A NAME="OpenStep"></A><A NAME="9364"></A>
<A NAME="Openstep"></A><A NAME="9366"></A>
<BR>
Openstep (next)
</H2>
Several options may be set in the openstep (next) driver.

<P>
Syntax:
<BR>
<PRE>
     set terminal openstep {&lt;mode&gt;} {&lt;type&gt; } {&lt;color&gt;} {&lt;dashed&gt;}
                {"&lt;fontname&gt;"} {&lt;fontsize&gt;} title {"&lt;newtitle&gt;"}
</PRE>
<BR>

<P>
where 4#4mode5#5 is  <B>default</B>, which sets all options to their defaults;
4#4type5#5 is either <B>new</B> or <B>old</B>, where <B>old</B> invokes the old single window;
4#4color5#5 is either <B>color</B> or <B>monochrome</B>;
4#4dashed5#5 is either <B>solid</B> or <B>dashed</B>;
<TT>"</TT>4#4fontname5#5<TT>"</TT> is the name of a valid PostScript font;
4#4fontsize5#5 is the size of the font in PostScript points; and
4#4title5#5 is the title for the GnuTerm window.
Defaults are  <B>new</B>, <B>monochrome</B>, <B>dashed</B>, <TT>"</TT>Helvetica<TT>"</TT>, 14pt.

<P>
Examples:
<BR>
<PRE>
     set term openstep default
     set term openstep 22
     set term openstep color "Times-Roman" 14
     set term openstep color "Helvetica" 12 title "MyPlot"
     set term openstep old
</PRE>
<BR>

<P>
Pointsizes may be changed with <B>set linestyle</B>.
<BR><HR>
<ADDRESS>

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