Skip to content

Commit

Permalink
Update MeOw_PlotData.py
Browse files Browse the repository at this point in the history
  • Loading branch information
irbreeves authored Feb 12, 2021
1 parent 460d60c commit 9896fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MeOw_PlotData.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
plt.xlabel('Date-Time')
plt.ylabel('Elevation (m NAVD88)')
if Tides: plt.legend(['Tide', 'Bed'], markerscale=10, loc='upper right')
else: plt.legend(['Bed', 'Water'], markerscale=10, loc='upper right')
else: plt.legend(['Bed'], markerscale=10, loc='upper right')
plt.show()

# Plot Temperature and Battery
Expand All @@ -92,4 +92,4 @@
data_raw.plot('DateTime', 'Battery_V', c='forestgreen', ax=plt.gca())
plt.xlabel('Date-Time')
plt.ylabel('Battery Voltage')
plt.show()
plt.show()

0 comments on commit 9896fdb

Please sign in to comment.