File: aaaread.me

package info (click to toggle)
pgplot5 5.2.2-19.8
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 7,192 kB
  • sloc: fortran: 39,795; ansic: 22,554; objc: 1,534; sh: 1,298; makefile: 269; pascal: 233; perl: 209; tcl: 190; awk: 51; csh: 25
file content (14 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pgplot/drivers

This directory contains source code for all the PGPLOT device
handlers.  Handlers written in Fortran have file name "XXdriv.f" and
handlers written in C have file name "XXdriv.c". Many of the device
handlers are specific for a single system and cannot be compiled on
all systems. Most of the device handlers are self-contained in a
single file, but a few require additional subroutines or header files.

For a complete list of drivers, see file drivers.list in the pgplot
directory.