All development on the "plplot" library has moved to sourceforge. The older development hosted at 'dino.ph.utexas.edu' has been moved over, and that host is no longer valid. Therefore all 'plplot' information is centered at:
What: plplot Where: http://plplot.sourceforge.net/The remaining items are applications which use plplot (and there are many, many applications in that category, including 'R').People should feel free to add info about other applications that make use of plplot - the idea is to help people learn how they can leverage tools to greater productivity.Description: Plplot is a LGPLed graphing and plotting package, containing much improved C++ and Tk (and incr Tk) integration compared to the old releases. It also includes a stand alone Tcl matrix object. Binary versions for MacOS 8.1 and Windows NT are also available. Currently at version 5.6.1 Updated: 2006-05-29 Contact: see plplot mailing lists on sourceforge for contact info (Dr. Maurice LeBrun)
What: TiM Where: http://www-obs.univ-lyon1.fr/%7Ethiebaut/TiM/TiM.htmlftp://ftp-obs.univ-lyon1.fr/pub/thiebaut/TiM/tim4.0.tar.gz
Description: TiM is a Tcl extension designed to process 2 dimensional arrays of binary data (referred to as a matrix). Think of it is a MatLab-like Tcl extension. Provies arithmetic operations on matrices, transformations, various data types, ability to read and write binary data in little or big endian byte order, ability to write image file formats with or without automatic compression, plot drawing (with PLplot), and various other image manipulation procedures. Updated: 02/1997 Contact: mailto:thiebaut@obs.univ-lyon1.fr
(Eric THIEBAUT)
Plplot is on sourceforge: http://sourceforge.net/project/showfiles.php?group_id=2915






AM (15 august 2008) Currently, I am one of the developers/maintainers of PLplot. While most of my work has been focused on the Fortran bindings and the Windows platform (native Windows, Cygwin and MinGW), now the time has come to pick up the Tcl and Tk bindings, as they have been receiving little attention these past couple of years.AM (22 november 2013) I am currently working on an update of the Tcl/Tk bindings. My ultimate goal is to make a PLplot widget so that a PLplot graph can be easily added to a Tcl/Tk GUI. Right now the bindings can be used on Linux and Windows (plain Windows, MinGW and Cygwin), not sure about the status on OSX, for the simple reason that I have no access to that platform. They work best with Tcl - with Tk there is some interference with the windowing started by wish.