pdk.Plot.Constants ($Date: 2002/11/07 15:31:48 $) | index pdk/Plot/Constants.py |
Constants for the plotting package of pdk. Based on graphite, which was written by Joseph and Michelle Strout in 1999. FOG 03/2000
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/11/07 15:31:48 $' __revision__ = '$Revision: 1.1 $' __source__ = '$Source: /home/cvs/pdk/pdk/Plot/Constants.py,v $' |
Author | ||
$Author: gathmann $
|