We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bebccac + 51132f0 commit 3f3cc10Copy full SHA for 3f3cc10
examples/gnuplot.gp
@@ -0,0 +1,14 @@
1
+reset
2
+set term pdfcairo color dashed enhanced size 15 cm, 10 cm
3
+
4
+set output "gnuplot.pdf"
5
6
+set key noauto bottom
7
+set xlabel "x"
8
+set ylabel "f(x)"
9
10
+f(x) = x/(1 + x)
11
12
+plot f(x) w l lw 2
13
14
+set output
lib/grammars/doc.js
@@ -103,6 +103,7 @@ const SCSS = Sass
103
const Docs = {
104
DOT,
105
GNUPlot: gnuplot,
106
+ gnuplot,
107
"Graphviz (DOT)": Graphviz,
108
HTML,
109
LaTeX,
0 commit comments