Changeset 2848 in lmdz_wrf
- Timestamp:
- Aug 12, 2020, 12:07:46 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2837 r2848 2729 2729 quit() 2730 2730 2731 # Trimming figures 2732 # FROM: https://stackoverflow.com/questions/3130072/matplotlib-savefig-image-trim 2733 plt.tight_layout() 2734 2731 2735 if close: 2732 2736 if kindf == 'null': … … 14608 14612 plt.annotate(polylabv[0], xy=(xlabp,ylabp), xycoords='data', \ 14609 14613 color=polylabv[1], fontsize=polylabv[2], rotation=polylabv[4], \ 14610 ha='center' )14614 ha='center', va='center') 14611 14615 else: 14612 14616 plt.annotate(polylabv[0], xy=(xlabp,ylabp), xycoords='data', \
Note: See TracChangeset
for help on using the changeset viewer.