Lines Matching full:generate
3 # btt_plot.py: Generate matplotlib plots for BTT generate data files
23 btt_plot.py: Generate matplotlib plots for BTT generated data files
42 [ -A | --generate-all ] Default: False
49 The -A (--generate-all) argument is different: when this is specified,
50 an attempt is made to generate default plots for all 5 types (aqd, bnos,
83 """Generate fatal error message and exit"""
188 the -A (--generate-all) option is passed, in which case superfluous
204 l_opts = [ 'generate-all', 'type', 'no-legend', 'output', 'title',
214 if o in ('-A', '--generate-all'):
256 """Generate X & Y 'axis'"""
282 """Generate the output plot based upon the type and database"""