time-to-botec/squiggle.c/squiggle_c/scratchpad/plotting/notes.md
2023-11-19 18:11:41 +00:00

424 B

options:

  • use gnuplot
    • requires aggregation
      • do aggregation in its own gnuplot language
      • use something like awk
      • use some other language, like python or R, specifically to do the aggregation
      • do the aggregation in C
  • use ggplot
    • requires setting up bins correctly
    • also can't pipe to an r script directly, sadly enough.
  • use python for plotting?
  • just present the confidence intervals in C?