Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Gnuplot


Related Topics

  
  Gnuplot - Wikipedia, the free encyclopedia
gnuplot is a versatile program which can generate two- and three dimensional plots of functions and data.
It is also possible to write gnuplot scripts which, when executed, generate a plot.
gnuplot is used as the plotting engine of GNU Octave.
en.wikipedia.org /wiki/Gnuplot   (249 words)

  
 Planet Mirror - gnuplot - GNU Plotting software - faq - free downloads   (Site not responding. Last check: 2007-10-21)
Gnuplot is freeware authored by a collection of volunteers, who cannot make any legal statement about the compliance or non-compliance of gnuplot or its uses.
Gnuplot 3.7 also allows the use of time/date data as variables, but the user has complete control over the input format of the data and the output format of the tic labels - the same 2-digit "%y" (interpreted as 1900+) and 4-digit "%Y" formats are both available.
Gnuplot has been and is a plotting program, no data processing or mathematical program suite.
public.planetmirror.com /pub/gnuplot/faq   (6205 words)

  
 5.2 Gnuplot
Gnuplot can plot any number of functions, built up of C operators, C library functions, and some things C doesn't have like **, sgn(), etc. Gnuplot also has support for plotting data files, to compare actual data to theoretical curves.
Gnuplot can clip data points and lines that are near the boundaries of a graph.
In contrast to the usual display in gnuplot, hidden line removal actually treats the given function or data grids as real surfaces that can't be seen through, so parts behind the surface will be hidden by it.
www.cas.mcmaster.ca /~gilbert/rse_intro/uguide/node25.html   (1139 words)

  
 Gnuplot 4.0 Tutorial
Gnuplot is a free, command-driven, interactive, function and data plotting program.
The supported operators in Gnuplot are the same as the corresponding operators in the C programming language, except that most operators accept integer, real, and complex arguments.
Gnuplot is used for plotting in a free and open Matlab-like programming environment called Octave.
www.duke.edu /~hpgavin/gnuplot.html   (1485 words)

  
 Bernhard Reiter: Gnuplot - Scientific Plotting
Gnuplot v4.0 was officiall released on April, the 16th 2004.
Gnuplot v3.7 was official released on 14th of January 1999.
For a long time there was no official gnuplot release and I recommended the use of one of the 3.6beta versions, which were quite stable.
www.usf.uni-osnabrueck.de /~breiter/tools/gnuplot/index.en.html   (941 words)

  
 Tutorial offerings from the College of Engineering   (Site not responding. Last check: 2007-10-21)
Gnuplot is an interactive graphing program, which is available for many different environments including Unix and DOS/Windows.
Commands for Gnuplot can be typed in at its prompt, or specified within a command file which you can specify as gnuplot's argument(s).
Gnuplot allows both data and function plots, and also allows many plots to be overlaid.
www.eng.hawaii.edu /Tutor/Gnuplot   (242 words)

  
 qplot for gnuplot
Gnuplot is a very full-featured graphing/plotting program, with the added attractions of being free and open-source.
One limitation of gnuplot from an economist's point of view is that it is not set up to handle quarterly time-series data with ease.
Gnuplot actually has a sophisticated and flexible mechanism for handling time on the x-axis, but it is based on the unix time "struct", which does not recognize the quarter-year as a primitive unit of time, so you have to go through some contortions to get the labels right.
ricardo.ecn.wfu.edu /~cottrell/qplot   (668 words)

  
 Gnuplot on Mac OSX
Gnuplot is a widely used scientific plotting program from the unix world that is free and open source.
This includes programs such as Gnuplot that, on traditional unix systems, produced graphical output with the X Window System, by installing a version of the X Window System on the Mac, such as the one that can be downloaded from Apple.
The first is the Gnuplot program and the second is a file that seems to be required for Gnuplot to draw to an X Window.
www.lee-phillips.org /info/Macintosh/gnuplot.html   (958 words)

  
 comp.graphics.apps.gnuplot FAQ (Frequent Answered Questions)   (Site not responding. Last check: 2007-10-21)
Gnuplot is not related to the GNU project or the FSF in any but the most peripheral sense.
There is a WWW hompepage for gnuplot at http://www.cs.dartmouth.edu/gnuplot_info.html, which includes the reference manual and a demo.
The binary gnuplot distribution from sunsite.unc.edu and its mirrors in Linux/apps/math/gplotbin.tgz is missing one executable that is necessary to access the x11 terminal.
www.faqs.org /faqs/graphics/gnuplot-faq   (6101 words)

  
 gnuplot
gnuplot may be executed in either batch or interactive modes, and the two may even be mixed together on many systems.
The functions in gnuplot are the same as the corresponding functions in the Unix math library, except that all functions accept integer, real, and complex arguments, unless otherwise noted.
The operators in gnuplot are the same as the corresponding operators in the C programming language, except that all operators accept integer, real, and complex arguments, unless otherwise noted.
www.tipjar.com /doc/gnuplot.html   (16686 words)

  
 Introduction to GnuPlot   (Site not responding. Last check: 2007-10-21)
