Prev: blopeps.html Up Next: pdf.html
The png terminal

Practical Guide:

plot("filename")....;   // plot something
eps::print("file.eps","-w 8cm -h 5cm");
    // print it to an eps file named file.eps
    // the second argument is the options to beps2eps

This is a terminal derived from blopeps: first a blopeps file is created, and then it is transformed to an eps file using the beps2eps tool of blop. The static print(var filename,var opts) function of the eps terminal can be used to print the current canvas to a file specified by the first argument. The second argument specifies the options to be given to beps2eps (see beps2eps --help for help)

Source files:
   eps.h
   eps.cc

Prev: blopeps.html Up Next: pdf.html