update old pipeline
This commit is contained in:
+1
-1
@@ -419,7 +419,7 @@ def plot_maps(path, num,
|
||||
max_v = np.max(np.sqrt(map_vh_red**2 + map_vv_red**2))
|
||||
|
||||
Q = P.quiver(hh, vv, map_vh_red, map_vv_red, units='width')
|
||||
P.quiverkey(Q ,0.7,0.95, max_v, r'$'+str(max_v)[0:4]+'$ (code)', labelpos='E', coordinates='figure')
|
||||
P.quiverkey(Q, 0.7, 0.95, max_v, r'$'+str(max_v)[0:4]+'$ (code)', labelpos='E', coordinates='figure')
|
||||
|
||||
elif image == 'T':
|
||||
cbar.set_label(r'$T (code)$')
|
||||
|
||||
Reference in New Issue
Block a user