Gnuplot is a command-line driven program for producing 2D and 3D plots.
Although it doesn't have as many features as some of the commerical mathematical software available, it isn't as complex to use as packages such as Mathematica or Matlab.
It is ideal for a users you only need a plot of a graph, and who don't want to learn a major tool.
www.cs.uni.edu /Help/gnuplot   (104 words)

  
 Gnuplot Basics   (Site not responding. Last check: 2007-10-21)
Gnuplot is an interactive command-driven plotting package capable of producing line graphs, parametric plots, contour plots and surface plots.
Gnuplot is available on all of the SCV supported machines (and ACS and most other BU machines as well).
Gnuplot is a very versatile package, but in order to use it you must learn its command-line syntax.
scv.bu.edu /SCV/HelpPages/gnuplot.html   (284 words)

  
 No Title
By default, GNUPLOT assumes the independent variable in polar plots is in units of radians.
GNUPLOT can clip data points and lines that are near the boundaries of a plot.
By default, GNUPLOT assumes that the independent variable for the plot command is x, and the independent variables for the splot command are x and y.
www.eece.ksu.edu /~hummels/docs/gnuplot/gnuplot.html   (14977 words)

  
 Working in the gnuplot Environment
gnuplot has a mechanism that allows you to recall previous commands and edit them.
Another nice feature of gnuplot's command line is that it will accept abbreviations of commands and keywords as long as they are not ambiguous.
gnuplot allows you to put those commands in a script file and load the file into gnuplot.
astroa.physics.metu.edu.tr /MANUALS/gnuplot_manual/3.5/node5.html   (1005 words)

  
 Gnuplot: An Interactive Plotting Program   (Site not responding. Last check: 2007-10-21)
`gnuplot` keywords or help topics are indicated by backquotes or `boldface` (where available).
Sample gnuplot scripts demonstrating many of these features are provided in the gnuplot distribution, and are referred to here by name.
If gnuplot was built with this option, and you activated it using `set fit errorvariables`, the error for each fitted parameter will be stored in a variable named like the parameter, but with "_err" appended.
www.gnuplot.info /docs/gnuplot.html   (12723 words)

  
 Gnuplot   (Site not responding. Last check: 2007-10-21)
Gnuplot is a free program that plots 2D and 3D data.
I edit the command file in one window, have a second # window running gnuplot where I simply keep loading in the new command file and it makes a new # eps file each time I load, and then a third window running ghostview to view the eps file.
The postscript commands used in gnuplot are described in
sparky.rice.edu /~hartigan/gnuplot.html   (250 words)

  
 GNUPLOT   (Site not responding. Last check: 2007-10-21)
Gnuplot is a command-line driven interactive function plotting utility for UNIX, MSDOS, and VMS platforms.
Gnuplot handles both curves (2 dimensions) and surfaces (3 dimensions).
Surfaces can be plotted as a mesh fitting the specified function, floating in the 3-d coordinate space, or as a contour plot on the x-y plane.
archives.math.utk.edu /software/multi-platform/gnuplot/msdos   (190 words)

  
 Challenge Technical Guide - Gnuplot Tutorial
If you do not have Gnuplot, you should get it from http://www.gnuplot.info for your machine.
Type "set" (no qutoes) at the gnuplot prompt to see all of the options you can turn on and off, and how to use them.
For a two-dimensional plot, Gnuplot assumes the first column to be "x-values", and the second column to be "y-values".
www.challenge.nm.org /ctg/graphics/tutorial.shtml   (485 words)

  
 Mac OS X And Gnuplot   (Site not responding. Last check: 2007-10-21)
Gnuplot is one program that will accomplish this task.
Since Gnuplot is readily available and works on most computers, everyone should be able to use it, at least as a starting point for plot visualization.
Alternatively, at least as of Gnuplot version 3.7.1d, one can use Gnuplot under OS X to produce plots in a native Macintosh window (via AquaTerm) without the need of X11.
gamma.magnet.fsu.edu /install/mac/gnuplot   (1323 words)

  
 GNUFOR - a GNUPLOT / FORTRAN90 interface   (Site not responding. Last check: 2007-10-21)
This is done by issuing a SYSTEM command that starts up GNUPLOT, and feeding it the appropriate commands and data.
In this way, for example, a program that was computing some quantity could, from time to time, display an updated plot of what it was doing.
To use this program, the command "gnuplot" must be in your path.
www.csit.fsu.edu /~burkardt/g_src/gnufor/gnufor.html   (333 words)

  
 [No title]   (Site not responding. Last check: 2007-10-21)
