Skip to content

Commit 14abe96

Browse files
committed
Merge branch 'develop'
2 parents 6e893fe + a2de9b8 commit 14abe96

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

examples/001_simulation_with_eclouds/004_some_checks.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
tag = 'noecloud'
1414

15-
flag_check_damp_time = False
15+
flag_check_damp_time = False
1616
tau_damp_x = 50.
1717
tau_damp_y = 100.
1818

@@ -42,15 +42,15 @@
4242
ix_max = np.argmax(ob.mean_x)
4343
iy_max = np.argmax(ob.mean_y)
4444

45-
axx.plot(ob.mean_x[ix_max]*np.exp(-(turn_num-ix_max)/tau_damp_x),
45+
axx.plot(ob.mean_x[ix_max]*np.exp(-(turn_num-ix_max)/tau_damp_x),
4646
linewidth=2, color='red', linestyle='--',
4747
label=r'Damping time = %.0f turns'%tau_damp_x)
48-
axy.plot(ob.mean_y[iy_max]*np.exp(-(turn_num-iy_max)/tau_damp_y),
48+
axy.plot(ob.mean_y[iy_max]*np.exp(-(turn_num-iy_max)/tau_damp_y),
4949
linewidth=2, color='red', linestyle='--',
5050
label=r'Damping time = %.0f turns'%tau_damp_y)
5151

52-
axx.legend(prop={'size':14}).draggable()
53-
axy.legend(prop={'size':14}).draggable()
52+
axx.legend(prop={'size':14})
53+
axy.legend(prop={'size':14})
5454

5555
axx.set_ylabel('x [m]')
5656
axy.set_ylabel('y [m]')
1.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)