Changeset 2595 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Jun 4, 2019, 3:48:41 PM (6 years ago)
Author:
lfita
Message:

Not working enlagement of `pointskindsauto' for matplolib 2.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2594 r2595  
    124124  (0.25, 0.25, 0., 1.), (0.25, 0., 0.25, 1.), (0., 0.25, 0.25, 1.)]
    125125pointkindsauto = ['.', 'x', '+', '*', '|', '_', '1', '2', '3', '4', 'o', '<', '>',   \
    126   'v', '^', 's', 'D', 'p' ,'h' ,'H', '8', 'd', 'P', 'X' ] + range(11)
     126  'v', '^', 's', 'D', 'p' ,'h' ,'H', '8', 'd', 'P', 'X' ]
     127
     128# NOT WORKING (matplotlib 3.x)
     129#pointkindsauto = pointkindsauto + range(11)
     130#amarks = gen.consecutive_list(20,'alpha')
     131#for imrk in range(len(amarks)): amarks[imrk] = '$' + amarks[imrk] + '$'
     132#pointkindsauto = pointkindsauto + amarks
    127133
    128134linekindsauto = ['-', '--', '-.', ':']
Note: See TracChangeset for help on using the changeset viewer.