upd
This commit is contained in:
parent
25b94a5540
commit
813d4d8f15
2 changed files with 4 additions and 3 deletions
|
@ -1 +1 @@
|
|||
__version__ = '0.1.15'
|
||||
__version__ = '0.1.16'
|
||||
|
|
|
@ -124,8 +124,9 @@ def plot_filtered_modes(t, e, e_filtered, e_frequencies, e_time, n_modes):
|
|||
ax[i+1, 0].set_xlabel('Temps (s)')
|
||||
ax[i+1, 0].set_ylabel('Amplitude')
|
||||
|
||||
ax[i+1, 1].plot(e_time, e, color='red')
|
||||
ax[i+1, 1].plot(e_time, e_filtered[i])
|
||||
ax[i+1, 1].plot(e_time, e)
|
||||
|
||||
ax[i+1, 1].set_xlim(left=0.5 * e_time.mean(), right=0.5*e_time.mean() + 10/e_frequencies[i])
|
||||
plt.tight_layout()
|
||||
plt.show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue