upd
This commit is contained in:
parent
cdc5d7a9b9
commit
c10fcc69a1
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.19'
|
__version__ = '0.1.20'
|
||||||
|
|
|
@ -129,9 +129,9 @@ def plot_filtered_modes(t, e, e_filtered, e_frequencies, e_time, n_modes, output
|
||||||
|
|
||||||
ax[i+1, 1].set_xlim(left=0.5 * e_time.mean(), right=0.5*e_time.mean() + 10/e_frequencies[i])
|
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.tight_layout()
|
||||||
plt.show()
|
|
||||||
if output:
|
if output:
|
||||||
plt.savefig(output)
|
plt.savefig(output)
|
||||||
|
plt.show()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -599,6 +599,6 @@ def plot_phases(e_time, e_filtered, e_frequencies, s_filtered, n_modes, callback
|
||||||
a.legend()
|
a.legend()
|
||||||
|
|
||||||
plt.tight_layout();
|
plt.tight_layout();
|
||||||
plt.show();
|
|
||||||
if output:
|
if output:
|
||||||
plt.savefig(output)
|
plt.savefig(output)
|
||||||
|
plt.show();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue