Skip to content

Commit 55c7984

Browse files
committed
updated plotting
1 parent 1ad85c0 commit 55c7984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/articles/nonzero_1d.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __call__(self):
4848

4949

5050
#-------------------------------------------------------------------------------
51-
NUMBER = 100
51+
NUMBER = 200
5252

5353
def seconds_to_display(seconds: float) -> str:
5454
seconds /= NUMBER
@@ -114,7 +114,7 @@ def plot_performance(frame):
114114
fig.text(.05, .96, f'nonzero_1d() Performance: {NUMBER} Iterations', fontsize=10)
115115
fig.text(.05, .90, get_versions(), fontsize=6)
116116

117-
fp = '/tmp/first_true.png'
117+
fp = '/tmp/nonzero.png'
118118
plt.subplots_adjust(
119119
left=0.075,
120120
bottom=0.05,

0 commit comments

Comments
 (0)