PLplot 5.9.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PLplot 5.9.2 (Default branch)
# 1  
Old 01-27-2009
PLplot 5.9.2 (Default branch)

Image PLplot is a library of C functions that are useful for making scientific plots from programs written in a wide variety of languages. It can be used to create standard x-y plots, semi-log plots, log-log plots, contour plots, 3D plots, shade (gray-scale and color) plots, mesh plots, bar charts, and pie charts. Multiple graphs may be placed on a single page with multiple lines in each graph. Different line styles, widths, and colors are supported. A virtually infinite number of distinct area fill patterns may be used. A variety of output devices and file formats are supported. License: GNU Lesser General Public License (LGPL) Changes:
The autotools were replaced with a CMake build system. Windows is now completely supported. Several language bindings were added: Ada, D, Lua, and OCaml. Several drivers were added: wxWidgets, PDF, Cairo, and SVG. Numerous features were added, such as transparency and full unicode support. Many bugs were fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PLINIT(3plplot) 						    PLplot API							   PLINIT(3plplot)

NAME
plinit - Initialize PLplot SYNOPSIS
plinit() DESCRIPTION
Initializing the plotting package. The program prompts for the device keyword or number of the desired output device. Hitting a RETURN in response to the prompt is the same as selecting the first device. plinit(3plplot) will issue no prompt if either the device was specified previously (via command line flag, the plsetopt(3plplot) function, or the plsdev(3plplot) function), or if only one device is enabled when PLplot is installed. If subpages have been specified, the output device is divided into nx by ny subpages, each of which may be used inde- pendently. If plinit(3plplot) is called again during a program, the previously opened file will be closed. The subroutine pladv(3plplot) is used to advance from one subpage to the next. Redacted form: plinit() This function is used in all of the examples. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLINIT(3plplot)