Changeset 2748 in lmdz_wrf
- Timestamp:
- Nov 8, 2019, 3:47:39 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2747 r2748 14529 14529 if polylabv[3] == 'normal': 14530 14530 plt.annotate(polylabv[0], xy=(xlabp,ylabp), xycoords='data', \ 14531 color=polylabv[1], fontsize=polylabv[2], rotation=polylabv[4]) 14531 color=polylabv[1], fontsize=polylabv[2], rotation=polylabv[4], \ 14532 ha='center') 14532 14533 else: 14533 14534 plt.annotate(polylabv[0], xy=(xlabp,ylabp), xycoords='data', \ 14534 14535 color=polylabv[1], fontsize=polylabv[2], weight=polylabv[3], \ 14535 rotation=polylabv[4] )14536 rotation=polylabv[4], ha='center') 14536 14537 14537 14538 return
Note: See TracChangeset
for help on using the changeset viewer.