Commit 2c47ce01 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Investigates pulses

Showing with 2 additions and 2 deletions
+2 -2
......@@ -279,8 +279,8 @@ class OhmPiHardware:
ax[0].set_ylabel('Iab [mA]')
ax[1].plot(self.readings[:, 0], self.readings[:, 2] * self.readings[:, 4], '-b', marker='.', label='vmn')
ax[1].set_ylabel('Vmn [mV]')
ax[1].plot(self.readings[:, 0], self.readings[:, 1], '-g', marker='.', label='pulse')
ax[1].set_ylabel('Vmn [mV]')
ax[2].plot(self.readings[:, 0], self.readings[:, 1], '-g', marker='.', label='pulse')
ax[2].set_ylabel('Vmn [mV]')
fig.legend()
plt.show()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment