]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
bb-matrix-plot.sh: Show underscores correctly in labels
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 19 Oct 2023 16:04:37 +0000 (18:04 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Oct 2023 09:45:26 +0000 (10:45 +0100)
commit282b48f90f77e0766993018d22fe03dd303febdc
tree72195a9c97890acddf93ea3fd104bfe7c3f79dc4
parent24ee9ea30d1fdee8801bab521db227708f5600e2
bb-matrix-plot.sh: Show underscores correctly in labels

Underscores previously caused the next character in the label to be
printed using subscript due to the enhanced string support in gnuplot.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/contrib/bb-perf/bb-matrix-plot.sh