🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

Thread View: comp.graphics.apps.gnuplot
1 messages
1 total messages Started by shunrong@cedar.h Tue, 27 Aug 1996 00:00
gnuplot3.6 ?
#4025
Author: shunrong@cedar.h
Date: Tue, 27 Aug 1996 00:00
316 lines
9764 bytes
This is a multi-part message in MIME format.

--------------764115D46BD0
Content-Type: text/plain; charset=gb2312
Content-Transfer-Encoding: 7bit

Could you please let me know where I can get the recent gnuplot3.6
(gnuplot_beta)? Thank you very much !

S-R Zhang (shunrong@cedar.hao.ucar.edu)

--------------764115D46BD0
Content-Type: text/html; charset=gb2312; name="man"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="man"
Content-Base: "http://www.rz.go.dlr.de:8081/cgi-bin/m
	an?gnuplot"

<BASE HREF="http://www.rz.go.dlr.de:8081/cgi-bin/man?gnuplot#toc7">

<!-- manual page source format generated by RosettaMan v2.5a5, -->
<!-- available via anonymous ftp from ftp.cs.berkeley.edu:/ucb/people/phelps/tcltk/rman.tar.Z -->
<HTML>
<HEAD>
<TITLE>man page(1) manual page</TITLE>
</HEAD>
<BODY>
<A HREF="#toc">Table of Contents</A><P>

<H2><A NAME="sect1" HREF="#toc1">NAME</A></H2>

gnuplot - an interactive plotting program
<P>

<H2><A NAME="sect2" HREF="#toc2"><B>SYNOPSIS</B></A></H2>

<B>gnuplot</B> [ X11 options ] [file ...]
<P>

<H2><A NAME="sect3" HREF="#toc3"><B>DESCRIPTION</B></A></H2>

<I>Gnuplot</I> is a command-driven interactive function plotting
program.
<P>
If files are given, <I>gnuplot</I> loads each file with the <I>load</I>
command, in the order specified. <I>Gnuplot</I> exits after the
last file is processed.
<P>
Here are some of its features:
<P>
Plots any number of functions, built up of C operators, C
library functions, and some things C doesn't have like **,
sgn(), etc. Also support for plotting data files, to
compare actual data to theoretical curves.
<P>
User-defined X and Y ranges (optional auto-ranging), smart
axes scaling, smart tic marks.
<P>
Labelling of X and Y axes.
<P>
User-defined constants and functions.
<P>
Support through a generalized graphics driver for AED 512,
AED 767, BBN BitGraph, Commodore Amiga, Roland DXY800A,
EEPIC, TeXDraw, EmTeX, Epson 60dpi printers, Epson LX-800,
Fig, HP2623, HP2648, HP75xx, HPGL, HP LaserJet II, Imagen,
Iris 4D, MS-DOS Kermit, Kyocera laser printer, LaTeX, NEC
CP6 pinwriter, PostScript, QMS QUIC, ReGis (VT125 and
VT2xx), SCO Xenix CGI, Selanar, Star color printer, Tandy
DMP-130 printer, Tek 401x, Tek 410x, Vectrix 384, VT like
Tektronix emulator, Unix PC (ATT 3b1 or ATT 7300), unixplot,
and X11. The PC version compiled by Microsoft C supports
IBM CGA, EGA, VGA, Hercules, ATT 6300, and Corona 325
graphics. The PC version compiled by Borland C++ supports
IBM CGA, EGA, MCGA, VGA, Hercules and ATT 6300 graphics.
Other devices can be added simply, but will require
recompiling.
<P>
Shell escapes and command line substitution.
<P>
Load and save capability.
<P>
Output redirection.
<P>
All computations performed in the complex domain. Just the
real part is plotted by default, but functions like imag()
and abs() and arg() are available to override this.
<P>

<H2><A NAME="sect4" HREF="#toc4"><B>X11</B> <B>OPTIONS</B></A></H2>

