Skip to content
Snippets Groups Projects
Commit 5dcaed8f authored by Martin Killenberg's avatar Martin Killenberg
Browse files

store analysis to file

parent a685eccc
No related branches found
No related tags found
No related merge requests found
.idea
*.csv
*graph.pdf
*analysis.pdf
__pycache__
......@@ -78,6 +78,9 @@ def plot_sweep(temperatures, humidities, basename, sweep_type):
ax2.set_ylabel('S21 magnitude [dB]', color='red')
fig.tight_layout() # otherwise the right y-label is slightly clipped
fig.savefig(basename+'_analysis.pdf')
plt.show()
......
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