wxPLplot library documentation

5.5.3

Introduction

Welcome to the wxPLplot library homepage. wxPLplot is not a branch of PLplot (http://plplot.sourceforge.net) it's more or less a distribution of the PLplot library. All new code will sooner or later be merged in the PLplot library. Makefiles for Linux/MacOSX are provided which copy new code back into the PLplot directory, where you can configure/compile the (enhanced) PLplot library then. For Windows a Sconscript (www.scons.org) is provided which will eventually allow to compile a static/shared library for most Windows compilers. In the moment only the MinGW compiler using the Windows Command Line Interface is supported and only a static library will be build.

In Addition two new classes are provided (wxPLplotstream and wxPLplotwindow) which give the programmer access to the complete PLplot API and also a very basic Widget for use in your own program. Eventually there are plans to provide a more enhanced Widget with it's own API.

The PLplot wxWidgets driver doesn't only give you access to the PLplot library for your wxWidgets programs - it also enables one to use the PLplot library from within your C/C++/Java/.... console program. The wxWidgets driver opens a GUI for you then.

Screenshots

Example8.png

News

Download

wxPLplot Version 0.1 (2005 12 12): wxPLplot-0_1.zip

TODO

Installation on Windows platform

Though there are efforts to make PLplot compile in Cygwin and MSys we provide here a solution to compile (wx)Plplot in natural Windows CLI with MinGW with the help of Scons. The Sconscript provided awaits, that the WXWIN variable is set and that wxWidgets was compiled with certain features (monolithic, shared, debug/release) it's too much effort to provide a SConscript file which can handle all possible cases wxWidgets can be compiled. But it's not that hard, to adapt the Sconscipt file for your needs.

In the moment only the MinGW compiler is supported, but it is not much work to support other compilers, since scons is used (and this will eventually happen if time permits it). PLplot uses the freetype library for antialiased font and the gd library for png/gif/jpeg support. Both libraries are also supported in Windows.

Install Scons

In order to run the provided SConscript you have to have the latest scons package installed. You also need to install Python for that.

Get latest PLplot distribution from cvs

Install freetype library (optional)

Install gd library (optional)

Install wxWidgets library

Compile wxPLplot library

Installation on Linux platform

Run demo

License

Links

... for wxPLplot

Other plotting libraries

This homepage was made and the source code was documented with the help of doxygen (http://www.doxygen.org).


Generated on Mon Dec 19 17:02:38 2005 for wxPLplot library by  doxygen 1.4.5