Skip to content

Commit

Permalink
test.py edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Mar 26, 2020
1 parent b73d7e8 commit e0bb221
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test.py
Expand Up @@ -13,4 +13,10 @@

width = 90
series = [7 * round(cos(i * ((pi * 4) / width)), 2) for i in range(width)]

print(plot(series))

series = [2.0]*width

print(plot(series))
print(plot(series, {'height':5}))

0 comments on commit e0bb221

Please sign in to comment.