mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m.internship-documentation.git
synced 2025-05-15 04:19:13 +02:00
Figures: fixing Makefile and scripts
This commit is contained in:
parent
81179d617b
commit
9e860792cb
4 changed files with 7 additions and 7 deletions
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue