<xml xmlns="https://developers.google.com/blockly/xml">
  <block type="webtypeanything" id="8]!M*H.m4$`SJEO{*|$L" x="214" y="246">
    <value name="stuff">
      <shadow type="textinline" id="|**oaH_c.Iyj*%DIr9NN">
        <field name="text">import numpy as np</field>
      </shadow>
    </value>
    <next>
      <block type="webtypeanything" id="CYLK6CY)gug^Y1g]guNY">
        <value name="stuff">
          <shadow type="textinline" id="T?cO:P1a|~;VQB,#{8z[">
            <field name="text">import matplotlib.pyplot as plt</field>
          </shadow>
        </value>
        <next>
          <block type="webtypeanything" id="-^cdLJVoevtfC%:WrC3+">
            <value name="stuff">
              <shadow type="textinline" id="QJG48N{4v:6z2XuaF3;m">
                <field name="text">plt.title('Sine wave')</field>
              </shadow>
            </value>
            <next>
              <block type="webtypeanything" id="E`pZc4eYT?qtPS)QA#:N">
                <value name="stuff">
                  <shadow type="textinline" id="SC/oCGoXazzU(W[Om#!e">
                    <field name="text">x= np.arange(0, 4*np.pi, 0.1, dtype='float64');</field>
                  </shadow>
                </value>
                <next>
                  <block type="webtypeanything" id="KXg*IlX_2_CN-U%LKK|0">
                    <value name="stuff">
                      <shadow type="textinline" id="Z^F.T])O6GI*9sgynB^^">
                        <field name="text">plt.plot(x, np.sin(x))</field>
                      </shadow>
                    </value>
                    <next>
                      <block type="webtypeanything" id="_]B~a^w6QX6BiJVS;vfm" disabled="true">
                        <comment id="undefined" pinned="false" h="80" w="160">grid is not yet implemented</comment>
                        <value name="stuff">
                          <shadow type="textinline" id="r#h^?dBj6T)OOB+|9Xt9">
                            <field name="text">plt.grid()</field>
                          </shadow>
                        </value>
                        <next>
                          <block type="webtypeanything" id="]KlDj,}fvFR.%w{a]8kx">
                            <value name="stuff">
                              <shadow type="textinline" id="VpDeTAQq^~_]M=6u!CNX">
                                <field name="text">plt.show()</field>
                              </shadow>
                            </value>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </next>
  </block>
</xml>