From 4c3b47a9e8c8de5c62f69dfba3b03cd9a40930b0 Mon Sep 17 00:00:00 2001 From: Henrik Wallin <hedda@lysator.liu.se> Date: Sun, 3 Oct 1999 17:51:07 +0200 Subject: [PATCH] Graphics.Graph.line() now works better. Rev: lib/modules/Graphics.pmod/Graph.pmod/doc.txt:1.3 --- lib/modules/Graphics.pmod/Graph.pmod/doc.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/modules/Graphics.pmod/Graph.pmod/doc.txt b/lib/modules/Graphics.pmod/Graph.pmod/doc.txt index 699561f3ed..aae011bc56 100644 --- a/lib/modules/Graphics.pmod/Graph.pmod/doc.txt +++ b/lib/modules/Graphics.pmod/Graph.pmod/doc.txt @@ -19,6 +19,9 @@ tone If present a Pie-chart will be toned. data An array of arrays. Each array describing a data-set. The graph-function however should be fed with an array of arrays with X,Y-pairs. + Example: + ({({1.0, 2.0, 3.0}),({1.2, 2.2, 3.8})}) draws stuff in yellow + with the values (1.0, 2.0, 3.0), and (1.2, 2.2, 3.8) in blue. labels An array(string) with four elements ({xquantity, yquantity, xunit, yunit}). The strings will be written on the axis. -- GitLab