Skip to content

Commit 7e24be9

Browse files
committed
updated charts
1 parent c8b7564 commit 7e24be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/articles/block_index.py

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

212212

213213
#-------------------------------------------------------------------------------
214-
NUMBER = 2
214+
NUMBER = 50
215215

216216
def seconds_to_display(seconds: float) -> str:
217217
seconds /= NUMBER
@@ -284,7 +284,7 @@ def plot_performance(frame):
284284
# ax.set_yscale('log')
285285

286286
fig.set_size_inches(9, 3.5) # width, height
287-
fig.legend(post, names_display, loc='center right', fontsize=8)
287+
fig.legend(post, names_display, loc='center right', fontsize=6)
288288
# horizontal, vertical
289289
fig.text(.05, .96, f'BlockIndex Performance: {NUMBER} Iterations', fontsize=10)
290290
fig.text(.05, .90, get_versions(), fontsize=6)

0 commit comments

Comments
 (0)