Next: , Previous: , Up: Reference manual   [Contents][Index]


7.26 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 OBJECT PROGRAM &REST REST &KEY LINEWIDTH DIMENSION TUBES GLYPHS GLYPH-SCALE BACKGROUND FOREGROUND SHAPE RANGE &ALLOW-OTHER-KEYS

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

Function: GRAPHIC-FILE-NAME OBJECT PROGRAM &REST REST &KEY SYSTEM-P &ALLOW-OTHER-KEYS

Return a filename for the data of this plot.

Function: GRAPHIC-OUTPUT OBJECT PROGRAM &KEY &ALLOW-OTHER-KEYS

Writes the graphic commands for object as needed by the graphic program program.

Function: GRAPHIC-WRITE-DATA STREAM OBJECT PROGRAM &REST REST &KEY CELLS CELL->VALUES COMPONENT DEPTH TRANSFORMATION DIMENSION PART RANK SHAPE &ALLOW-OTHER-KEYS

Write the data file for program to stream.

Function: IMAGES-PATHNAME &OPTIONAL (NAME "")

Pathname of the directory for FEMLISP images.

Function: SEND-GRAPHIC-COMMANDS OBJECT PROGRAM &REST REST &KEY LEFT RIGHT TOP BOTTOM BORDER TICS TERMINAL OUTPUT MESSAGE DIMENSION BACKGROUND RESOLUTION WIDTH HEIGHT FORMAT FILENAME WINDOW &ALLOW-OTHER-KEYS

Routine for sending commands to the graphics server.