v10_zonal.plot(label = 'zonal and temporal average 10m V wind component'); plt.axhline(0,color ='r',label='zero line'); plt.legend(); plt.ylabel('Windspeed in m/s'); plt.xlabel('Latitude in degrees north'); plt.title('zonal 10m V wind component vs zero line');
You call the "v" component meridional wind (not zonal), see e.g. https://en.wikipedia.org/wiki/Zonal_and_meridional_flow
If you wanted to be very exact, you would write as title: Zonal and temporal average 10 merigional wind (V-component)