PenCommand: Difference between revisions

From Flooxs
Jump to navigation Jump to search
(Created page with "= Pen = pen - define the characteristics of a pen to use with plotting == Synposis == === pen === [ name=<c> ] [ width=<n> ] [ symb=<i>] [ white | black...")
 
No edit summary
Line 22: Line 22:
; symb
; symb
Change the symbols of the line.  The predefined symbol indices are in this table :
Change the symbols of the line.  The predefined symbol indices are in this table :
 
[[Image:Symbols.jpg]]
; colors
; colors
: Choose a line color
: Choose a line color

Revision as of 20:51, 16 June 2020

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.