diff options
author | deepa-chaudhari | 2015-10-20 17:43:05 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-10-20 17:43:05 +0530 |
commit | 24380b7be6c7985dcff6dc1a65118db4d3442bdd (patch) | |
tree | f6716cfe7e92e032ea0b1eb0122275d8f3c00c01 /utilities | |
parent | 4a239fb5ce4710f9005466c2b8577b35273827ab (diff) | |
download | OsdagLive-24380b7be6c7985dcff6dc1a65118db4d3442bdd.tar.gz OsdagLive-24380b7be6c7985dcff6dc1a65118db4d3442bdd.tar.bz2 OsdagLive-24380b7be6c7985dcff6dc1a65118db4d3442bdd.zip |
2d drawing2D
Diffstat (limited to 'utilities')
-rw-r--r-- | utilities/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utilities/__init__.py b/utilities/__init__.py index 5498698..08f538d 100644 --- a/utilities/__init__.py +++ b/utilities/__init__.py @@ -18,7 +18,7 @@ def colorTheEdges(shp, display,color,width): Ex.Next() def setDefaultEdgeStyle(shp, display): - colorTheEdges(shp, display, Quantity_NOC_BLACK, 1.5) + colorTheEdges(shp, display, Quantity_NOC_BLACK, 2.2) #return shps |