Menu

Tree [15044e] master /
 History

HTTPS access


File Date Author Commit
 config 2022-10-05 Tatsuro Matsuoka Tatsuro Matsuoka [751f2f] Add USE_POLAR_GRID to Makefile for mingw
 demo 2022-10-04 Ethan A Merritt Ethan A Merritt [a62be9] add polargrid demo to all.dem
 docs 2022-10-04 Ethan A Merritt Ethan A Merritt [a62be9] add polargrid demo to all.dem
 faq 2022-07-22 Shigeharu Takeno Shigeharu Takeno [3039dd] faq-ja: Revise Makefile to use luatex for Japa...
 m4 2021-11-09 Pedro Andres Aranda Gutierrez Pedro Andres Aranda Gutierrez [63cc28] aquaterm: Add /Library/Frameworks to search paths
 man 2021-08-25 Jun Takimoto Jun Takimoto [584a44] fix manpage (XDG_DATA_HOME --> XDG_CONFIG_HOME)
 pm3d 2004-04-14 Petr Mikulik Petr Mikulik [dbc0ba] Updates.
 share 2020-04-10 Bastian Maerkisch Bastian Maerkisch [079926] Typos reported by the fossies.org codespell che...
 src 2022-10-05 Ethan A Merritt Ethan A Merritt [15044e] skip plot_polar_grid code if terminal does not ...
 term 2022-10-01 Bastian Maerkisch Bastian Maerkisch [bf57a1] block: Unicode and PUA code ranges for sextants...
 tutorial 2017-11-19 Eric S. Raymond Eric S. Raymond [01ae30] Remove all RCS/CVS cookies.
 win 2022-01-10 Tatsuro MATSUOKA Tatsuro MATSUOKA [07e8f1] Sync Japanese Windows README
 .editorconfig 2017-12-07 Bastian Maerkisch Bastian Maerkisch [150325] Add indentation rules for editors with EditorCo...
 .gitattributes 2017-12-03 Bastian Maerkisch Bastian Maerkisch [414895] Use merge driver for ChangeLogs
 .gitignore 2022-01-07 Bastian Maerkisch Bastian Maerkisch [6ce09c] Update git ignore patterns
 BUGS 2017-05-30 Ethan A Merritt Ethan A Merritt [24e9aa] minor cleanup during preparation for 5.2 release
 Copyright 2004-04-13 Hans-Bernhard Broeker Hans-Bernhard Broeker [71b96a] Update mailing list addresses, copyright years,...
 INSTALL 2020-04-10 Bastian Maerkisch Bastian Maerkisch [079926] Typos reported by the fossies.org codespell che...
 INSTALL.gnu 2006-10-01 Hans-Bernhard Broeker Hans-Bernhard Broeker [953c88] Update GNU "INSTALL" document from current auto...
 Makefile.am 2022-02-19 Ethan A Merritt Ethan A Merritt [f62375] remove deprecated tutorial directory as a top l...
 NEWS 2022-07-26 Ethan A Merritt Ethan A Merritt [97af35] docs: update and rearrange bullet point summary...
 PATCHLEVEL 2014-08-21 Ethan A Merritt Ethan A Merritt [969500] Bump version of development source tree (main C...
 PGPKEYS 1999-01-26 Lars Hecking Lars Hecking [f013f1] Add R.Fearicks PGP key.
 README 2020-04-10 Bastian Maerkisch Bastian Maerkisch [079926] Typos reported by the fossies.org codespell che...
 README.emacs 2014-03-06 Ethan A Merritt Ethan A Merritt [a1efe4] remove emacs gnuplot-mode lisp code (it is now ...
 RELEASE_NOTES 2021-04-09 Ethan A Merritt Ethan A Merritt [0ee82a] docs: typos, formatting
 TODO 2021-04-15 Ethan A Merritt Ethan A Merritt [104481] update TODO for 5.5
 compile 2015-04-02 Hans-Bernhard Broeker Hans-Bernhard Broeker [9c19ba] Some distclean checks: add compile script, fix ...
 configure.ac 2022-10-04 Ethan A Merritt Ethan A Merritt [c46765] typo in configure option for polar grid support
 configure.vms 2020-04-10 Bastian Maerkisch Bastian Maerkisch [079926] Typos reported by the fossies.org codespell che...
 depcomp 2014-12-16 Hans-Bernhard Broeker Hans-Bernhard Broeker [9320f7] Update auto-toolage to more recent versions.
 install-sh 2014-12-16 Hans-Bernhard Broeker Hans-Bernhard Broeker [9320f7] Update auto-toolage to more recent versions.
 missing 2017-11-11 Hans-Bernhard Broeker Hans-Bernhard Broeker [49fc63] git can handle permissions itself, so let it do...
 mkinstalldirs 2014-12-16 Hans-Bernhard Broeker Hans-Bernhard Broeker [9320f7] Update auto-toolage to more recent versions.
 prepare 2017-11-11 Hans-Bernhard Broeker Hans-Bernhard Broeker [49fc63] git can handle permissions itself, so let it do...
 stamp-h.in 1998-04-15 Lars Hecking Lars Hecking [ccc619] *** empty log message ***

Read Me

The Gnuplot Plotting Utility
============================

 Gnuplot is a command-line driven interactive function plotting utility
for linux, OSX, MSWin, VMS, and many other platforms.  The software is
copyrighted but freely distributed (i.e., you don't have to pay for it).
It was originally written to allow scientists and students to visualize
mathematical functions and data.  Gnuplot supports many different types
of terminals, plotters, and printers (including pseudo-devices like
LaTeX) and is easily extensible to include new devices.  

 The "GNU" in gnuplot is NOT related to the Free Software Foundation,
the naming is just a coincidence (and a long story; see the gnuplot FAQ
for details). Thus gnuplot is not covered by the GPL (GNU Public License)
copyleft, but rather by its own copyright statement, included in all source
code files. However, some of the associated drivers and support utilities
are dual-licensed.

 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.
For 2-d plots, there are also many plot styles including lines, points,
boxes, heat maps, stacked histograms, and contoured projections of 3D data.
Graphs may be labeled with arbitrary labels and arrows, axis labels, 
a title, date and time, and a key.  The interface includes command-line
editing and history on most platforms.

 The new gnuplot user should begin by reading the general information
available by typing `help` after running gnuplot. Then read about the
`plot` command (type `help plot`).  The manual for gnuplot (which is a
nicely formatted version of the on-line help information) is available
as a PDF document, created via LaTeX.  Look at the docs/Makefile
for other options for formatting the documentation.

 The gnuplot source code and executables may be copied and/or modified
freely as long as the copyright messages are left intact.

Copyright and Porting
=====================

 See the Copyright file for copyright conditions.

 See the ChangeLog and docs/old/History.old file for changes to gnuplot.

 Build instructions are in the INSTALL file.  Some additional
information needed to port gnuplot to new platforms not covered by
GNU autoconf can be found in the PORTING file. 

 The code for gnuplot was written with portability in mind, and has been
run on an amazing variety of operating systems and hardware over the years.
However, the current code has not been tested on all those older platforms
and some of the conditional code to support quirks of obsolete compilers
and OS features has been removed.  You can expect that gnuplot will compile
more or less out of the box on any system which has the GNU C compiler gcc
or other ANSI-compliant C compiler.  Some specific [optional] drivers are
written in C++ or lua.

Help and Bug Reports
====================

 Your primary place to go searching for help with gnuplot should
be the project's webpage.  At the time of this writing, that's

	http://gnuplot.sourceforge.net

 It has links to a lot of material, including the project's development
page, also at SourceForge:

	http://sourceforge.net/projects/gnuplot/

 Note that since gnuplot has nothing to do with the GNU project, please
don't ask them for help or information about gnuplot; also, please
don't ask us about GNU stuff.

 All bug reports should include the version of gnuplot you are using,
the operating system and version you are running it on, and the output
device (gnuplot's "terminal") that you are plotting to.  It helps a lot
to provide a simple script, possibly with data, that reproducibly 
demonstrates the problem you are reporting.
 
Usenet
======

 Additional help can be obtained from the USENET newsgroup

        comp.graphics.apps.gnuplot

Mailing Lists
=============

 The gnuplot mailing lists are currently operated through the general
development site on SourceForge.net.  Subscribe to mailing lists via
the web interface at
	
	http://sourceforge.net/mail/?group_id=2055

 The main lists you may be interested in are "gnuplot-info" and 
"gnuplot-bugs".  "gnuplot-info" is for general discussion and
questions about how to use the program.  But as noted above,
using the Usenet newsgroup for this kind of communication is 
almost certainly better both for you and for us.

 "gnuplot-bugs" is NOT an appropriate place to ask questions on how to
solve a gnuplot problem or even to report a bug that you haven't
investigated personally.  It is far more likely you'll get the help
you need for this kind of problem from comp.graphics.apps.gnuplot
or the gnuplot-info mailing list.

 Using "gnuplot-bugs" is also slightly disfavoured, because it makes it
hard for us to keep track what bugs are currently under investigation,
and hard for you to check if maybe the bug you've found has already
been reported by somebody else before.  We would thus like to ask to
you please use the "Bug Tracker" system that is part of gnuplot's
development web site at SourceForge.net instead of this mailing list.

 If you found a fix already, pleast post it in "diff -c" or "diff -u"
format done against the most current official version of gnuplot or
a snapshot of the current development source.  Major modifications should
include documentation and, if new features were added, a demo file.
Finally, it is much easier to integrate smaller stepwise modifications
rather than one gigantic diff file which represents months of changes.  

 There are separate tracking systems for Feature Requests and proposed
patches that implement new features, also hosted at SourceForge.  

 Discussions about plans for new features or other significant changes
should be announced and discussed on the developers' mailing list,
gnuplot-beta, which is also hosted by SourceForge.net.

----

                                        -Thomas Williams-
                                        -Alex Woo-
                                        -David Denholm-
                                        -Lars Hecking-
					-Ethan Merritt-