Plotting functions
List of available functions to plot figures. Most of them follow a similar structure:

        $ python drawing.py -o [figure] -f [file(or files)] -S [values] -v [variables]
      
In most of the cases [values] is a string which contains a list of values separated by a character [sep], becomming the value as:

      [values]=[val1][sep][val2][sep][...[valN]]
One can obtain all the list of plots and their instructions by demanding to the script:

        $ python drawing.py -o list_grahics
      
For almost all figures, one can obtain all the help of a specific plot by:

        $ python drawing.py -o [figure] -S h
      
One should be able to obtain an example of execution by

        $ cat drawing.py | grep [figure] | grep 'e.g.'
      
The plotting script has two steps:
  1. drawing.py: Main script which gets the data from files
  2. drawing_tools.py: Script which draw the figure and its used by drawing.py
  3. generic_tools.py: Script which contains generic operations and it is used by both scripts
Available plots: