- Timestamp:
- Jun 29, 2017, 11:11:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r1579 r1587 1907 1907 elif u == 'ms-1': lu='$ms^{-1}$' 1908 1908 elif u == 'm s-1': lu='$ms^{-1}$' 1909 elif u == 'm s**-1': lu='$ms^{-1}$' 1909 1910 elif u == 'm/s2': lu='$ms^{-2}$' 1910 1911 elif u == 'ms-2': lu='$ms^{-2}$' … … 4508 4509 plt.rc('text', usetex=True) 4509 4510 4511 print fname + 'Lluis shapes x:', x.shape, 'y:', y.shape, 'varsv:', varsv.shape 4510 4512 plt.pcolormesh(x, y, varsv, cmap=plt.get_cmap(cbarv[0]), vmin=vsend[0], vmax=vsend[1]) 4511 4513 if cbarv[2] == 'horizontal':
Note: See TracChangeset
for help on using the changeset viewer.