Skip to content
Snippets Groups Projects
Commit f90a270f authored by Sergei Petrov's avatar Sergei Petrov
Browse files

added ASOD_S to SSD conv analysis

parent af2ca7b8
No related branches found
No related tags found
No related merge requests found
File added
......@@ -206,7 +206,7 @@ def compute_and_plot_ssd_loglog(sim_pair=[],
plt.xticks(Nmonth_averaging, fontsize=10)
plt.xlabel('Number of months in averaging', fontsize=12)
plt.ylabel('SSD for timespan', fontsize=12)
plt.ylabel(f'SSD for \"{var}\", {var_to_units[var]}', fontsize=12)
plt.title(f'SSD in log-log scale for "{var}", {var_to_units[var]}', fontsize=20)
plt.legend(loc='upper right')
plt.tight_layout()
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment