App-RecordStream

 view release on metacpan or  search on metacpan

doc/recs-togdgraph.pod  view on Meta::CPAN

       --help-keygroups  Help on keygroups, a way of specifying multiple keys
       --help-keys       Help on keygroups and keyspecs
       --help-keyspecs   Help on keyspecs, a way to index deeply and with regexes
 
 Examples:
   for a plain point graph:
 
   recs-togdgraph --keys uid,ct --png-file login-graph.png --graph-title '# of logins' --label-x user --label-y logins
 
   togdgraph also accepts any GD::Graph options with the --option command...
   for a pink background with yellow label text if that really is your thing:
 
   recs-togdgraph --keys uid,ct --option boxclr=pink --label-y 'logins' --label-x 'user' --option labelclr=yellow
 
   however, for a different graph type such as line or bar, specify with --type:
 
   recs-togdgraph --keys uid,ct --type line
 
 Help from: --help-keygroups:
 KEY GROUPS
    SYNTAX: !regex!opt1!opt2... Key groups are a way of specifying multiple

lib/App/RecordStream/Operation/togdgraph.pm  view on Meta::CPAN


Args:
$args_string

Examples:
  for a plain point graph:

  recs-togdgraph --keys uid,ct --png-file login-graph.png --graph-title '# of logins' --label-x user --label-y logins

  togdgraph also accepts any GD::Graph options with the --option command...
  for a pink background with yellow label text if that really is your thing:

  recs-togdgraph --keys uid,ct --option boxclr=pink --label-y 'logins' --label-x 'user' --option labelclr=yellow

  however, for a different graph type such as line or bar, specify with --type:

  recs-togdgraph --keys uid,ct --type line
USAGE
}

1;



( run in 0.800 second using v1.01-cache-2.11-cpan-f4a522933cf )