Skip to content

Commit

Permalink
update graphite dem
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherain committed Sep 13, 2018
1 parent ccfc57c commit 5695185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified examples/graphite/graphite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions examples/graphite/graphite.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ def dot():


# pylint: disable=E0102
@rule(0.002)
@rule(0.02)
def dot():
with rotate(math.pi / 2):
line() # {r 90 h 0 } }


# pylint: disable=E0102
@rule(0.002)
@rule(0.02)
def dot():
with rotate(math.pi / 2):
with color(hue=0.01):
Expand Down

0 comments on commit 5695185

Please sign in to comment.