﻿<xml xmlns="https://developers.google.com/blockly/xml">
  <variables>
    <variable id="CZm)k-9GrP_%d]|$`q-u">name</variable>
    <variable id="S:;mQ|`h-f1R0HkbQ^Qh">histogram</variable>
  </variables>
  <block type="events_start_here" id="DI_start_here" deletable="false" movable="false" x="25" y="33">
    <next>
      <block type="webtypeanything" id="kR1pV_#w%iqst}MKXoDs">
        <value name="stuff">
          <shadow type="textinline" id="[7(#@yr34p33hX%!}xtH">
            <field name="text">import matplotlib.pyplot as plt</field>
          </shadow>
        </value>
        <next>
          <block type="webtypeanything" id="Lnv:l5p@MV`+3UMf9DpI">
            <value name="stuff">
              <shadow type="textinline" id="8Ku`p)a!/y0NQ-ZIr?~H">
                <field name="text">import numpy as np</field>
              </shadow>
            </value>
            <next>
              <block type="webtypeanything" id="n_vcC_|Ni#R^4+%nLyoa">
                <value name="stuff">
                  <shadow type="textinline" id="QBbTVln*Cm@S;8H*^i+`">
                    <field name="text">x = np.linspace(-5, 5, 101)</field>
                  </shadow>
                </value>
                <next>
                  <block type="webtypeanything" id="~~h6$TkXe8O)zMZM=a)|">
                    <value name="stuff">
                      <shadow type="textinline" id="3oE$s|;V7Yaw1v=f#cAx">
                        <field name="text">y = np.exp(-x**2 / 2) / np.sqrt(2 * np.pi)</field>
                      </shadow>
                    </value>
                    <next>
                      <block type="webtypeanything" id="@^4HV}0SN`E+(c^MDH8Z">
                        <value name="stuff">
                          <shadow type="textinline" id=":ZgJ}roM0o:4iG%u*NNE">
                            <field name="text">plt.plot(x, y)</field>
                          </shadow>
                        </value>
                        <next>
                          <block type="webtypeanything" id="pJelS_p(e/K=ur`CYj.O">
                            <value name="stuff">
                              <shadow type="textinline" id="6JuVgvl?f/MHuA[|K;t/">
                                <field name="text">plt.show()</field>
                              </shadow>
                            </value>
                          </block>
                        </next>
                      </block>
                    </next>
                  </block>
                </next>
              </block>
            </next>
          </block>
        </next>
      </block>
    </next>
  </block>
[]
[]
</xml>