Skip to content

Commit 682a2d6

Browse files
committed
Labelled y-axis
1 parent 9634b4b commit 682a2d6

File tree

1 file changed

+1
-0
lines changed
  • Code-Sleep-Python/Bird_migration

1 file changed

+1
-0
lines changed

Code-Sleep-Python/Bird_migration/code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@
5555
sanne_daily_speed.plot(label="Sanne")
5656
nico_daily_speed.plot(label="Nico")
5757
plt.legend(loc="upper left")
58+
plt.ylabel("2D mean speed (m/s)")
5859
plt.show()

0 commit comments

Comments
 (0)