tremoved old plot call - polygen - generative drawing of polygonal patterns
(HTM) git clone git://src.adamsgaard.dk/polygen
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 1aed2ac0d44b8bd11a7a7907c84bda8f31b19cdf
(DIR) parent 5dd9f00e86c7b9105d45210c542528df5fc6bc2c
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 14 Mar 2014 14:15:19 +0100
removed old plot call
Diffstat:
M heptagon.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/heptagon.py b/heptagon.py
t@@ -47,7 +47,6 @@ heptagon_smallest = polygen.regular_star_polygon(7, 0.3)
p.set_points(heptagon_smallest.points)
# Plot heptagon, do not draw lines to opposite points. Use custom colors.
-#p.plot_all_to_all(line_width=2, line_color='#268bd2',
p.plot_all_to_all(line_width=2, line_color='#657b83',
exceptions=[[0,1], [1,2], [2,3], [3,4], [4,5], [5,6], [6,0]])