diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2023-10-19 18:04:37 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-11-24 05:01:37 -1000 |
| commit | cae5e1ee3d0e7a931f677b269f58308d998f4706 (patch) | |
| tree | cbf1370a914b4a798f2392b60fa7adf74166f5aa /scripts | |
| parent | 20a4de703c2e584e322175674c8cc6dcfa3a0735 (diff) | |
| download | poky-cae5e1ee3d0e7a931f677b269f58308d998f4706.tar.gz | |
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.
(From OE-Core rev: a8039d601187b28d9cec4402c9e0bd72b2805eb2)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 282b48f90f77e0766993018d22fe03dd303febdc)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/contrib/bb-perf/bb-matrix-plot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/contrib/bb-perf/bb-matrix-plot.sh b/scripts/contrib/bb-perf/bb-matrix-plot.sh index e7bd129e9e..6672189c95 100755 --- a/scripts/contrib/bb-perf/bb-matrix-plot.sh +++ b/scripts/contrib/bb-perf/bb-matrix-plot.sh | |||
| @@ -16,8 +16,8 @@ | |||
| 16 | 16 | ||
| 17 | # Setup the defaults | 17 | # Setup the defaults |
| 18 | DATFILE="bb-matrix.dat" | 18 | DATFILE="bb-matrix.dat" |
| 19 | XLABEL="BB_NUMBER_THREADS" | 19 | XLABEL="BB\\\\_NUMBER\\\\_THREADS" |
| 20 | YLABEL="PARALLEL_MAKE" | 20 | YLABEL="PARALLEL\\\\_MAKE" |
| 21 | FIELD=3 | 21 | FIELD=3 |
| 22 | DEF_TITLE="Elapsed Time (seconds)" | 22 | DEF_TITLE="Elapsed Time (seconds)" |
| 23 | PM3D_FRAGMENT="unset surface; set pm3d at s hidden3d 100" | 23 | PM3D_FRAGMENT="unset surface; set pm3d at s hidden3d 100" |
