Skip to content

Rework Analysis plot infrastructure

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr162 into master
  • Allow plot functions to return an HTML and reStructuredText output with output="html" and output="rst". The output does not rely on any external resource (base64 image in data URL).
  • Introduce lisa-plot command that allows generating analysis plots from a trace.dat file.

Each plot gets a short description (first line of docstring), a link to RTD doc and the value of relevant parameters.

Sample HTML of a plot method: https://pste.eu/p/QT8z.html

Merge request reports