Next: , Previous: Package FL.STRATEGY, Up: Reference manual


6.29 Package FL.GRAPHIC

This package provides a low-level interface to external graphic software; at the moment both IBM's OpenDX and Gnuplot are supported.

— Variable: *DEFAULT-GRAPHIC-PROGRAM*

Default graphics program.

— Function: GRAPHIC-COMMANDS ASA PROGRAM &ALLOW-OTHER-KEYS

Returns commands for plotting to be sent to the graphics program.

— Function: GRAPHIC-FILE-NAME OBJECT PROGRAM &ALLOW-OTHER-KEYS

Return a filename for the data of this plot.

— Function: GRAPHIC-WRITE-DATA STREAM ASA PROGRAM &KEY DIMENSION &ALLOW-OTHER-KEYS

Write the data file for program to stream.

— Function: SEND-GRAPHIC-COMMANDS OBJECT PROGRAM &REST PARAS &KEY (OUTPUT "gnuplot.ps") (TERMINAL "x11") (TICS T) (BORDER T) BOTTOM TOP RIGHT LEFT &ALLOW-OTHER-KEYS

Routine for sending commands to the graphics server.