- Timestamp:
- Oct 1, 2019, 5:02:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2714 r2716 14353 14353 pptii, pptjj = mape(ipti[0:Nint], iptj[0:Nint]) 14354 14354 for ij in range(Nint-1): 14355 if iv == 0 and ij == 0 :14355 if iv == 0 and ij == 0 and polylabv is not None: 14356 14356 plt.plot([pptii[ij],pptii[ij+1]],[pptjj[ij],pptjj[ij+1]], linev[2], \ 14357 14357 color=linev[0], linewidth=linev[1], label=polylabv[0]) … … 14379 14379 14380 14380 # Label location 14381 polylab = polylabv[0] 14382 if polylab is not None: 14381 if polylabv is not None: 14383 14382 polylabpos = polylabv[5].split(',') 14384 14383 if polylabpos[0] == 'c':
Note: See TracChangeset
for help on using the changeset viewer.