Skip to content

use GPLT instead of custom scripts

STEVAN Antoine requested to merge gplt into main

i've moved the plotting scripts to GPLT which allows to install a single command, called gplt, with two subcommands

  • gplt plot which is the same as old python scripts/plot/plot.py
  • gplt multi_bar which is the same as old python scripts/plot/multi_bar.py

Merge request reports