Changeset 2717 in lmdz_wrf for trunk


Ignore:
Timestamp:
Oct 1, 2019, 6:31:22 AM (5 years ago)
Author:
lfita
Message:

Fixing None polygon label case in `drawpolygon_map'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2716 r2717  
    1441014410
    1441114411        if polylabv[3] == 'normal':       
    14412             plt.annotate(polylab, xy=(xlabp,ylabp), xycoords='data',                 \
     14412            plt.annotate(polylabv[0], xy=(xlabp,ylabp), xycoords='data',             \
    1441314413              color=polylabv[1], fontsize=polylabv[2], rotation=polylabv[4])
    1441414414        else:
    14415             plt.annotate(polylab, xy=(xlabp,ylabp), xycoords='data',                 \
     14415            plt.annotate(polylabv[0], xy=(xlabp,ylabp), xycoords='data',             \
    1441614416              color=polylabv[1], fontsize=polylabv[2], weight=polylabv[3],           \
    1441714417              rotation=polylabv[4])
Note: See TracChangeset for help on using the changeset viewer.