We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a7dd4 commit 07c0cefCopy full SHA for 07c0cef
pySDC/projects/AsympConv/conv_test_toinf.py
@@ -78,7 +78,7 @@ def compute_and_plot_specrad(Nnodes, lam):
78
fname = 'data/smoother_specrad_toinf_M' + str(Nnodes) + '_LU_imag.png'
79
else:
80
fname = 'data/smoother_specrad_toinf_M' + str(Nnodes) + '_LU_real.png'
81
- plt.savefig(fname, transparent=True, bbox_inches='tight')
+ plt.savefig(fname, transparent=True, bbox_inches='tight')
82
83
84
if __name__ == "__main__":
0 commit comments