Skip to content

Commit b28567b

Browse files
author
AlvarBer
committed
Modified first image
1 parent 2deb15f commit b28567b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/images/final_aspect.png

-16.9 KB
Loading

persimmon/view/util/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def _width_gen(self):
171171
""" Infinity oscillating generator (between 2 and 4) """
172172
val = 0
173173
while True:
174-
yield 2 * np.sin(val) + 4
174+
yield np.sin(val) + 3
175175
val += pi / 20
176176

177177
# Warn methods

0 commit comments

Comments
 (0)