Skip to content

Commit

Permalink
Merge bcb8ebd into 37208d1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinanewman committed Jul 9, 2019
2 parents 37208d1 + bcb8ebd commit 68992b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/star.py
Expand Up @@ -29,7 +29,7 @@
A.node_attr['fontcolor']='#FFFFFF'

# make a star in shades of red
for i in range(16):
for i in range(1, 16):
A.add_edge(0,i)
n=A.get_node(i)
n.attr['fillcolor']="#%2x0000"%(i*16)
Expand Down

0 comments on commit 68992b8

Please sign in to comment.