- Timestamp:
- Oct 1, 2019, 6:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2716 r2717 14410 14410 14411 14411 if polylabv[3] == 'normal': 14412 plt.annotate(polylab , xy=(xlabp,ylabp), xycoords='data',\14412 plt.annotate(polylabv[0], xy=(xlabp,ylabp), xycoords='data', \ 14413 14413 color=polylabv[1], fontsize=polylabv[2], rotation=polylabv[4]) 14414 14414 else: 14415 plt.annotate(polylab , xy=(xlabp,ylabp), xycoords='data',\14415 plt.annotate(polylabv[0], xy=(xlabp,ylabp), xycoords='data', \ 14416 14416 color=polylabv[1], fontsize=polylabv[2], weight=polylabv[3], \ 14417 14417 rotation=polylabv[4])
Note: See TracChangeset
for help on using the changeset viewer.