| Index: tools/profviz/composer.js
|
| diff --git a/tools/profviz/composer.js b/tools/profviz/composer.js
|
| index 2f7817928c591f2cd3545bddf21c9018fc20d41a..72a70ea1ae7de8e8878c5e74930756119fe74886 100644
|
| --- a/tools/profviz/composer.js
|
| +++ b/tools/profviz/composer.js
|
| @@ -422,6 +422,7 @@ function PlotScriptComposer(kResX, kResY) {
|
| output("set style fill pattern 2 bo 1");
|
| output("set style rect fs solid 1 noborder");
|
| output("set style line 1 lt 1 lw 1 lc rgb \"#000000\"");
|
| + output("set border 15 lw 0.2"); // Draw thin border box.
|
| output("set xtics out nomirror");
|
| output("unset key");
|
|
|
|
|