aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/5.reference/plot.pd
diff options
context:
space:
mode:
Diffstat (limited to 'pd/doc/5.reference/plot.pd')
-rw-r--r--pd/doc/5.reference/plot.pd10
1 files changed, 5 insertions, 5 deletions
diff --git a/pd/doc/5.reference/plot.pd b/pd/doc/5.reference/plot.pd
index d25eaa15..2070ed69 100644
--- a/pd/doc/5.reference/plot.pd
+++ b/pd/doc/5.reference/plot.pd
@@ -5,13 +5,10 @@ array array2 help-plot-array2-template array array3 help-plot-array3-template
#N struct help-plot-array2-template float x float y;
#N struct help-plot-array3-template float y float w;
#N canvas 398 0 516 229 12;
-#N canvas 89 309 626 539 help-plot-template 1;
+#N canvas 173 285 626 539 help-plot-template 1;
#X text 29 34 creation arguments:;
#X text 48 71 - RGB color (0=black \, 999=white \, 900=red \, 90=green
\, 9=blue \, 555=grey \, etc.);
-#X obj 24 387 template float x float y array array1 help-plot-array1-template
-array array2 help-plot-array2-template array array3 help-plot-array3-template
-;
#X text 47 52 - OPTIONAL word "curve" to specify bezier;
#X text 46 98 - line width;
#X text 46 114 - relative x and y location;
@@ -28,10 +25,13 @@ cariable \, play ignores x spacing requests and takes x from the data
itself.;
#X text 50 328 If a "w" variable is present in the template as for
array3 \, it is added to the line width.;
-#X text 33 366 here's the template for all this:;
#X obj 27 501 filledpolygon 509 509 0 -10 -10 10 -10 10 10 -10 10;
#X text 27 454 To see the data itself \, select "properties" for the
scalar by right clicking on the purple square.;
+#X obj 24 387 struct help-plot-template float x float y array array1
+help-plot-array1-template array array2 help-plot-array2-template array
+array3 help-plot-array3-template;
+#X text 33 366 here's the "struct" for all this:;
#X restore 243 78 pd help-plot-template;
#N canvas 196 292 273 120 help-plot-array1-template 0;
#X obj 30 71 filledpolygon 0 0 0 -5 0 0 5 5 0 0 -5;