<?xml version="1.0" encoding="ISO-8859-1"?>

<ze_graph>

    <include>.\xmlscript\inc06.xml</include>

    <ze_render>
        <size>500, 300</size>
        <ze_scene>
            <ze_node>
                <ze_plot>
                    <ze_font></ze_font>
                    
                    <xrange>0, 37</xrange>
                    <xshowlabels>false</xshowlabels>
                    <xshowticks>false</xshowticks>
                    
                    <yrange>-1, 1</yrange>
                    <yshowlabels>false</yshowlabels>
                    <yshowticks>false</yshowticks>
                    
                    <!-- the empty node will be filled with objects during the animation-->
                    <ze_node name="node">
                        <color>0, 0, 1, 1</color>
                    </ze_node>
                </ze_plot>
                
            </ze_node>
        </ze_scene>
        
        <show timer="60" key_deg="0" time_deg="0" list="list">node</show>
    </ze_render>
</ze_graph>