Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 2448e48

Browse files
committed
updated charts
1 parent 805d5d6 commit 2448e48

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

doc/articles/get-all-any.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def plot_performance(frame, suffix: str = ""):
239239
bottom=0.05,
240240
right=0.8,
241241
top=0.80,
242-
wspace=0.6, # width
242+
wspace=0.8, # width
243243
hspace=0.2,
244244
)
245245
# plt.rcParams.update({'font.size': 22})

doc/articles/npy-opt.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,6 @@ def get_versions() -> str:
289289
# -------------------------------------------------------------------------------
290290
NUMBER = 2
291291

292-
from itertools import product
293-
294292

295293
def seconds_to_display(seconds: float) -> str:
296294
seconds /= NUMBER

0 commit comments

Comments
 (0)