<I>Gnuplot</I> provides the <I>x11</I> terminal type for use with X
servers. This terminal type is set automatically at startup
if the <B>DISPLAY</B> environment variable is set, if the <B>TERM</B>
environment variable is set to <B>xterm</B>, or if the <B>-display</B>
command line option is used. For terminal type <I>x11</I>, <I>gnuplot</I>
accepts the standard X Toolkit options and resources such as
geometry, font, and background. See the <A HREF="/cgi-bin/man?X?1">X(1)</A> man page for a
description of the options. In addition to the X Toolkit
options:
<P>
<DL>
<DT><B>-mono</B> forces monochrome rendering on color displays.<DD>
<P>
</DD>
</DL>
<DL>
<DT><B>-gray</B> requests grayscale rendering on grayscale or color<DD>
displays. (Grayscale displays receive monochrome rendering
by default.)
<P>
</DD>
</DL>
<DL>
<DT><B>-clear</B> requests that the window be cleared momentarily<DD>
before a new plot is displayed.
<P>
</DD>
</DL>
<DL>
<DT><B>-tvtwm</B> requests that geometry specifications for position of<DD>
the window be made relative to the currently displayed
portion of the virtual root.
<P>
</DD>
</DL>
These options may also be controlled with resources in your
<B>.Xdefaults</B> file. For example: <B>gnuplot*gray:</B> <B>on</B> .
<P>
<I>Gnuplot</I> provides a command line option (<B>-pointsize</B> <I>v</I>) and a
resource (<B>gnuplot*pointsize:</B> <I>v</I>) to control the size of
points plotted with the "points" plotting style. The value <I>v</I>
is a real number (greater than 0 and less than or equal to
ten) used as a scaling factor for point sizes. For example,
<B>-pointsize</B> <B>2</B> uses points twice the default size, and
<B>-pointsize</B> <B>0.5</B> uses points half the normal size.
<P>
For monochrome displays, <I>gnuplot</I> does not honor foreground
or background colors. The default is black-on-white. <B>-rv</B> or
<B>gnuplot*reverseVideo:</B> <B>on</B> requests white-on-black.
<P>
For color displays <I>gnuplot</I> honors the following resources
(shown here with default values). The values may be color
names in the X11 rgb.txt file on your system, hexadecimal
RGB color specifications (see X11 documentation), or a color
name followed by a comma and an <I>intensity</I> value from 0 to 1.
For example, <B>blue,.5</B> means a half intensity blue.
<P>
<B>gnuplot*background:</B> <B>white</B><BR>

<B>gnuplot*textColor:</B> <B>black</B><BR>

<B>gnuplot*borderColor:</B> <B>black</B><BR>

<B>gnuplot*axisColor:</B> <B>black</B>
<B>gnuplot*line1Color:</B> <B>red</B><BR>

<B>gnuplot*line2Color:</B> <B>green</B><BR>

<B>gnuplot*line3Color:</B> <B>blue</B><BR>

<B>gnuplot*line4Color:</B> <B>magenta</B><BR>

<B>gnuplot*line5Color:</B> <B>cyan</B><BR>

<B>gnuplot*line6Color:</B> <B>sienna</B><BR>

<B>gnuplot*line7Color:</B> <B>orange</B><BR>

<B>gnuplot*line8Color:</B> <B>coral</B>
<P>
When <B>-gray</B> is selected, <I>gnuplot</I> honors the following
resources for grayscale or color displays (shown here with
default values). Note that the default background is black.
<P>
<B>gnuplot*background:</B> <B>black</B><BR>

<B>gnuplot*textGray:</B> <B>white</B><BR>

<B>gnuplot*borderGray:</B> <B>gray50</B><BR>

<B>gnuplot*axisGray:</B> <B>gray50</B><BR>

<B>gnuplot*line1Gray:</B> <B>gray100</B><BR>

<B>gnuplot*line2Gray:</B> <B>gray60</B><BR>

<B>gnuplot*line3Gray:</B> <B>gray80</B><BR>

<B>gnuplot*line4Gray:</B> <B>gray40</B><BR>

<B>gnuplot*line5Gray:</B> <B>gray90</B><BR>

<B>gnuplot*line6Gray:</B> <B>gray50</B><BR>

<B>gnuplot*line7Gray:</B> <B>gray70</B><BR>

<B>gnuplot*line8Gray:</B> <B>gray30</B>
<P>
<I>Gnuplot</I> honors the following resources for setting the width
in pixels of plot lines (shown here with default values.) 0
or 1 means a minimal width line of 1 pixel width. A value of
2 or 3 may improve the appearance of some plots.
<P>
<B>gnuplot*borderWidth:</B> <B>2</B><BR>

<B>gnuplot*axisWidth:</B> <B>0</B><BR>

