We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e92c8 commit 8603890Copy full SHA for 8603890
1 file changed
README.md
@@ -4,8 +4,16 @@ A comprehensive collection of Gnuplot examples
4
5
## Usage
6
7
+Install <a href="http://www.gnuplot.info">Gnuplot</a> on your machine and run by using Console the following script:
8
+
9
+```sh
10
+gnuplot script.gnu
11
+```
12
13
## Examples
14
15
+Click in the figures to go directly to the gnuplot script.
16
17
### Line Charts
18
19
#### Basic Line
0 commit comments