Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions calibration/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def graph_3d_data(func, datas, coefficients, fit_name):
ax.set_xlabel('OD90') # X axis data label
ax.set_ylabel('OD135') # Y axis data label
ax.set_zlabel('OD Measured') # Z axis data label
ax.set_title('Vial: ' + str(i)) # Subplot title

plt.show()

Expand Down