If you want to install GnuPlot on your PC, the software is available for free.
To install GnuPlot in Windows you first need to run the file you downloaded.
Gnuplot will then be installed on your hard drive.
www.cs.uni.edu /Help/gnuplot/windwnld   (279 words)

  
 Gnuplot.py   (Site not responding. Last check: 2007-10-21)
It allows you to use gnuplot from within Python to plot arrays of data from memory, data files, or mathematical functions.
Commands are communicated to gnuplot through a pipe and data either through the same pipe (as "inline" data), through FIFOs (named pipes), or through temporary files.
gnuplot information page, which has many more links.
gnuplot-py.sourceforge.net   (583 words)

  
 X Gnuplot Front End   (Site not responding. Last check: 2007-10-21)
Xgfe is a GUI front end to the Gnuplot plotting package.
Xgfe was originally developed and tested with Gnuplot version 3.5 for version 1.0, but version 1.2 was tested with Gnuplot 3.6 beta 340.
All communication with Gnuplot is contained within the gnuInterface class which contains no GUI code, so if you want to develop your own GUI feel free to pilfer my class file and have fun.
mumag.usal.es /doc/packages/xgfe/xgfe.html   (405 words)

  
 gnuplot tips (not so Frequently Asked Questions)   (Site not responding. Last check: 2007-10-21)
Plot Functions and the Least-Squares fitting to experimental data
What is the format which gnuplot can recognize ?
I want to put a figure in my TeX document.
t16web.lanl.gov /Kawano/gnuplot/index-e.html   (556 words)

  
 Starting gnuplot   (Site not responding. Last check: 2007-10-21)
gnuplot is available for a large number of computers using a variety of operating systems, including IBM-PCs and compatibles, many Unix workstations, Vax/VMS, Atari ST, and Amiga.
For the purposes of this document, it is assumed that you are using either a PC (running MS-DOS, MS-Windows 3.1, or OS/2 2.x) or a Unix workstation (running X Windows).
To start gnuplot under OS/2, open the folder where gnuplot is located, and double click on the gnuplot icon.
astroa.physics.metu.edu.tr /MANUALS/gnuplot_manual/3.5/node3.html   (274 words)

  
 Gnuplot - Math & Science   (Site not responding. Last check: 2007-10-21)
Gnuplot supports many different types of terminals: interactive screen terminals (with mouse and hotkey functionality), pen plotters (like hpgl), printers (including postscript and many color devices), and printings to output file as vectorial pseudo-devices like LaTeX, metafont, and svg.
The Mac OS X version is built with support for AquaTerm and X11 as well as the standard file formats.
Any questions, complaints or claims regarding the applications must be directed to the appropriate software vendor.
www.apple.com /downloads/macosx/math_science/gnuplot.html   (219 words)

  
 Gnuplot.py   (Site not responding. Last check: 2007-10-21)
Obviously, you must have the gnuplot program if Gnuplot.py is to be of any use to you.
That means that it installs itself as a subdirectory called `Gnuplot' under a directory of your python path (usually site-packages).
Gnuplot.py has been tested with version 3.7 of gnuplot, and I believe it should work with version 3.5 (though some features, like enhanced postscript mode and binary splot mode, will not work).
gnuplot-py.sourceforge.net /doc   (1124 words)

  
 REVITALISE - Gnuplot   (Site not responding. Last check: 2007-10-21)
As help files go, gnuplot's is very user-friendly.
To get started with the 3d capabilities, try typing "help splot" at the command line.
Gnuplot 4 has a new color-scale mode called pm3d.
www.shodor.org /~dhillman/basicGnu.html   (130 words)

  
 Demo scripts for gnuplot version 4.1   (Site not responding. Last check: 2007-10-21)
Gnuplot is distributed with a large set of demonstration scripts illustrating various features of the program.
Collected below are the results of running most of these demo scripts using the development version of gnuplot version 4.1.
Interactive demo scripts, for instance those demonstrating mouse function, are not included here.
gnuplot.sourceforge.net /demo_4.1   (78 words)

  
 comp.graphics.apps.gnuplot FAQ (Frequent Answered Questions)   (Site not responding. Last check: 2007-10-21)
This is the FAQ (Frequently Answered Questions) list of the comp.graphics.apps.gnuplot newsgroup, which discusses the gnuplot program for plotting 2D - and 3D - graphs.
Q7.1: Gnuplot is not plotting any points under X11!
Q7.4: Gnuplot is plotting nothing when run via gnuplot !
www.rz.uni-karlsruhe.de /~ig25/gnuplot-faq   (533 words)

  
 Tucows Downloads » Download gnuplot - 3.7.1d Freeware Software   (Site not responding. Last check: 2007-10-21)
Plots can be generated in a large number of formats including PostScript, GIF, PICT, QuickTime movies, ASCII text, Adobe Illustrator, CGM and many others.
Gnuplot is AppleScriptable and recordable and can use the drag-and-drop method.
For more detailed information, including on updates, please read the documentation or visit the home page.
www.tucows.com /preview/203840   (157 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.