aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/5.reference/plot-help.pd
diff options
context:
space:
mode:
Diffstat (limited to 'pd/doc/5.reference/plot-help.pd')
-rw-r--r--pd/doc/5.reference/plot-help.pd43
1 files changed, 27 insertions, 16 deletions
diff --git a/pd/doc/5.reference/plot-help.pd b/pd/doc/5.reference/plot-help.pd
index 7d22d06c..0a1e4ef5 100644
--- a/pd/doc/5.reference/plot-help.pd
+++ b/pd/doc/5.reference/plot-help.pd
@@ -5,34 +5,45 @@ 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 477 38 516 229 12;
-#N canvas 486 0 622 558 help-plot-template 0;
+#N canvas 145 122 626 710 help-plot-template 0;
#X text 29 34 creation arguments:;
-#X text 49 94 - RGB color (0=black \, 999=white \, 900=red \, 90=green
+#X text 49 241 - RGB color (0=black \, 999=white \, 900=red \, 90=green
\, 9=blue \, 555=grey \, etc.);
-#X text 47 52 - OPTIONAL word "curve" to specify bezier;
-#X text 47 121 - line width;
-#X text 47 137 - relative x and y location;
-#X text 48 153 - x spacing;
-#X obj 40 240 plot curve array2 70 3 100 0;
-#X obj 31 331 plot curve array3 9 1 120 50 20;
+#X text 47 271 - line width;
+#X text 47 290 - relative x and y location;
+#X text 48 310 - x spacing;
+#X obj 40 397 plot curve array2 70 3 100 0;
+#X obj 31 488 plot curve array3 9 1 120 50 20;
#X obj 45 12 plot array1 500 1 10 15 20;
-#X text 30 170 This first example plots the red trace (500) \, width
+#X text 30 327 This first example plots the red trace (500) \, width
1 \, at point (10 \, 15) \, with horizontal spacing 20 The black diamonds
come from the template of the array1 element itself.;
-#X text 51 351 If a "w" variable is present in the template as for
+#X text 51 508 If a "w" variable is present in the template as for
array3 \, it is added to the line width.;
-#X obj 28 524 filledpolygon 509 509 0 -10 -10 10 -10 10 10 -10 10;
-#X text 28 477 To see the data itself \, select "properties" for the
+#X obj 23 672 filledpolygon 509 509 0 -10 -10 10 -10 10 10 -10 10;
+#X text 28 634 To see the data itself \, select "properties" for the
scalar by right clicking on the purple square.;
-#X obj 25 410 struct help-plot-template float x float y array array1
+#X obj 25 567 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 34 389 here's the "struct" for all this:;
-#X text 46 73 - field to plot (the array);
-#X text 63 262 This is the green spiral (color 70 \, line width 3 \,
+#X text 34 546 here's the "struct" for all this:;
+#X text 46 220 - field to plot (the array);
+#X text 63 419 This is the green spiral (color 70 \, line width 3 \,
location (100 \, 0). Since the template for array2 contains an "x"
variable \, play ignores x spacing requests and takes x from the data
itself.;
+#X text 48 51 - optional "-n" flag to make invisible initially;
+#X text 47 70 - alternatively \, an optional "-v [variable]" flag to
+assign a variable to make this visible/invisible.;
+#X text 51 101 - Opional "-vs [constant or variable] to set visibility
+of scalars along the path of the plot.;
+#X text 47 199 - optional word "curve" to specify bezier;
+#X text 47 132 - optional "-x [variable]" flag to use different x variable
+;
+#X text 48 153 - optional "-y [variable]" flag to use different y variable
+;
+#X text 48 173 - optional "-w [variable]" flag to use different w variable
+;
#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;