File: aaaread.me

package info (click to toggle)
pgplot5 5.2-8
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 6,268 kB
  • ctags: 5,900
  • sloc: fortran: 37,938; ansic: 18,809; sh: 1,136; objc: 532; perl: 443; makefile: 271; pascal: 233; tcl: 178; awk: 51; csh: 25
file content (19 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This directory (pgplot/pgmf) contains information about PGPLOT
metafiles.  PGPLOT metafiles can be created using the driver pgdriv.f
(device type /PGMF). For more information, see

http://astro.caltech.edu/~tjp/pgplot/pgdriv.html

The program in this directory (pgrdmf.f) is an example of a program to
read a PGPLOT metafile and display it on another device. It is written
in standard Fortran-77, and should be compiled and linked with the PGPLOT
library like any other PGPLOT application program.

This is an experimental program in version 5.2.0 of PGPLOT. Depending
on feedback from users, the design of the program and the format of
PGPLOT metafiles may change in future versions of PGPLOT. I hope to
fix the format and provide standard reading routines in version 5.3 of
PGPLOT.

Tim Pearson