Changeset 2593 in lmdz_wrf for trunk/tools/drawing_tools.py


Ignore:
Timestamp:
Jun 4, 2019, 1:45:24 PM (5 years ago)
Author:
lfita
Message:

Adding plt.cla() and plt.clf() into `output_kind'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2591 r2593  
    164164#   to use them in a plot, according to the series of characteristics.
    165165# color_lines:
    166 # output_kind:
     166# output_kind: Function to generate the output of the figure
    167167# check_arguments:
    168168# Str_Bool:
     
    28382838            quit(-1)
    28392839
     2840        plt.clf()
     2841        plt.cla()
    28402842        plt.close()
    28412843
Note: See TracChangeset for help on using the changeset viewer.