Skip to content
Snippets Groups Projects
Commit 4a5af060 authored by Arnaud HEMMERLE's avatar Arnaud HEMMERLE
Browse files

Replace typo sprectogram.pdf with spectrogram.

parent 05f60216
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
- Change nb of characters to split in two lines in Title and Remarks. - Change nb of characters to split in two lines in Title and Remarks.
- Replace typo sprectogram.pdf with spectrogram.
## v3.1.2 ## v3.1.2
- Update LICENCE, CONTRIBUTORS, docs. - Update LICENCE, CONTRIBUTORS, docs.
......
...@@ -636,7 +636,7 @@ def save_xrf_scan( ...@@ -636,7 +636,7 @@ def save_xrf_scan(
plt.close() plt.close()
if fig_spectrogram is not None: if fig_spectrogram is not None:
plt.figure(fig_spectrogram) plt.figure(fig_spectrogram)
plt.savefig(save_name+'_sprectogram.pdf', bbox_inches='tight') plt.savefig(save_name+'_spectrogram.pdf', bbox_inches='tight')
plt.close() plt.close()
if fig_first_last is not None: if fig_first_last is not None:
plt.figure(fig_first_last) plt.figure(fig_first_last)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment