upd
This commit is contained in:
parent
c6535f2689
commit
25b94a5540
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
__version__ = '0.1.14'
|
||||
__version__ = '0.1.15'
|
||||
|
|
|
@ -120,12 +120,12 @@ def plot_filtered_modes(t, e, e_filtered, e_frequencies, e_time, n_modes):
|
|||
|
||||
for i in range(n_modes):
|
||||
ax[i+1, 0].plot(e_time, e_filtered[i])
|
||||
ax[i+1, 0].plot(e_time, e)
|
||||
ax[i+1, 0].set_title(f'Mode #{i+1} filtré ({e_frequencies[i]:.2f} Hz)')
|
||||
ax[i+1, 0].set_xlabel('Temps (s)')
|
||||
ax[i+1, 0].set_ylabel('Amplitude')
|
||||
|
||||
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