manual: update gnuplot documentation to avoid build-dependent instructions

This commit is contained in:
Tommaso Pecorella
2017-04-02 16:25:30 +02:00
parent fe92b13563
commit 4610d4b1d3

View File

@@ -36,11 +36,9 @@ In order to run this example, do the following:
.. sourcecode:: bash
$ ./waf shell
$ cd build/debug/src/stats/examples
$ ./gnuplot-example
$ ./waf --run src/stats/examples/gnuplot-example
This should produce the following gnuplot control files in the directory where the example is located:
This should produce the following gnuplot control files:
.. sourcecode:: text
@@ -56,7 +54,7 @@ In order to process these gnuplot control files, do the following:
$ gnuplot plot-2d-with-error-bars.plt
$ gnuplot plot-3d.plt
This should produce the following graphics files in the directory where the example is located:
This should produce the following graphics files:
.. sourcecode:: text