<B>gnuplot*line1Width:</B> <B>0</B><BR>

<B>gnuplot*line2Width:</B> <B>0</B><BR>

<B>gnuplot*line3Width:</B> <B>0</B><BR>

<B>gnuplot*line4Width:</B> <B>0</B><BR>

<B>gnuplot*line5Width:</B> <B>0</B><BR>

<B>gnuplot*line6Width:</B> <B>0</B><BR>

<B>gnuplot*line7Width:</B> <B>0</B><BR>

<B>gnuplot*line8Width:</B> <B>0</B>
<P>
<I>Gnuplot</I> honors the following resources for setting the dash
style used for plotting lines. 0 means a solid line. A 2
digit number <I>jk</I> (<I>j</I> and <I>k</I> are >= 1 and <= 9) means a dashed
line with a repeated pattern of <I>j</I> pixels on followed by <I>k</I>
pixels off. For example, `16' is a "dotted" line with 1
pixel on followed by 6 pixels off. More elaborate on/off
patterns can be specified with a 4 digit value. For
example, `4441' is 4 on, 4 off, 4 on, 1 off. The default
values shown below are for monochrome displays or monochrome
rendering on color or grayscale displays. For color
displays, the defaults for all are 0 (solid line) except for
<B>axisDashes</B> which defaults to a `16' dotted line.
<P>
<B>gnuplot*borderDashes:</B> <B>0</B><BR>

<B>gnuplot*axisDashes:</B> <B>16</B><BR>

<B>gnuplot*line1Dashes:</B> <B>0</B><BR>

<B>gnuplot*line2Dashes:</B> <B>42</B><BR>

<B>gnuplot*line3Dashes:</B> <B>13</B><BR>

<B>gnuplot*line4Dashes:</B> <B>44</B><BR>

<B>gnuplot*line5Dashes:</B> <B>15</B><BR>

<B>gnuplot*line6Dashes:</B> <B>4441</B><BR>

<B>gnuplot*line7Dashes:</B> <B>42</B><BR>

<B>gnuplot*line8Dashes:</B> <B>13</B>
<P>
The size or aspect ratio of a plot may be changed by
resizing the <I>gnuplot</I> window.
<P>

<H2><A NAME="sect5" HREF="#toc5"><B>AUTHORS</B></A></H2>

Thomas Williams, Pixar Corporation,<BR>

(info-gnuplot@dartmouth.edu)<BR>

and Colin Kelley.
<P>
Additions for labelling by Russell Lang, Monash University,
Australia.<BR>

(rjl@monu1.cc.monash.edu.au)<BR>

Further additions by David Kotz, Dartmouth College, New
Hampshire, USA (formerly of Duke University, North Carolina,
USA).<BR>

(David.Kotz@Dartmouth.edu)
<P>

<H2><A NAME="sect6" HREF="#toc6"><B>BUGS</B></A></H2>

The atan() function does not work correctly for complex
arguments.<BR>

The bessel functions do not work for complex arguments.
See the <I>help</I> <I>bugs</I> command in gnuplot.
<P>

<H2><A NAME="sect7" HREF="#toc7"><B>SEE</B> <B>ALSO</B></A></H2>

See the printed manual or the on-line help for details on
specific commands.<BR>

<A HREF="/cgi-bin/man?X?1">X(1)</A>.
<P>

<HR><P>
<A NAME="toc"><B>Table of Contents</B></A><P>
<UL>
<LI><A NAME="toc1" HREF="#sect1">NAME</A></LI>
<LI><A NAME="toc2" HREF="#sect2">SYNOPSIS</A></LI>
<LI><A NAME="toc3" HREF="#sect3">DESCRIPTION</A></LI>
<LI><A NAME="toc4" HREF="#sect4">X11 OPTIONS</A></LI>
<LI><A NAME="toc5" HREF="#sect5">AUTHORS</A></LI>
<LI><A NAME="toc6" HREF="#sect6">BUGS</A></LI>
<LI><A NAME="toc7" HREF="#sect7">SEE ALSO</A></LI>
</UL>
</BODY></HTML>

--------------764115D46BD0--



Thread Navigation

This is a paginated view of messages in the thread with full content displayed inline.

Messages are displayed in chronological order, with the original post highlighted in green.

Use pagination controls to navigate through all messages in large threads.

Back to All Threads