Menu

Tree [095dd5] 6.0.1 /
 History

HTTPS access


File Date Author Commit
 config 2024-04-09 Ethan A Merritt Ethan A Merritt [b32a50] remove vestiges of the old latex tutorial
 demo 2024-04-08 Ethan A Merritt Ethan A Merritt [9909bf] "make distclean" should not remove Makefile.in
 docs 2024-05-22 Ethan A Merritt Ethan A Merritt [316537] Distribute webp_figures.gnu
 m4 2023-07-31 Ethan A Merritt Ethan A Merritt [658a78] configure: allow explicit --with-qt=qt5
 man 2023-07-25 Shigeharu TAKENO Shigeharu TAKENO [1aa9fb] docs: sync Japanese documentation to 6.0.rc1
 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 2024-05-18 Ethan A Merritt Ethan A Merritt [095dd5] Update release notes and version timestamp for ...
 term 2024-05-14 Ethan A Merritt Ethan A Merritt [71acd3] lua/tikz: fix quantization of colors in palette...
 win 2024-05-07 Tatsuro MATSUOKA Tatsuro MATSUOKA [0ccde2] Update README files for windows binary packaging
 .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 2023-06-18 Ethan A Merritt Ethan A Merritt [aeabfa] remove FAQ source from branch 6.0
 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 2023-10-18 Ethan A Merritt Ethan A Merritt [4d2cbe] update INSTALL
 INSTALL.gnu 2006-10-01 Hans-Bernhard Broeker Hans-Bernhard Broeker [953c88] Update GNU "INSTALL" document from current auto...
 Makefile.am 2023-07-08 Ethan A Merritt Ethan A Merritt [fdd3d7] update RELEASE_NOTES and top level README
 NEWS 2024-05-18 Ethan A Merritt Ethan A Merritt [095dd5] Update release notes and version timestamp for ...
 PATCHLEVEL 2024-01-04 Ethan A Merritt Ethan A Merritt [3679c0] bump PATCHLEVEL to 6.0.1
 PGPKEYS 1999-01-26 Lars Hecking Lars Hecking [f013f1] Add R.Fearicks PGP key.
 README 2023-07-08 Ethan A Merritt Ethan A Merritt [fdd3d7] update RELEASE_NOTES and top level README
 README.emacs 2014-03-06 Ethan A Merritt Ethan A Merritt [a1efe4] remove emacs gnuplot-mode lisp code (it is now ...
 RELEASE_NOTES 2024-05-18 Ethan A Merritt Ethan A Merritt [095dd5] Update release notes and version timestamp for ...
 ReleaseNotes.css 2023-03-10 Ethan A Merritt Ethan A Merritt [c3537b] First pass at Release Notes for 6.0-rc1
 compile 2022-11-03 Ethan A Merritt Ethan A Merritt [e219cb] update autoconf scripts using autoreconf (GNU A...
 configure.ac 2024-05-17 Ethan A Merritt Ethan A Merritt [bb7403] configure script should report failure to find ...
 configure.vms 2023-01-30 Ethan A Merritt Ethan A Merritt [194150] remove configure option --with-row-help
 depcomp 2022-11-03 Ethan A Merritt Ethan A Merritt [e219cb] update autoconf scripts using autoreconf (GNU A...
 install-sh 2022-11-03 Ethan A Merritt Ethan A Merritt [e219cb] update autoconf scripts using autoreconf (GNU A...
 missing 2023-01-06 Ethan A Merritt Ethan A Merritt [5e7ca8] docs: Remove nroff/groff/troff rnh document con...
 mkinstalldirs 2022-11-03 Ethan A Merritt Ethan A Merritt [e219cb] update autoconf scripts using autoreconf (GNU A...
 prepare 2023-06-10 Ethan A Merritt Ethan A Merritt [2490b2] remove outdated latex tutorial from branch 6.0
 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 output to many types
of terminals, printers, and file formats.  It 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. Some code modules 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.

 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 a C compiler compliant
with the c99 standard.  Some 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/

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

 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.
 
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 lists you may be interested in are "gnuplot-info" and "gnuplot-beta".
"gnuplot-info" is for general discussion and questions about how to use
the program.  "gnuplot-beta" is for discussion about possible new features,
plans for future work, release schedules, or other development issues.

----

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