Figures: fixing Makefile and scripts

This commit is contained in:
Eric-Teunis de Boone 2023-06-12 11:14:53 +02:00
parent 81179d617b
commit 9e860792cb
4 changed files with 7 additions and 7 deletions

Binary file not shown.

View file

@ -101,7 +101,7 @@ def main(ref=(10,5), A=(40,10), B=(70,12) ):
as compared to a reference timer tr (sr), with annotations.
"""
t = np.linspace(0, 100, 1e3)
t = np.linspace(0, 100, int(1e3))
t_A, s_A = A
t_B, s_B = B