Skip to content

Commit 4e77fab

Browse files
committed
Update README.md
1 parent 6c9b813 commit 4e77fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ PapiPlot
33

44
PapiPlot takes the output generated with ![Papify](https://github.com/alejoar/papify) and generates cute graphs you can use to evaluate the performance of your ORC-Apps. These graphs come served with a generated html where value tables are included for each graph, so you can check the specific value for each point. An example of an html generated with PapiPlot has been set up ![here](http://alejoar.github.io/papiplot/index.html).
55

6-
PapiPlot generates the graphs ussing _gnuplot_, so make sure you have it installed:
6+
PapiPlot generates the graphs ussing **gnuplot**, so make sure you have it installed:
77
```
88
sudo apt-get install gnuplot
99
```
1010

11-
If you place the PapiPlot binary inside the _papi-output_ dir, you can run it without any arguments: it will generate the graphs with default parameters. Other options available are:
11+
If you place the PapiPlot binary inside the **papi-output** dir, you can run it without any arguments: it will generate the graphs with default parameters. Other options available are:
1212
```
1313
-p [path] Set path to the papi-output folder generated with Papify. If not specified, current directory will be used.
1414

0 commit comments

Comments
 (0)