pdk.Plot ($Date: 2002/12/04 10:15:49 $)
index
pdk/Plot/__init__.py

Plotting services package iterface for pdk.

This package is based on graphite, which was originally written by Joseph and Michelle Strout in 1999.

A good reference for the algorithms used here is

Dorgers & Adams (1989): Mathematical Elements for Computer Graphics McGraw Hill, 611 pp..

Terminology:

  • "user coordinates" : the coordinates in the space spanned by the data axes

  • "frame coordinates" : the coordinates in a 3D-space with all axis limits

    ranging from 0 to 1

  • "view coordinates" : the coordinates of the 2D-space on the screen

  • "homogeneous coordinates" : 4D coordinates used for internal computations

FOG 11.2002

 
Package Contents
            
Auxilliary
Components
Constants
Graphs
Plots
Primitives
Styles
__init__
 
Data
             AUTO = 'AUTO'
AXES = [0, 1, 2]
BLB = 7
BLF = 3
BOTTOM = 'BOTTOM'
BRB = 4
BRF = 0
CENTER = 'CENTER'
DASHED = 'DASHED'
HORIZONTAL = 1
LEFT = 'LEFT'
LINEAR = 1
MAX = 1
MIN = 0
RIGHT = 'RIGHT'
SOLID = 'SOLID'
TLB = 6
TLF = 2
TOP = 'TOP'
TRB = 5
TRF = 1
UNSPECIFIED = -1
VERTICAL = 0
X = 0
Y = 1
Z = 2
__author__ = '$Author: gathmann $'
__date__ = '$Date: 2002/12/04 10:15:49 $'
__path__ = ['/usr/local/lib/python2.2/site-packages/pdk/Plot']
__revision__ = '$Revision: 1.2 $'
__source__ = '$Source: /home/cvs/pdk/pdk/Plot/__init__.py,v $'
aliceblue = instance of Color
antiquewhite = instance of Color
aqua = instance of Color
aquamarine = instance of Color
azure = instance of Color
beige = instance of Color
bisque = instance of Color
black = instance of Color
blanchedalmond = instance of Color
blue = instance of Color
blueviolet = instance of Color
brown = instance of Color
burlywood = instance of Color
cadetblue = instance of Color
chartreuse = instance of Color
chocolate = instance of Color
cm = 28.346456692913385
coral = instance of Color
cornflower = instance of Color
cornsilk = instance of Color
crimson = instance of Color
cyan = instance of Color
darkblue = instance of Color
darkcyan = instance of Color
darkgoldenrod = instance of Color
darkgray = instance of Color
darkgreen = instance of Color
darkkhaki = instance of Color
darkmagenta = instance of Color
darkolivegreen = instance of Color
darkorange = instance of Color
darkorchid = instance of Color
darkred = instance of Color
darksalmon = instance of Color
darkseagreen = instance of Color
darkslateblue = instance of Color
darkslategray = instance of Color
darkturquoise = instance of Color
darkviolet = instance of Color
deeppink = instance of Color
deepskyblue = instance of Color
dimgray = instance of Color
dodgerblue = instance of Color
figureArc = 2
figureCurve = 3
figureLine = 1
firebrick = instance of Color
floralwhite = instance of Color
forestgreen = instance of Color
fuchsia = instance of Color
gainsboro = instance of Color
ghostwhite = instance of Color
gold = instance of Color
goldenrod = instance of Color
gray = instance of Color
green = instance of Color
greenyellow = instance of Color
grey = instance of Color
honeydew = instance of Color
hotpink = instance of Color
inch = 72
indianred = instance of Color
indigo = instance of Color
ivory = instance of Color
keyBksp = '\x08'
keyClear = '\x1b'
keyDel = '\x7f'
keyDown = '\x1f'
keyEnd = '\x04'
keyHome = '\x01'
keyLeft = '\x1c'
keyPgDn = '\x0c'
keyPgUp = '\x0b'
keyRight = '\x1d'
keyTab = '\t'
keyUp = '\x1e'
khaki = instance of Color
lavender = instance of Color
lavenderblush = instance of Color
lawngreen = instance of Color
lemonchiffon = instance of Color
lightblue = instance of Color
lightcoral = instance of Color
lightcyan = instance of Color
lightgoldenrodyellow = instance of Color
lightgreen = instance of Color
lightgrey = instance of Color
lightpink = instance of Color
lightsalmon = instance of Color
lightseagreen = instance of Color
lightskyblue = instance of Color
lightslategray = instance of Color
lightsteelblue = instance of Color
lightyellow = instance of Color
lime = instance of Color
limegreen = instance of Color
linen = instance of Color
magenta = instance of Color
maroon = instance of Color
mediumaquamarine = instance of Color
mediumblue = instance of Color
mediumorchid = instance of Color
mediumpurple = instance of Color
mediumseagreen = instance of Color
mediumslateblue = instance of Color
mediumspringgreen = instance of Color
mediumturquoise = instance of Color
mediumvioletred = instance of Color
midnightblue = instance of Color
mintcream = instance of Color
mistyrose = instance of Color
moccasin = instance of Color
modControl = 2
modShift = 1
navajowhite = instance of Color
navy = instance of Color
oldlace = instance of Color
olive = instance of Color
olivedrab = instance of Color
orange = instance of Color
orangered = instance of Color
orchid = instance of Color
palegoldenrod = instance of Color
palegreen = instance of Color
paleturquoise = instance of Color
palevioletred = instance of Color
papayawhip = instance of Color
peachpuff = instance of Color
peru = instance of Color
pink = instance of Color
plum = instance of Color
powderblue = instance of Color
purple = instance of Color
red = instance of Color
rosybrown = instance of Color
royalblue = instance of Color
saddlebrown = instance of Color
salmon = instance of Color
sandybrown = instance of Color
seagreen = instance of Color
seashell = instance of Color
sienna = instance of Color
silver = instance of Color
skyblue = instance of Color
slateblue = instance of Color
slategray = instance of Color
snow = instance of Color
springgreen = instance of Color
steelblue = instance of Color
tan = instance of Color
teal = instance of Color
thistle = instance of Color
tomato = instance of Color
transparent = instance of Color
turquoise = instance of Color
violet = instance of Color
wheat = instance of Color
white = instance of Color
whitesmoke = instance of Color
yellow = instance of Color
yellowgreen = instance of Color
 
Author
            
$Author: gathmann $