atf icon indicating copy to clipboard operation
atf copied to clipboard

[plotter] group subplots via test names

Open floweisshardt opened this issue 4 years ago • 0 comments

the image below could e.g. be be grouped via

  • r1 and r2
  • c0, c1 and c2 and split into subplots (new columns)

image

grouping should be an (optinal) parameter for plot.py

rosrun atf_plotter plot.py plot-benchmark -g r1,r2 /tmp/atf_test_app*/results_txt/atf_results.bag
rosrun atf_plotter plot.py plot-benchmark -g c0,c1,c2 /tmp/atf_test_app*/results_txt/atf_results.bag

floweisshardt avatar Jul 22 '20 20:07 floweisshardt