PenCommand

From Flooxs
Revision as of 20:51, 16 June 2020 by Law (talk | contribs)
Jump to navigation Jump to search

Pen

pen - define the characteristics of a pen to use with plotting

Synposis

pen

[ name=<c> ]
[ width=<n> ]
[ symb=<i>]
[ white | black | red | green | blue | aquamarine | brown | purple | cyan | turquoise | magenta | grey | yellow | pink | wheat | salmon ]      

Description

The pen statement allows the user to define a pen style to use with various plot commands.

name
This string allows the pen to be named.
width
Change the width of the line
symb

Change the symbols of the line. The predefined symbol indices are in this table : File:Symbols.jpg

colors
Choose a line color

Examples

pen name=Qfn blue width=2

This command will create a pen named Qfn that is double wide and blue.