﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.97.5189.3332"?>
<regions>
  <settings>
    <identity>
      <id>1437512e-dd1f-4b94-9874-0e8c81d3e726</id>
      <revision>58</revision>
    </identity>
    <calculation>
      <precision>4</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="9" orientation="Portrait" width="827" height="1169" />
      <margins left="39" right="39" top="39" bottom="39" />
      <header alignment="Center" color="#a9a9a9">&amp;[DATE] &amp;[TIME] - &amp;[FILENAME]</header>
      <footer alignment="Center" color="#a9a9a9">&amp;[PAGENUM] / &amp;[COUNT]</footer>
      <backgrounds />
    </pageModel>
    <dependences>
      <assembly name="SMath Studio Desktop" version="0.97.5189.3332" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Text Region" version="1.10.5197.29249" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="MaximaPlugin" version="1.97.5154.37155" guid="44011c1e-5d0d-4533-8e68-e32b5badce41" />
      <assembly name="Math Region" version="0.97.5189.3332" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="Custom Functions" version="1.0.5177.39372" guid="18dadffd-79a3-4cf9-aee1-d66deb0ea720" />
      <assembly name="Special Functions" version="1.11.5189.3346" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="Statistical Tools" version="1.0.4902.38391" guid="76f6e9f5-ac86-4ffb-9e4d-284c8daecaf9" />
      <assembly name="Functions' Extension" version="0.0.5261.795" guid="24c691c1-37f2-49e3-9a84-ccb77304d14a" />
      <assembly name="X-Y Plot Region (Chart2DLib)" version="0.1.5151.38078" guid="c12231ec-4873-43c1-a7d0-a167ebd17066" />
      <assembly name="Image Region" version="1.0.5225.20525" guid="63ddaef8-9a56-4ff6-938e-d590b638bf99" />
    </dependences>
  </settings>
  <region id="0" left="0" top="9" width="259" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p bold="true">Loading maxima distrib package</p>
    </text>
  </region>
  <region id="1" left="0" top="45" width="726" height="32" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">distrib</e>
        <e type="function" args="1">load</e>
        <e type="function" preserve="true" args="1">Maxima</e>
      </input>
      <result action="symbolic">
        <e type="operand" style="string">D:/Maxima-5.33.0.1/share/maxima/5.33.0/share/distrib/distrib.mac</e>
      </result>
    </math>
  </region>
  <region id="2" left="0" top="99" width="554" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Generate random numbers from normal distribution (distrib package)</p>
    </text>
  </region>
  <region id="3" left="9" top="135" width="51" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math optimize="2">
      <input>
        <e type="operand">n</e>
        <e type="operand">10</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="4" left="90" top="162" width="51" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math optimize="2">
      <input>
        <e type="operand">μ</e>
        <e type="operand">10</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="5" left="171" top="162" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math optimize="2">
      <input>
        <e type="operand">σ</e>
        <e type="operand">2</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="6" left="9" top="189" width="51" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="15">
      <input>
        <e type="operand">m</e>
        <e type="operand">15</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="7" left="0" top="252" width="322" height="34" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">X</e>
        <e type="operand">μ</e>
        <e type="operand">σ</e>
        <e type="operand">n</e>
        <e type="function" args="3">random_normal</e>
        <e type="function" preserve="true" args="1">Maxima</e>
        <e type="function" preserve="true" args="1">sys2mat</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="8" left="360" top="270" width="325" height="40" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Two random vectors normaly distributedOne can use two other vectors here</p>
    </text>
  </region>
  <region id="9" left="0" top="297" width="322" height="34" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Y</e>
        <e type="operand">μ</e>
        <e type="operand">σ</e>
        <e type="operand">m</e>
        <e type="function" args="3">random_normal</e>
        <e type="function" preserve="true" args="1">Maxima</e>
        <e type="function" preserve="true" args="1">sys2mat</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="10" left="9" top="342" width="295" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Mean, Standard deviation, variance </p>
    </text>
  </region>
  <region id="11" left="9" top="396" width="180" height="33" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">m.x</e>
        <e type="operand">X</e>
        <e type="function" preserve="true" args="1">Mean</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">10.8511</e>
      </result>
    </math>
  </region>
  <region id="12" left="189" top="396" width="187" height="33" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">s.x</e>
        <e type="operand">X</e>
        <e type="function" preserve="true" args="1">StdDev</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">1.9074</e>
      </result>
    </math>
  </region>
  <region id="13" left="378" top="396" width="212" height="33" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">s2.x</e>
        <e type="operand">X</e>
        <e type="function" preserve="true" args="1">Variance</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">3.6382</e>
      </result>
    </math>
  </region>
  <region id="14" left="9" top="432" width="180" height="33" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">m.y</e>
        <e type="operand">Y</e>
        <e type="function" preserve="true" args="1">Mean</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">10.1901</e>
      </result>
    </math>
  </region>
  <region id="15" left="189" top="432" width="187" height="33" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">s.y</e>
        <e type="operand">Y</e>
        <e type="function" preserve="true" args="1">StdDev</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">1.6386</e>
      </result>
    </math>
  </region>
  <region id="16" left="378" top="432" width="212" height="33" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">s2.y</e>
        <e type="operand">Y</e>
        <e type="function" preserve="true" args="1">Variance</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">2.6849</e>
      </result>
    </math>
  </region>
  <region id="17" left="0" top="477" width="586" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>One side confidence interval for variance ratio - using F distribution</p>
    </text>
  </region>
  <region id="18" left="0" top="504" width="242" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Hypothesys testing, one tail</p>
    </text>
  </region>
  <region id="19" left="0" top="540" width="29" height="32" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="15">
      <input>
        <e type="operand">H.0</e>
      </input>
    </math>
  </region>
  <region id="20" left="45" top="540" width="83" height="41" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="15">
      <input>
        <e type="operand">σ.x</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operand">σ.y</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operator" args="2">≡</e>
      </input>
    </math>
  </region>
  <region id="21" left="0" top="594" width="29" height="32" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="15">
      <input>
        <e type="operand">H.1</e>
      </input>
    </math>
  </region>
  <region id="22" left="45" top="594" width="83" height="41" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="15">
      <input>
        <e type="operand">σ.x</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operand">σ.y</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operator" args="2">&gt;</e>
      </input>
    </math>
  </region>
  <region id="23" left="144" top="594" width="28" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="15">
      <input>
        <e type="operand">or</e>
      </input>
    </math>
  </region>
  <region id="24" left="189" top="594" width="83" height="41" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="15">
      <input>
        <e type="operand">σ.x</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operand">σ.y</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operator" args="2">&lt;</e>
      </input>
    </math>
  </region>
  <region id="25" left="306" top="603" width="151" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Only one is valid</p>
    </text>
  </region>
  <region id="26" left="81" top="648" width="115" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Significance </p>
    </text>
  </region>
  <region id="27" left="117" top="675" width="60" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math optimize="2">
      <input>
        <e type="operand">α</e>
        <e type="operand">0.1</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="28" left="81" top="720" width="126" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>F - statistics</p>
    </text>
  </region>
  <region id="29" left="126" top="747" width="138" height="57" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">F</e>
        <e type="operand">s2.x</e>
        <e type="operand">s2.y</e>
        <e type="operator" args="2">/</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">1.3551</e>
      </result>
    </math>
  </region>
  <region id="30" left="9" top="810" width="348" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Left and Right F values (distrib package)</p>
    </text>
  </region>
  <region id="31" left="18" top="846" width="352" height="34" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">F.L</e>
        <e type="operand">α</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="function" args="3">quantile_f</e>
        <e type="function" preserve="true" args="1">Maxima</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">0.4253</e>
      </result>
    </math>
  </region>
  <region id="32" left="18" top="882" width="365" height="34" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">F.R</e>
        <e type="operand">1</e>
        <e type="operand">α</e>
        <e type="operator" args="2">-</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="function" args="3">quantile_f</e>
        <e type="function" preserve="true" args="1">Maxima</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">2.122</e>
      </result>
    </math>
  </region>
  <region id="33" left="9" top="936" width="559" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Seeing if F statistisc is inside or outside the confidence interval</p>
    </text>
  </region>
  <region id="34" left="27" top="972" width="219" height="80" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">T</e>
        <e type="operand">F</e>
        <e type="operand">F.L</e>
        <e type="operand">F.R</e>
        <e type="function" preserve="true" args="3">lele</e>
        <e type="operand" style="string">inside</e>
        <e type="operand" style="string">outside</e>
        <e type="function" preserve="true" args="3">if</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="symbolic">
        <e type="operand" style="string">inside</e>
      </result>
    </math>
  </region>
  <region id="35" left="18" top="1062" width="234" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Plotting F density function</p>
    </text>
  </region>
  <region id="36" left="18" top="1089" width="155" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math optimize="2" decimalPlaces="15">
      <input>
        <e type="operand">xv</e>
        <e type="operand">0.001</e>
        <e type="operand">3</e>
        <e type="operand">0.1</e>
        <e type="function" preserve="true" args="3">range</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="37" left="45" top="1134" width="260" height="192" color="#000000" bgColor="#ffffff" fontSize="10">
    <math optimize="2">
      <input>
        <e type="operand">plot</e>
        <e type="operand">xv</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="function" preserve="true" args="3">pdf.F</e>
        <e type="operand">F.L</e>
        <e type="operand">0</e>
        <e type="operand">F.L</e>
        <e type="operand">F.L</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="function" preserve="true" args="3">pdf.F</e>
        <e type="operand">2</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="6">mat</e>
        <e type="operand">F</e>
        <e type="operand">0</e>
        <e type="operand">F</e>
        <e type="operand">F</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="function" preserve="true" args="3">pdf.F</e>
        <e type="operand">2</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="6">mat</e>
        <e type="operand">F.R</e>
        <e type="operand">0</e>
        <e type="operand">F.R</e>
        <e type="operand">F.R</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="function" preserve="true" args="3">pdf.F</e>
        <e type="operand">2</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="6">mat</e>
        <e type="operand">4</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="6">sys</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="38" left="0" top="1350" width="442" height="259" color="#000000" bgColor="#ffffff" fontSize="10">
    <xyplot width="432" height="251" smoothing="false" points="100">
      <propertiessource index="1" sourcetype="PropertyGrid" />
      <grid gridcolor="LightGray" gridpattern="Solid" gridthickness="1" isxgrid="true" isygrid="true" />
      <xaxes xmin="0" xmax="3" xtick="1" numberformat="General" decimalplaces="3" />
      <yaxes ymin="0" ymax="1" ytick="0.1" numberformat="General" decimalplaces="3" />
      <y2axes isy2axis="false" y2min="-1" y2max="1" y2tick="0.5" numberformat="General" decimalplaces="3" />
      <title2d title="F distrib" titlefont="Arial, 12pt" titlefontcolor="Black" />
      <xylabel labelfont="Arial, 10pt" labelfontcolor="Black" tickfont="Courier New, 10pt" tickfontcolor="Black" xlabel="x" ylabel="y" y2label="y2" />
      <legend isbordervisible="true" islegendvisible="false" legendbackcolor="White" legendbordercolor="Black" legendfont="Arial, 8pt" legendposition="NorthEast" textcolor="Black" />
      <traces>
        <trace seriesname="" isy2data="false" isvisible="true" plotmethod="Lines" linecolor="Blue" linethickness="1" linepattern="Solid" symbolsize="8" symboltype="None" symbolborderthickness="1" symbolbordercolor="Black" symbolfillcolor="White" />
        <trace seriesname="" isy2data="false" isvisible="true" plotmethod="Lines" linecolor="Red" linethickness="1" linepattern="Solid" symbolsize="8" symboltype="None" symbolborderthickness="1" symbolbordercolor="Black" symbolfillcolor="White" />
        <trace seriesname="" isy2data="false" isvisible="true" plotmethod="Lines" linecolor="Green" linethickness="1" linepattern="Solid" symbolsize="8" symboltype="None" symbolborderthickness="1" symbolbordercolor="Black" symbolfillcolor="White" />
        <trace seriesname="" isy2data="false" isvisible="true" plotmethod="Lines" linecolor="Fuchsia" linethickness="1" linepattern="Solid" symbolsize="8" symboltype="None" symbolborderthickness="1" symbolbordercolor="Black" symbolfillcolor="White" />
      </traces>
      <input>
        <e type="operand">plot</e>
      </input>
    </xyplot>
  </region>
  <region id="39" left="486" top="1449" width="265" height="56" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>If the green line is "outside",hypothesis of equal variancesis rejected</p>
    </text>
  </region>
  <region id="40" top="1647" color="#000000" bgColor="#ffffff">
    <area collapsed="true">
      <title lang="ger">
        <p>Draw-Descriptions (Maxima)</p>
      </title>
    </area>
    <region id="41" left="18" top="1674" width="82" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="ger">
        <p bold="true">Optionen </p>
      </text>
    </region>
    <region id="42" left="18" top="1719" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] adapt_depth (=10): maximale Teilungstiefe der adaptive Kurvenabtastung</p>
        </description>
        <input>
          <e type="operand">adapt_depth</e>
          <e type="operand">adapt_depth</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="43" left="18" top="1773" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] axis_3d (=true): Achsen im 3D zeichnen, false: keine Achsen zeichnen</p>
        </description>
        <input>
          <e type="operand">axis_3d</e>
          <e type="operand">axis_3d</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="44" left="18" top="1827" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw]  axis_bottom (=true): untere Achse im 2D zeichnen, false: Achse nicht zeichnen</p>
        </description>
        <input>
          <e type="operand">axis_bottom</e>
          <e type="operand">axis_bottom</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="45" left="18" top="1881" width="159" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] axis_top (=true): obere Achse im 2D zeichnen, false: Achse nicht zeichnen</p>
        </description>
        <input>
          <e type="operand">axis_top</e>
          <e type="operand">axis_top</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="46" left="18" top="1935" width="175" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] axis_left (=true): linke Achse im 2D zeichnen, false: Achse nicht zeichnen</p>
        </description>
        <input>
          <e type="operand">axis_left</e>
          <e type="operand">axis_left</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="47" left="18" top="1989" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] axis_right (=true): rechte Achse im 2D zeichnen, false: Achse nicht zeichnen</p>
        </description>
        <input>
          <e type="operand">axis_right</e>
          <e type="operand">axis_right</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="48" left="18" top="2043" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] azimuth (=30): Drehwinkel um z in °</p>
        </description>
        <input>
          <e type="operand">azimuth</e>
          <e type="operand">azimuth</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="49" left="18" top="2097" width="291" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] background_color (=white): Hintergrundfarbe</p>
        </description>
        <input>
          <e type="operand">background_color</e>
          <e type="operand">background_color</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="50" left="18" top="2151" width="125" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] border (=true): Ränder von polygon(), ellipse() oder rectangle() zeichnen</p>
        </description>
        <input>
          <e type="operand">border</e>
          <e type="operand">border</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="51" left="18" top="2205" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] cbrange (=auto): Farbbereich (Liste min,max)</p>
        </description>
        <input>
          <e type="operand">cbrange</e>
          <e type="operand">cbrange</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="52" left="18" top="2259" width="125" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] cbtics (=auto): Marken an der Farblegende</p>
        </description>
        <input>
          <e type="operand">cbtics</e>
          <e type="operand">cbtics</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="53" left="18" top="2313" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] color (=blue): Farbe für Linien, Punkte, Kanten und Text, als Namen oder hexadezimal in der Form  "#rrggbb"</p>
        </description>
        <input>
          <e type="operand">color</e>
          <e type="operand">color</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="54" left="18" top="2385" width="159" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] colorbox (=true): Farblegende ohne Beschriftung zeichnen, false: keine Farblegende zeichnen, text: Farblegende mit text als Beschriftung zeichnen.</p>
        </description>
        <description active="true" position="Top" lang="eng">
          <p>[Maxima Draw] colorbox (=true): draw color scale without label, false: no colorscale, string: draw colorscale with string as label.</p>
        </description>
        <input>
          <e type="operand">colorbox</e>
          <e type="operand">colorbox</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="55" left="18" top="2448" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] contour (=none): Art der Höhenlinien. none: keine, base: auf der xy-Ebene, surface: auf der 3D-Fläche, both: auf xy-Ebene und Fläche, map: auf xy-Ebene und Blickrichtung senkrecht.</p>
        </description>
        <input>
          <e type="operand">contour</e>
          <e type="operand">contour</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="56" left="18" top="2520" width="257" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw]  contour_levels (=5): Werte für die Höhenlinien. Anzahl oder Liste  (min, Δ, max), oder set(L1, L2,...) mit Werten</p>
        </description>
        <input>
          <e type="operand">contour_levels</e>
          <e type="operand">contour_levels</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="57" left="18" top="2583" width="257" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw]  data_file_name (="data.gnuplot"): Kurvendaten für Gnuplot</p>
        </description>
        <input>
          <e type="operand">data_file_name</e>
          <e type="operand">data_file_name</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="58" left="18" top="2637" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw]  delay (=5) Zeitschritt in animierten gif-Dateien</p>
        </description>
        <input>
          <e type="operand">delay</e>
          <e type="operand">delay</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="59" left="18" top="2691" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw]  dimensions (= 600 x 500) Liste mit Breite und Höhe</p>
        </description>
        <input>
          <e type="operand">dimensions</e>
          <e type="operand">dimensions</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="60" left="18" top="2745" width="241" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw]  draw_realpart (=true) bei komplexen Funktionen den Realteil darstellen</p>
        </description>
        <input>
          <e type="operand">draw_realpart</e>
          <e type="operand">draw_realpart</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="61" left="18" top="2799" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw]  enhanced3d (=none) kein Farbverlauf verwenden, die Oberflächen werden als Gitter dargestellt (steuerbar mit color und surface_hide), true: Färbung anhand der z-Koordinate, oder  Färbung anhand der Daten: { f(x,y,z), x, y, z oder Liste { f(u,v), u, v  oder Liste { f(k), k (k ist die Punktnummer bei points())</p>
        </description>
        <input>
          <e type="operand">enhanced3d</e>
          <e type="operand">enhanced3d</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="62" left="18" top="2898" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] error_type (=y) Art der Fehlerbalken in errors():  x, y, xy oder boxes</p>
        </description>
        <input>
          <e type="operand">error_type</e>
          <e type="operand">error_type</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="63" left="18" top="2952" width="175" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] file_name (="maxima_out") Grafik-Ausgabedatei, Endung wird gemäß Ausgabeformat ergänzt</p>
        </description>
        <input>
          <e type="operand">file_name</e>
          <e type="operand">file_name</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="64" left="18" top="3006" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] fill_color (=red) Füllfarbe für Polygone und explizite Funktionen y(x) im 2D </p>
        </description>
        <input>
          <e type="operand">fill_color</e>
          <e type="operand">fill_color</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="65" left="18" top="3060" width="225" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] fill_density (=0) Deckungsgrad der Füllfarbe in bars()-Objekten, zwischen 0 und 1</p>
        </description>
        <input>
          <e type="operand">fill_density</e>
          <e type="operand">fill_density</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="66" left="18" top="3114" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] filled_func (=false): explizite Funktionen y(x) werden nicht gefüllt,true: Füllung bis zur Unterkante des Diagramms, g(x): Füllung zwischen g(x) und y(x)</p>
        </description>
        <input>
          <e type="operand">filled_func</e>
          <e type="operand">filled_func</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="67" left="18" top="3195" width="307" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] gnuplot_file_name (="maxout.gnuplot"): Kommandodatei für Gnuplot</p>
        </description>
        <input>
          <e type="operand">gnuplot_file_name</e>
          <e type="operand">gnuplot_file_name</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="68" left="18" top="3249" width="225" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] gnuplot_term (): Ausgabe-Format-Spezifikation (Text nach "set terminal")</p>
        </description>
        <input>
          <e type="operand">gnuplot_term</e>
          <e type="operand">gnuplot_term</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="69" left="18" top="3303" width="291" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] gnuplot_out_file (=maxplot.xxx) Ausgabedateiname (xxx abhängig vom Format)</p>
        </description>
        <input>
          <e type="operand">gnuplot_out_file</e>
          <e type="operand">gnuplot_out_file</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="70" left="18" top="3357" width="93" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] grid (=false): kein Gitterraster zeichnen, true: Gitter zeichnen</p>
        </description>
        <input>
          <e type="operand">grid</e>
          <e type="operand">grid</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="71" left="18" top="3411" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] head_angle (=45) Pfeilwinkel an vector()-Objekten (halber Öffnungswinkel in °)</p>
        </description>
        <input>
          <e type="operand">head_angle</e>
          <e type="operand">head_angle</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="72" left="18" top="3465" width="175" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] head_both (=false) oder true: ob bei vector()-Objekten zwei Pfeilspitzen gezeichnet werden.</p>
        </description>
        <input>
          <e type="operand">head_both</e>
          <e type="operand">head_both</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="73" left="18" top="3519" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] head_length (=2) Länge der Pfeilspitze  bei vector()-Objekten in Einheiten der x-Achse</p>
        </description>
        <input>
          <e type="operand">head_length</e>
          <e type="operand">head_length</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="74" left="18" top="3573" width="175" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] head_type (=filled) Spitzenform bei vector()-Objekten:  filled, empty  oder nonfilled</p>
        </description>
        <input>
          <e type="operand">head_type</e>
          <e type="operand">head_type</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="75" left="18" top="3627" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] Liste ip_grid (={50, 50): Primäres Gitter für die Darstellung impliziter Funktionen, als Liste angeben</p>
        </description>
        <input>
          <e type="operand">ip_grid</e>
          <e type="operand">ip_grid</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="76" left="18" top="3690" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] ip_grid_in (={5, 5 ): Sekundäres Gitter für die Darstellung impliziter Funktionen</p>
        </description>
        <input>
          <e type="operand">ip_grid_in</e>
          <e type="operand">ip_grid_in</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="77" left="18" top="3744" width="77" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] key (=""): Legendeneintrag für das nachfolgende Grafikobjekt.</p>
        </description>
        <input>
          <e type="operand">key</e>
          <e type="operand">key</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="78" left="18" top="3798" width="275" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] label_alignment (=center), left oder right: Ausrichtung von Texten</p>
        </description>
        <input>
          <e type="operand">label_alignment</e>
          <e type="operand">label_alignment</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="79" left="18" top="3852" width="307" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] label_orientation (=horizontal) oder vertical: Ausrichtung von Texten</p>
        </description>
        <input>
          <e type="operand">label_orientation</e>
          <e type="operand">label_orientation</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="80" left="18" top="3906" width="175" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] line_type (=solid) oder dots: Linienart</p>
        </description>
        <input>
          <e type="operand">line_type</e>
          <e type="operand">line_type</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="81" left="18" top="3960" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] line_width (=1) Linienbreite, &gt;0 </p>
        </description>
        <input>
          <e type="operand">line_width</e>
          <e type="operand">line_width</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="82" left="18" top="4014" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] logcb (=false) oder true: logarithmische Farbskale</p>
        </description>
        <input>
          <e type="operand">logcb</e>
          <e type="operand">logcb</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="83" left="18" top="4068" width="93" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] logx (=false) oder true: logarithmische x-Achse</p>
        </description>
        <input>
          <e type="operand">logx</e>
          <e type="operand">logx</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="84" left="18" top="4122" width="93" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] logy (=false) oder true: logarithmische y-Achse</p>
        </description>
        <input>
          <e type="operand">logy</e>
          <e type="operand">logy</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="85" left="18" top="4176" width="93" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] logz (=false) oder true: logarithmische z-Achse</p>
        </description>
        <input>
          <e type="operand">logz</e>
          <e type="operand">logz</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="86" left="18" top="4230" width="125" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] nticks (=29): Punktezahl für die Kurvenabtastung</p>
        </description>
        <input>
          <e type="operand">nticks</e>
          <e type="operand">nticks</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="87" left="18" top="4284" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] palette (=color) Standard-Farbpalette, gray: Graustufen, Liste { Farbe1, Farbe2...  oder false: Flächen nicht färben </p>
        </description>
        <input>
          <e type="operand">palette</e>
          <e type="operand">palette</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="88" left="18" top="4356" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] point_size (=1) Größe von points()-Symbolen</p>
        </description>
        <input>
          <e type="operand">point_size</e>
          <e type="operand">point_size</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="89" left="18" top="4410" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] point_type (=1) Symbol für points()-Objekte, Name oder Kennzahl: none -1, dot 0, plus 1, multiply 2, asterisk 3, square 4, filled_square 5, circle 6, filled_circle 7, up_triangle 8, filled_up_triangle 9, down_triangle 10, filled_down_triangle 11, diamant 12, filled_diamant 13</p>
        </description>
        <input>
          <e type="operand">point_type</e>
          <e type="operand">point_type</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="90" left="18" top="4509" width="241" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] points_joined (=false), true oder impulses: Verbindungsart für points()</p>
        </description>
        <input>
          <e type="operand">points_joined</e>
          <e type="operand">points_joined</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="91" left="18" top="4563" width="307" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] proportional_axes (=none), xy oder xyz: Achsen mit gleicher Skalierung)</p>
        </description>
        <input>
          <e type="operand">proportional_axes</e>
          <e type="operand">proportional_axes</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="92" left="18" top="4617" width="225" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] surface_hide (=false) oder true: Ausblendung verdeckter Flächen bei Linienrasterdarstellung</p>
        </description>
        <input>
          <e type="operand">surface_hide</e>
          <e type="operand">surface_hide</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="93" left="18" top="4671" width="159" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] terminal (=screen) Separates Gnuplot-Fenster öffnet sich,  png, jpg, gif, eps, svg, pdf, animated_gif: Ausgabeformat von Gnuplot</p>
        </description>
        <input>
          <e type="operand">terminal</e>
          <e type="operand">terminal</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="94" left="18" top="4725" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] title (="") Überschrift für das Diagramm</p>
        </description>
        <input>
          <e type="operand">title</e>
          <e type="operand">title</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="95" left="18" top="4779" width="175" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] transform (=none) Koordinatentransformation, für 2D als Liste {f1(x,y), f2(x,y), x, y, für 3Dals Liste {f1(x,y), f2(x,y), f3(x, y, z), x, y, z</p>
        </description>
        <input>
          <e type="operand">transform</e>
          <e type="operand">transform</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="96" left="18" top="4851" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] transparent (=false) oder true: ob Rechtecke, Polygone oder Ellipsen transparent sein sollen (bei false werden sie gefüllt)</p>
        </description>
        <input>
          <e type="operand">transparent</e>
          <e type="operand">transparent</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="97" left="18" top="4923" width="241" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] tube_extremes (=(open, open) ), open oder closed: Endscheiben von tube()-Objekten.</p>
        </description>
        <input>
          <e type="operand">tube_extremes</e>
          <e type="operand">tube_extremes</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="98" left="18" top="4977" width="225" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] unit_vectors (=false) oder true: Vektoren in originaler Länge oder als Einheitsvektoren zeichnen.</p>
        </description>
        <input>
          <e type="operand">unit_vectors</e>
          <e type="operand">unit_vectors</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="99" left="18" top="5031" width="241" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] user_preamble (="") Zeichenkette oder Liste von Zeichenketten, die unmittelbar vor dem eigentlichen Diagrammbefehl an Gnuplot übergeben werden.</p>
        </description>
        <input>
          <e type="operand">user_preamble</e>
          <e type="operand">user_preamble</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="100" left="18" top="5103" width="93" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] view (=(60,30)) Blickrichtung</p>
        </description>
        <input>
          <e type="operand">view</e>
          <e type="operand">view</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="101" left="18" top="5157" width="241" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] wired_surface (=false) oder true: Gitternetz auf eingefärbten Flächen anzeigen oder nicht.</p>
        </description>
        <input>
          <e type="operand">wired_surface</e>
          <e type="operand">wired_surface</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="102" left="18" top="5211" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] x_voxel (=10) x-Bereichsteilung für den  Marching-Cubes-Algorithmus bei implizit gegebenen Flächen</p>
        </description>
        <input>
          <e type="operand">x_voxel</e>
          <e type="operand">x_voxel</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="103" left="18" top="5265" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] y_voxel (=10) y-Bereichsteilung für den  Marching-Cubes-Algorithmus bei implizit gegebenen Flächen</p>
        </description>
        <input>
          <e type="operand">y_voxel</e>
          <e type="operand">y_voxel</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="104" left="18" top="5319" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] z_voxel (=10) z-Bereichsteilung für den  Marching-Cubes-Algorithmus bei implizit gegebenen Flächen</p>
        </description>
        <input>
          <e type="operand">z_voxel</e>
          <e type="operand">z_voxel</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="105" left="18" top="5373" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xaxis (=false) oder true: Anzeige der x-Achse</p>
        </description>
        <input>
          <e type="operand">xaxis</e>
          <e type="operand">xaxis</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="106" left="18" top="5427" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] yaxis (=false) oder true: Anzeige der y-Achse</p>
        </description>
        <input>
          <e type="operand">yaxis</e>
          <e type="operand">yaxis</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="107" left="18" top="5481" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] zaxis (=false) oder true: Anzeige der z-Achse</p>
        </description>
        <input>
          <e type="operand">zaxis</e>
          <e type="operand">zaxis</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="108" left="18" top="5535" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xaxis_color (=black) Farbe x-Achse</p>
        </description>
        <input>
          <e type="operand">xaxis_color</e>
          <e type="operand">xaxis_color</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="109" left="18" top="5589" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] yaxis_color (=black) Farbe y-Achse</p>
        </description>
        <input>
          <e type="operand">yaxis_color</e>
          <e type="operand">yaxis_color</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="110" left="18" top="5643" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] zaxis_color (=black) Farbe z-Achse</p>
        </description>
        <input>
          <e type="operand">zaxis_color</e>
          <e type="operand">zaxis_color</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="111" left="18" top="5697" width="275" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xaxis_secondary (=false) oder true: Nutzung einer zweiten x-Achse (oben) für die nachfolgenden Objekte</p>
        </description>
        <input>
          <e type="operand">xaxis_secondary</e>
          <e type="operand">xaxis_secondary</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="112" left="18" top="5751" width="275" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] yaxis_secondary (=false) oder true: Nutzung einer zweiten y-Achse (rechts) für die nachfolgenden Objekte</p>
        </description>
        <input>
          <e type="operand">yaxis_secondary</e>
          <e type="operand">yaxis_secondary</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="113" left="18" top="5805" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xaxis_type (=dots) oder solid: Linienart der x-Achse</p>
        </description>
        <input>
          <e type="operand">xaxis_type</e>
          <e type="operand">xaxis_type</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="114" left="18" top="5859" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] yaxis_type (=dots) oder solid: Linienart der y-Achse</p>
        </description>
        <input>
          <e type="operand">yaxis_type</e>
          <e type="operand">yaxis_type</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="115" left="18" top="5913" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] zaxis_type (=dots) oder solid: Linienart der z-Achse</p>
        </description>
        <input>
          <e type="operand">zaxis_type</e>
          <e type="operand">zaxis_type</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="116" left="18" top="5967" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xaxis_width (=1) Linienbreite der x-Achse</p>
        </description>
        <input>
          <e type="operand">xaxis_width</e>
          <e type="operand">xaxis_width</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="117" left="18" top="6021" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] yaxis_width (=1) Linienbreite der y-Achse</p>
        </description>
        <input>
          <e type="operand">yaxis_width</e>
          <e type="operand">yaxis_width</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="118" left="18" top="6075" width="209" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] zaxis_width (=1) Linienbreite der z-Achse</p>
        </description>
        <input>
          <e type="operand">zaxis_width</e>
          <e type="operand">zaxis_width</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="119" left="18" top="6129" width="125" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xlabel (="") x-Achsenbeschriftung</p>
        </description>
        <input>
          <e type="operand">xlabel</e>
          <e type="operand">xlabel</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="120" left="18" top="6183" width="125" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] ylabel(="") y-Achsenbeschriftung</p>
        </description>
        <input>
          <e type="operand">ylabel</e>
          <e type="operand">ylabel</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="121" left="18" top="6237" width="125" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] zlabel (="") z-Achsenbeschriftung</p>
        </description>
        <input>
          <e type="operand">zlabel</e>
          <e type="operand">zlabel</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="122" left="18" top="6291" width="125" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xrange (=auto) oder Liste {min,max: x-Achsenbereich</p>
        </description>
        <input>
          <e type="operand">xrange</e>
          <e type="operand">xrange</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="123" left="18" top="6345" width="125" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] yrange (=auto) oder Liste {min,max: y-Achsenbereich</p>
        </description>
        <input>
          <e type="operand">yrange</e>
          <e type="operand">yrange</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="124" left="18" top="6399" width="125" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] zrange (=auto) oder Liste {min,max: z-Achsenbereich</p>
        </description>
        <input>
          <e type="operand">zrange</e>
          <e type="operand">zrange</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="125" left="18" top="6453" width="291" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xrange_secondary (=auto) oder Liste {min,max: Bereich der zweiten (oberen) x-Achse</p>
        </description>
        <input>
          <e type="operand">xrange_secondary</e>
          <e type="operand">xrange_secondary</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="126" left="18" top="6507" width="291" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] yrange_secondary (=auto) oder Liste {min,max: Bereich der zweiten (rechten) y-Achse</p>
        </description>
        <input>
          <e type="operand">yrange_secondary</e>
          <e type="operand">yrange_secondary</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="127" left="18" top="6561" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xtics (=auto): automatische x-Achsmarken, none: keine, Zahl: Schrittweite, Liste mit {min, Schritt, max, oder set() von Zahlen: explizite Vorgabe der Zahlenwerte, oder set() von Listen ("text",pos) mit Vorgabe von Beschriftung und Position.</p>
        </description>
        <input>
          <e type="operand">xtics</e>
          <e type="operand">xtics</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="128" left="18" top="6642" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] ytics (=auto): automatische y-Achsmarken, none: keine, Zahl: Schrittweite, Liste mit {min, Schritt, max, oder set() von Zahlen: explizite Vorgabe der Zahlenwerte, oder set() von Listen {"text",pos mit Vorgabe von Beschriftung und Position.</p>
        </description>
        <input>
          <e type="operand">ytics</e>
          <e type="operand">ytics</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="129" left="18" top="6732" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] ztics (=auto): automatische z-Achsmarken, none: keine, Zahl: Schrittweite, Liste mit {min, Schritt, max, oder set() von Zahlen: explizite Vorgabe der Zahlenwerte, oder set() von Listen {"text",pos mit Vorgabe von Beschriftung und Position.</p>
        </description>
        <input>
          <e type="operand">ztics</e>
          <e type="operand">ztics</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="130" left="18" top="6822" width="275" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xtics_secondary (=auto): automatische Marken an der sekundären (oberen) x-Achse, none: keine, Zahl: Schrittweite, Liste mit {min, Schritt, max, oder set() von Zahlen: explizite Vorgabe der Zahlenwerte, oder set() von Listen {"text",pos mit Vorgabe von Beschriftung und Position.</p>
        </description>
        <input>
          <e type="operand">xtics_secondary</e>
          <e type="operand">xtics_secondary</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="131" left="18" top="6921" width="275" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] ytics_secondary (=auto): automatische Marken an der sekundären (rechten) y-Achse, none: keine, Zahl: Schrittweite, Liste mit {min, Schritt, max, oder set() von Zahlen: explizite Vorgabe der Zahlenwerte, oder set() von Listen {"text",pos mit Vorgabe von Beschriftung und Position.</p>
        </description>
        <input>
          <e type="operand">ytics_secondary</e>
          <e type="operand">ytics_secondary</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="132" left="18" top="7020" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xtics_axis (=false): x-Achsmarken am Rand, true: an der Achse</p>
        </description>
        <input>
          <e type="operand">xtics_axis</e>
          <e type="operand">xtics_axis</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="133" left="18" top="7074" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] ytics_axis (=false): y-Achsmarken am Rand, true: an der Achse</p>
        </description>
        <input>
          <e type="operand">ytics_axis</e>
          <e type="operand">ytics_axis</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="134" left="18" top="7128" width="191" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] ztics_axis (=false): z-Achsmarken am Rand, true: an der Achse</p>
        </description>
        <input>
          <e type="operand">ztics_axis</e>
          <e type="operand">ztics_axis</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="135" left="18" top="7182" width="357" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xtics_secondary_axis (=false): Marken an der sekundaren (oberen) x-Achse am Rand, true: an der Achse</p>
        </description>
        <input>
          <e type="operand">xtics_secondary_axis</e>
          <e type="operand">xtics_secondary_axis</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="136" left="18" top="7236" width="357" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] ytics_secondary_axis (=false): Marken an der sekundaren (rechten) y-Achse am Rand, true: an der Achse</p>
        </description>
        <input>
          <e type="operand">ytics_secondary_axis</e>
          <e type="operand">ytics_secondary_axis</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="137" left="18" top="7290" width="225" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] x-Achsmarken, (false): nicht drehen, true: um 90° drehen</p>
        </description>
        <input>
          <e type="operand">xtics_rotate</e>
          <e type="operand">xtics_rotate</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="138" left="18" top="7344" width="225" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] y-Achsmarken, (false): nicht drehen, true: um 90° drehen</p>
        </description>
        <input>
          <e type="operand">ytics_rotate</e>
          <e type="operand">ytics_rotate</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="139" left="18" top="7398" width="225" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] z-Achsmarken, (false): nicht drehen, true: um 90° drehen</p>
        </description>
        <input>
          <e type="operand">ztics_rotate</e>
          <e type="operand">ztics_rotate</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="140" left="18" top="7452" width="389" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xtics_rotate_secondary (=false): Marken an der sekundären (oberen) x-Achse nicht drehen, true: um 90° drehen</p>
        </description>
        <input>
          <e type="operand">xtics_rotate_secondary</e>
          <e type="operand">xtics_rotate_secondary</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="141" left="18" top="7506" width="389" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] ytics_rotate_secondary (=false): Marken an der sekundären (rechten) y-Achse nicht drehen, true: um 90° drehen</p>
        </description>
        <input>
          <e type="operand">ytics_rotate_secondary</e>
          <e type="operand">ytics_rotate_secondary</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="142" left="18" top="7560" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] xu_grid (=30) Abtastpunkte in x- oder u-Richtung </p>
        </description>
        <input>
          <e type="operand">xu_grid</e>
          <e type="operand">xu_grid</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="143" left="18" top="7614" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw] yv_grid (=30) Abtastpunkte in y- oder v-Richtung </p>
        </description>
        <input>
          <e type="operand">yv_grid</e>
          <e type="operand">yv_grid</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="144" left="18" top="7668" width="143" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima Draw]  xyplane (=false):  xy-Koordinatenebene automatisch anordnen, Zahl: z-Koordinate</p>
        </description>
        <input>
          <e type="operand">xyplane</e>
          <e type="operand">xyplane</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="145" left="18" top="7722" width="74" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="ger">
        <p bold="true">Objekte </p>
      </text>
    </region>
    <region id="146" left="18" top="7749" width="133" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>bars(b1,b2...) Säulendiagramm, Säulen gegeben durch Listen (x,h,w) [Maxima Draw] </p>
        </description>
        <input>
          <e type="operand">_</e>
          <e type="function" args="1">bars</e>
          <e type="operand">_</e>
          <e type="function" args="1">bars</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="147" left="18" top="7803" width="569" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>elevation_grid(Matrix,x0,y0,w,h) 3D-Darstellung einer m x n-Matrix. M11 entspricht x=x0,y=y0+h,Mmn entspricht x=x0+w,y=y0 [Maxima Draw] </p>
        </description>
        <input>
          <e type="operand">_1</e>
          <e type="operand">_2</e>
          <e type="operand">_3</e>
          <e type="operand">_4</e>
          <e type="operand">_5</e>
          <e type="function" args="5">elevation_grid</e>
          <e type="operand">_1</e>
          <e type="operand">_2</e>
          <e type="operand">_3</e>
          <e type="operand">_4</e>
          <e type="operand">_5</e>
          <e type="function" args="5">elevation_grid</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="148" left="18" top="7866" width="519" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>ellipse(xc,yc,a,b,φ1,φ2) Ellipse, zentriert bei xc, yc mit den Halbachsen a und b, von Winkel φ1 bis Winkel φ2 [Maxima Draw] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="function" args="6">ellipse</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="function" args="6">ellipse</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="149" left="18" top="7929" width="165" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>errors(e1,e2...) Fehlerbalken, gegeben als Listen, spezielle Option: error_type [Maxima Draw] </p>
        </description>
        <input>
          <e type="operand">_</e>
          <e type="function" args="1">errors</e>
          <e type="operand">_</e>
          <e type="function" args="1">errors</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="150" left="18" top="7983" width="407" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>explicit(f,var,min,max) f  für var=min...max 2D zeichnen [Maxima Draw] </p>
        </description>
        <input>
          <e type="operand">_1</e>
          <e type="operand">_2</e>
          <e type="operand">_3</e>
          <e type="operand">_4</e>
          <e type="function" args="4">explicit</e>
          <e type="operand">_1</e>
          <e type="operand">_2</e>
          <e type="operand">_3</e>
          <e type="operand">_4</e>
          <e type="function" args="4">explicit</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="151" left="18" top="8037" width="599" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>explicit(f,v1,min1,max1,v2,min2,max2) f  für v1=min1...max1 und v2=min2...max2 3D zeichnen [Maxima Draw] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="operand">#7</e>
          <e type="function" args="7">explicit</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="operand">#7</e>
          <e type="function" args="7">explicit</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="152" left="18" top="8091" width="421" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>image(Matrix,x0,y0,w,h)  Farbdarstellung einer m x n Matrix entsprechend der Option palette [Maxima Draw]</p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="function" args="5">image</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="function" args="5">image</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="153" left="18" top="8154" width="599" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>implicit(f,x,xmin,xmax,y,ymin,ymax)  2D Darstellung einer implizit gegebenen Funktion im angegebenenVariablenbereich  (marching squares Algorithmus). Optionen: ip_grid, ip_grid_in, line_width, line_type, key, color [Maxima Draw]</p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="operand">#7</e>
          <e type="function" args="7">implicit</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="operand">#7</e>
          <e type="function" args="7">implicit</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="154" left="18" top="8235" width="809" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>implicit(f,x,xmin,xmax,y,ymin,ymax,z,zmin,zmax)  3D Darstellung einer implizit gegebenen Funktion im angegebenen Variablenbereich (Marching Cubes Algorithmus). Optionen: x_voxel, y_voxel, z_voxel,  ip_grid_in, line_width, line_type, wired_surface, enhanced3D, color [Maxima Draw]</p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="operand">#7</e>
          <e type="operand">#8</e>
          <e type="operand">#9</e>
          <e type="operand">#10</e>
          <e type="function" args="10">implicit</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="operand">#7</e>
          <e type="operand">#8</e>
          <e type="operand">#9</e>
          <e type="operand">#10</e>
          <e type="function" args="10">implicit</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="155" left="18" top="8316" width="149" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>label(list) Beschriftung, im 2D gegeben als Liste (text,x,y), im 3D als Liste (text,x,y,z),spezielle Optionen: color, label_alignment, label_orientation [Maxima Draw] </p>
        </description>
        <input>
          <e type="operand">_</e>
          <e type="function" args="1">label</e>
          <e type="operand">_</e>
          <e type="function" args="1">label</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="156" left="18" top="8379" width="503" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>parametric(fx,fy,p,pmin,pmax) parametrisch gegebenen Funktion. Optionen: nticks, line_width, line_type, key, color, enhanced3d [Maxima Draw2D]</p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="function" args="5">parametric</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="function" args="5">parametric</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="157" left="18" top="8442" width="567" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>parametric(fx,fy,fz,p,pmin,pmax) parametrisch gegebene Kurve. Optionen: nticks, line_width, line_type, key, color, enhanced3d [Maxima Draw3D]</p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="function" args="6">parametric</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="function" args="6">parametric</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="158" left="18" top="8514" width="181" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>points(matrix) Punkte, zeilenweise gegeben als n x 2 (2D) oder  n x 3 (3D)-Matrix.Spezielle Optionen: points_joined, point_type, point_size [Maxima Draw2D/3D] </p>
        </description>
        <description active="true" position="Top" lang="eng">
          <p>points(matrix) 2D: n x 2, 3D: n x 3, plots points, given as the rows in a matrix.special options: points_joined, point_type, point_size [Maxima Draw] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="function" args="1">points</e>
          <e type="operand">#1</e>
          <e type="function" args="1">points</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="159" left="18" top="8577" width="245" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>points(vx,vy) Punkte, gegeben durch Vektoren der x- und y-Koordinaten. Spezielle Optionen: points_joined, point_type, point_size [Maxima Draw2D] </p>
        </description>
        <description active="true" position="Top" lang="eng">
          <p>points(vx,vy) points given by two vectors, special options: points_joined, point_type, point_size [Maxima Draw2D]</p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="function" args="2">points</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="function" args="2">points</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="160" left="18" top="8649" width="309" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>points(vx,vy,vz) Punkte, gegeben durch Vektoren der x-, y- und z-Koordinaten. Spezielle Optionen: points_joined, point_type, point_size [Maxima Draw3D] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="function" args="3">points</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="function" args="3">points</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="161" left="18" top="8730" width="238" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="ger">
        <p>polar() funktioniert nicht. </p>
      </text>
    </region>
    <region id="162" left="18" top="8757" width="199" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>polygon(matrix)  Polygon durch die als n x 2 Matrix gegebenen Punkte.Spezielle Optionen: transparent, fill_color, border, line_width, key, line_type color [Maxima Draw2D] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="function" args="1">polygon</e>
          <e type="operand">#1</e>
          <e type="function" args="1">polygon</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="163" left="18" top="8838" width="263" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>polygon(vx,vy)  Zeichnet ein Polygon durch die als x- und y-Vektoren gegebenen Punkte.Spezielle Optionen: transparent, fill_color, border, line_width, key, line_type color [Maxima Draw2D] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="function" args="2">polygon</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="function" args="2">polygon</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="164" left="18" top="8928" width="489" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>quadrilateral(l1,l2,l3,l4)  Viereck, gegeben durch Listen der Eckkoordinaten 2D: (x,y) oder 3D: (x,y,z). Spezielle Optionen: transparent, fill_color, border, line_width, key, line_type, color, enhanced3D (nur 3D) [Maxima Draw2D/3D] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="function" args="4">quadrilateral</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="function" args="4">quadrilateral</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="165" left="18" top="9018" width="489" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>rectangle(l1,l2)  Rechteck gegeben durch Koordinatenlisten (x,y) gegenüberliegender Ecken.Spezielle Optionen: transparent, fill_color, border, line_width, key, line_type, color [Maxima Draw2D] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="function" args="4">quadrilateral</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="function" args="4">quadrilateral</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="166" left="18" top="9090" width="295" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>rectangle(l1,l2)  Rechteck gegeben durch Koordinatenlisten (x,y) gegenüberliegender Ecken.Spezielle Optionen: transparent, fill_color, border, line_width, key, line_type, color [Maxima Draw2D] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="function" args="2">rectangle</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="function" args="2">rectangle</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="167" left="18" top="9171" width="234" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="ger">
        <p>region() funktioniert nicht</p>
      </text>
    </region>
    <region id="168" left="18" top="9198" width="259" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="ger">
        <p>spherical() funktioniert nicht</p>
      </text>
    </region>
    <region id="169" left="18" top="9225" width="343" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>triangle(l1,l2,l3)  Dreieck, gegeben durch Koordinatenlisten (x,y) (2D) oder (x,y,z) (3D) der Ecken.Spezielle Optionen: transparent, fill_color, border, line_width, key, line_type, color [Maxima Draw2D/3D] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="function" args="3">triangle</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="function" args="3">triangle</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="170" left="18" top="9315" width="533" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>tube(fx,fy,fz,fr,p,pmin,pmax)  Röhre, gegeben durch Mittellinie mit fx,fy,fz und den Radius frals Funktionen des Parameters p.Spezielle Optionen:  xu_grid, yv_grid, line_type, line_width, key, wired_surface, enhanced3d, color,tube_extremes. [Maxima Draw3D] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="operand">#7</e>
          <e type="function" args="7">tube</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="operand">#7</e>
          <e type="function" args="7">tube</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="171" left="18" top="9423" width="533" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>vecor(l1,l2)  Pfeil,  gegeben durch Koordinatenlisten (x,y) (2D) oder (x,y,z) (3D) der Endpunkte.Spezielle Optionen:  head_both, head_length, head_angle, head_type, line_width, line_type, key color. [Maxima Draw2D/3D] </p>
        </description>
        <input>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="operand">#7</e>
          <e type="function" args="7">tube</e>
          <e type="operand">#1</e>
          <e type="operand">#2</e>
          <e type="operand">#3</e>
          <e type="operand">#4</e>
          <e type="operand">#5</e>
          <e type="operand">#6</e>
          <e type="operand">#7</e>
          <e type="function" args="7">tube</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="172" left="18" top="9549" width="117" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima]  set(e1, e2,...) Maxima set (Liste in geschweiften Klammern)</p>
        </description>
        <input>
          <e type="operand">_</e>
          <e type="function" args="1">set</e>
          <e type="operand">_</e>
          <e type="function" args="1">set</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="173" left="18" top="9603" width="133" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>args(expr) Liste der Argumente von expr [Maxima] </p>
        </description>
        <input>
          <e type="operand">_</e>
          <e type="function" args="1">args</e>
          <e type="operand">_</e>
          <e type="function" args="1">args</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="174" left="18" top="9657" width="78" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="ger">
        <p bold="true">Sonstige</p>
      </text>
    </region>
    <region id="175" left="18" top="9693" width="93" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima] </p>
        </description>
        <input>
          <e type="operand">true</e>
          <e type="operand">true</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="176" left="117" top="9693" width="109" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="ger">
          <p>[Maxima] </p>
        </description>
        <input>
          <e type="operand">false</e>
          <e type="operand">false</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="177" top="9747" color="#000000" bgColor="#ffffff">
      <area terminator="true" />
    </region>
  </region>
  <region id="178" left="9" top="9774" width="428" height="305" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">p</e>
        <e type="operand">title</e>
        <e type="operand" style="string">F distribution</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">key</e>
        <e type="operand" style="string">Confidence interval</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">filled_func</e>
        <e type="operand">true</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">fill_color</e>
        <e type="operand">gray90</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">x</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="function" args="3">pdf_f</e>
        <e type="operand">x</e>
        <e type="operand">F.L</e>
        <e type="operand">F.R</e>
        <e type="function" args="4">explicit</e>
        <e type="operand">key</e>
        <e type="operand" style="string">PDF</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">filled_func</e>
        <e type="operand">false</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">x</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="function" args="3">pdf_f</e>
        <e type="operand">x</e>
        <e type="operand">0</e>
        <e type="operand">3</e>
        <e type="function" args="4">explicit</e>
        <e type="operand">key</e>
        <e type="operand" style="string">S2x/S2y (</e>
        <e type="operand">T</e>
        <e type="operand" style="string">)</e>
        <e type="function" preserve="true" args="3">concat</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">points_joined</e>
        <e type="operand">impulses</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">color</e>
        <e type="operand">red</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">F</e>
        <e type="operand">F</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="function" args="3">pdf_f</e>
        <e type="operand">1</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="4">mat</e>
        <e type="function" args="1">points</e>
        <e type="operand">yrange</e>
        <e type="operand">0</e>
        <e type="operand">0.9</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="4">sys</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">grid</e>
        <e type="operand">true</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">14</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="16">sys</e>
        <e type="function" preserve="true" args="1">Draw2D</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="179" left="441" top="9774" width="307" height="241" color="#000000" bgColor="#ffffff" fontSize="10">
    <image width="297" height="233">
      <input>
        <e type="operand">p</e>
      </input>
    </image>
  </region>
</regions>