vara-plot

This tool is used to generate Plots.

Usage: vara-plot [OPTIONS] COMMAND [ARGS]...

  Generate plots.

Options:
  --dry-run                    Only log plots that would be generated but do
                               not generate.Useful for debugging plot
                               generators.
  --plot-dir PATH              Set the directory the plots will be written to
                               (relative to config value 'plots/plot_dir').
  --file-type [png|svg|pdf]    File type for the plot.
  -v, --view                   View the plot instead of saving it to a file.
  --save-artefact NAME         Save the plot specification in the artefact
                               file with the given name.
  --dpi DPI                    The dpi of the plot. (global default = 1200)
  --label-size LABEL_SIZE      The label size of CVE/bug annotations. (global
                               default = 2)
  --x-tick-size X_TICK_SIZE    The size of the x-ticks. (global default = 2)
  --line-width LINE_WIDTH      The width of the plot line(s). (global default
                               = 0.25)
  --show-legend                If present, show the legend. (global default =
                               False)
  --legend-size LEGEND_SIZE    The size of the legend. (global default = 2)
  --legend-title LEGEND_TITLE  The title of the legend. (global default = )
  --height HEIGHT              The height of the resulting plot file. (global
                               default = 1000)
  --width WIDTH                The width of the resulting plot file. (global
                               default = 1500)
  --font-size FONT_SIZE        The font size of the plot figure. (global
                               default = 10)
  --fig-title FIG_TITLE        The title of the plot figure. (global default =
                               )
  -h, --help                   Show this message and exit.

Commands:
  correlation-matrix-plot
  distribution-comparison-plot
  caig-box
  aig-file-vs-blame
  aig-callgraph-vs-blame
  repo-churn-plot
  interaction-degree-plot
  interaction-degree-multi-lib-plot
  fraction-overview-plot
  sankey-plot-rev
  sankey-plot-cs
  graphviz-plot-rev
  graphviz-plot-cs
  author-degree-plot
  max-time-distribution-plot
  avg-time-distribution-plot
  cig-plot
  cig-chord-plot
  cig-arc-plot
  cig-node-degrees
  aig-node-degrees
  caig-node-degrees
  central-code-scatter
  author-interaction-scatter
  lorenz-curve-plot
  gini-overtime-plot
  cs-overview-plot
  verifier-no-opt-plot
  verifier-opt-plot
  bug-fix-relations
  code-centrality
  fperf-precision
  fperf-precision-dist
  fperf-precision-dist-cs
  fperf-overhead
  iv-overview-plot
  pc-overview-plot
  time-workloads