From 4c0952fd679731637fa466d5d3a0f83bb9779a9e Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Fri, 9 Apr 2021 22:40:21 -0700 Subject: [PATCH] typo fix --- guide/guide.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/guide.org b/guide/guide.org index 416b23d..428fb4e 100644 --- a/guide/guide.org +++ b/guide/guide.org @@ -17,7 +17,7 @@ feedgnuplot This was a trivial plot, and was trivially-easy to make: we gave the tool one column of data with no specific instructions, and we got a plot. -The interpretation of the input data is controlled by two arguments: ==--domain= +The interpretation of the input data is controlled by two arguments: =--domain= and =--dataid=. Here we passed neither, so each line of input is interpreted as =y0 y1 y2...= with sequential integers (0, 1, 2, ...) used for the =x= coordinate. Let's pass in more than one =y= per line to plot a sine and a cosine