File: Plot%20Using%20Loops.xml

package info (click to toggle)
kuttypy 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,896 kB
  • sloc: python: 58,651; javascript: 14,686; xml: 5,767; ansic: 2,716; makefile: 453; asm: 254; sh: 48
file content (53 lines) | stat: -rw-r--r-- 1,903 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<xml xmlns="https://developers.google.com/blockly/xml">
  <variables>
    <variable id="LbE2%mV/CRs,w^fwYIZy">i</variable>
  </variables>
  <block type="controls_for" id="6OgXs~x;(@EdJhjmH~sY" x="-79" y="71">
    <field name="VAR" id="LbE2%mV/CRs,w^fwYIZy">i</field>
    <value name="FROM">
      <shadow type="math_number" id="N{$fPxpz(N=0Uijq86~E">
        <field name="NUM">1</field>
      </shadow>
    </value>
    <value name="TO">
      <shadow type="math_number" id="{{SG,Dm3u$#w9wcN/k2c">
        <field name="NUM">10</field>
      </shadow>
    </value>
    <value name="BY">
      <shadow type="math_number" id="95189o==DXT_63w,`hz7">
        <field name="NUM">1</field>
      </shadow>
    </value>
    <statement name="DO">
      <block type="plot_xy" id="1kU3*^DIFI9+@Beun?f%">
        <value name="X">
          <block type="variables_get" id="L{7jj={o6DtSu@H2}hxt">
            <field name="VAR" id="LbE2%mV/CRs,w^fwYIZy">i</field>
          </block>
        </value>
        <value name="Y">
          <block type="math_arithmetic" id="UfcvUUYo!q;=D%!u/{?3">
            <field name="OP">MULTIPLY</field>
            <value name="A">
              <shadow type="math_number" id="hvVAFS%|Isq:K{BKRA1+">
                <field name="NUM">1</field>
              </shadow>
              <block type="variables_get" id="),6t:iLRnWrp-7+F=zrY">
                <field name="VAR" id="LbE2%mV/CRs,w^fwYIZy">i</field>
              </block>
            </value>
            <value name="B">
              <shadow type="math_number" id="=VG}sYE(708ck|4@c5Rl">
                <field name="NUM">1</field>
              </shadow>
              <block type="variables_get" id="V%Ugn(|WX)L0zJA1BkRW">
                <field name="VAR" id="LbE2%mV/CRs,w^fwYIZy">i</field>
              </block>
            </value>
          </block>
        </value>
      </block>
    </statement>
  </block>
</xml>