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

feat: add grid to analysis plot

parent 659a4a30
No related branches found
Tags 00.16.02
No related merge requests found
......@@ -102,6 +102,11 @@ def plot_sweep(temperatures, humidities, basename, sweep_type, measurement_sets,
ax4.tick_params(bottom=True, top=True, direction='in')
ax5.tick_params(bottom=True, top=True, direction='inout')
ax1.grid(True, linestyle=":")
ax2.grid(True, linestyle=":")
ax4.grid(True, linestyle=":")
ax5.grid(True, linestyle=":")
if sweep_type == 'temperature':
fig.suptitle(basename + ': Temperature sweep at ' + str(humidities[0]) + ' % r.h.')
ax2.set_xlabel('temperature [deg C]')
......
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