Changeset 682 in lmdz_wrf


Ignore:
Timestamp:
Jan 22, 2016, 6:31:02 PM (9 years ago)
Author:
lfita
Message:

Final version of markers as a global variable `pointkindsauto'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r681 r682  
    1818
    1919pointkindsauto = ['.', ',', 'x', '+', '*', '|', '_', 'o', '<', '>', 'v', '^',       \
    20   's', 'p', 'h' ,'D']
     20  's', 'D', 'p' ,'h' ,'H']
    2121
    2222####### Funtions
     
    55515551
    55525552    plt.title(graphtit)
    5553     print plt.legend.__doc__
    55545553    if linesn0 is not None:
    55555554        if Ntraj < 10:
Note: See TracChangeset for help on using the changeset viewer.