Previous: setpci Up: ../plot79_s.html Next: setpfi
SUBROUTINE SETPES (STYLE) C$ (Set Polygon Edge Style) C$ Set the polygon edge style. The INTEGER argument is C$ C$ STYLE............1 - "Solid-line" (default). The polygon C$ edge is drawn with a solid line, using C$ the current line attributes (color, C$ intensity, pen, style, width) C$ 2 - "Interior". The polygon edge is not C$ drawn, but the polygon interior is C$ filled up to the edge according to the C$ current interior style selection. C$ Note that if the default plain C$ interior and 0 fill index are chosen C$ with this option, the polygon will be C$ invisible. C$ (04-FEB-82)