Installing and Using the PLplot Library

The installation procedure is by necessity system specific; installation notes for each system are provided in Chapter 23. The procedure requires that all of the routines be compiled and they are then usually placed in a linkable library.

After the library has been created, you can write your main program to make the desired PLplot calls. Example programs in C, C++, and Fortran are included as a guide. Plots generated from the example programs are shown here.

You will then need to compile your program and link it with the PLplot library(s). See Chapter 23 for more details).

You can also use Tcl/Tk scripts or Python scripts to generate plots using the PLplot libraries. Examples of these possibilities are also included as a guide.