LWN.net Logo

Gnuplot version 4.2 announced

From:  Ethan Merritt <sfeam-AT-users.sourceforge.net>
To:  lwn-AT-lwn.net
Subject:  [Development] Release Announcement - Gnuplot version 4.2
Date:  Mon, 5 Mar 2007 11:07:00 -0800

Jon:

I attach a release announcement for gnuplot version 4.2
Please consider this for mention on the LWN Development page.

The gnuplot development project on SourceForge lives at URL

   http://sourceforge.net/projects/gnuplot

A nice page of demos using the new gnuplot version lives at

   http://gnuplot.sourceforge.net/demo/

Of particular note in this release is support for screen
display via a new gnuplot terminal type "wxt", based on
the wxWidgets, Cairo, Pango libraries.  This gives superb
font rendering and plot anti-aliasing.  

Anyone interested in the future directions of gnuplot development
may want to have a look also at upcoming features showcased on
the demo site for the CVS development version

   http://gnuplot.sourceforge.net/demo_4.3/


-- 
Ethan A Merritt
(sfeam@users.sourceforge.net)

	    OFFICIAL RELEASE OF GNUPLOT VERSION 4.2
	    =======================================

We are delighted to announce the release of gnuplot version 4.2.
It has been almost 3 years since release of the previous version 4.0, but
we have put this time to good use.  Version 4.2 contains a ton of new
features, support for several new output devices, and improved performance
when plotting large data sets.  For a complete list of new features, see 
the NEWS file that comes with the program.

Major additions include

	* Text strings can be read and manipulated as normal data
	* New interactive terminal based on wxWidgets, pango and cairo
	* New 2D plot styles 'histogram' 'labels' 'image' 'rgbimage'
	* New 3D plot styles 'labels' 'vectors' 'image' 'rgbimage'
	* User control over color definitions and color use in plots
	* Improved font handling and text formatting
	* New syntax to handle string variables and string functions
	* Creation of animated gif sequences
	* Support for UTF-8 and other multi-byte font encodings
	* Japanese language documentation and internal help

Demo plots illustrating these and other features are online at

	http://gnuplot.sourceforge.net/demo_4.2/

You can download a source tarball for gnuplot version 4.2 from the 
gnuplot development site on SourceForge. Pre-built binaries for
selected platforms will appear presently.

	http://sourceforge.net/project/showfiles.php?group_id=2055


Installation
------------
Installation instructions are available in the source itself; the short
version for linux/unix-like systems is to unpack the tarball and then
build it:
		cd gnuplot-4.2.0 ; ./configure ; make
test it:
		make check
install it:
		make install


Known issues
------------
- Installation of the new wxt terminal under OSX and Solaris is problematic
- Plot styles image and rgbimage are marked EXPERIMENTAL; their implementation
  is incomplete and may change in future versions of gnuplot
- MSWindows support for mouse/keyboard events is incomplete


Support
-------
Please report all bugs and installation problems to the bug tracker
on SourceForge:

	http://sourceforge.net/tracker/?group_id=2055&atid=10...

There is also an active gnuplot discussion forum on usenet group

	comp.graphics.apps.gnuplot


Development
-----------
Gnuplot development is quite active. The development branch (4.3) on 
SourceForge contains preliminary implementations of many new features;
feedback and additional contributions of code are very welcome.



(Log in to post comments)

Gnuplot version 4.2 announced

Posted Mar 8, 2007 15:14 UTC (Thu) by nix (subscriber, #2304) [Link]

Oh, cool, I was just looking for something which could accept data sets on stdin and emit ASCII-art histograms, and it looks like with a suitable output device gnuplot can be shoehorned into the job. :)

Gnuplot version 4.2 announced

Posted Mar 8, 2007 22:02 UTC (Thu) by oak (subscriber, #2786) [Link]

Er, why not to use something like Graphit:
http://www.ibiblio.org/pub/Linux/science/visualization/pl...

(a 1KB download, <100 lines of code + comments :-))

Gnuplot version 4.2 announced

Posted Mar 8, 2007 22:54 UTC (Thu) by nix (subscriber, #2304) [Link]

Er, because I'd never heard of it?

I'll have a look at that soon, too. Thanks for the pointer!

Gnuplot version 4.2 announced

Posted Mar 13, 2007 22:33 UTC (Tue) by roelofs (subscriber, #2599) [Link]

Entered-date: January 16, 1196

Get medieval on your data!

Greg

Gnuplot version 4.2 announced

Posted Mar 15, 2007 8:27 UTC (Thu) by nix (subscriber, #2304) [Link]

Those medieval monks had considerably more ability than they've been given
credit for! (Of course as usual the ancient world did it better: the
Library of Alexandria's administrators invented BGP for better routing of
scrolls. ;) )

Copyright © 2007, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds