Chapter 19. The Specialized Fortran 95 API for PLplot

Table of Contents
plcont: Contour plot for Fortran 95
plshade: Shaded plot for Fortran 95
plshades: Continuously shaded plot for Fortran 95
plvect: Vector plot for Fortran 95
plmesh: Plot surface mesh for Fortran 95
plot3d: Plot 3-d surface plot for Fortran 95
plparseopts: parse arguments for Fortran 95
plsesc: Set the escape character for text strings for Fortran 95

The purpose of this Chapter is to document the API for each Fortran 95 function in PLplot that differs substantially (usually in argument lists) from the common API that has already been documented in Chapter 17.

Normally, the common API is wrapped in such a way for Fortran 95 that there is and one-to-one correspondence between each Fortran 95 and C argument (see Chapter 8 for discussion). However, for certain routines documented in this chapter the Fortran 95 argument lists necessarily differ substantially from the C versions.

This chapter is incomplete and NEEDS DOCUMENTATION.

plcont: Contour plot for Fortran 95

This is an overloaded function with a variety of argument lists which NEED DOCUMENTATION.

When called from Fortran 95, this overloaded routine has the same effect as when invoked from C. See examples/f95/x??f.f90 for various ways to call plcont from Fortran 95.