From: <ef...@us...> - 2010-04-26 23:05:20
|
Revision: 8275 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8275&view=rev Author: efiring Date: 2010-04-26 23:05:14 +0000 (Mon, 26 Apr 2010) Log Message: ----------- axes: fix autoscale_view for test_axes/single_date test, and update test output. In the old version, single_date was behaving as if tight autoscaling were in effect; now it puts the viewLim on tick marks. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/axes.py trunk/matplotlib/lib/matplotlib/tests/baseline_images/test_axes/single_date.pdf trunk/matplotlib/lib/matplotlib/tests/baseline_images/test_axes/single_date.png trunk/matplotlib/lib/matplotlib/tests/baseline_images/test_axes/single_date.svg Modified: trunk/matplotlib/lib/matplotlib/axes.py =================================================================== --- trunk/matplotlib/lib/matplotlib/axes.py 2010-04-26 21:11:03 UTC (rev 8274) +++ trunk/matplotlib/lib/matplotlib/axes.py 2010-04-26 23:05:14 UTC (rev 8275) @@ -1722,14 +1722,20 @@ dl = [ax.dataLim for ax in xshared] bb = mtransforms.BboxBase.union(dl) x0, x1 = bb.intervalx - x0, x1 = mtransforms.nonsingular(x0, x1, increasing=False, - expander=0.05) + xlocator = self.xaxis.get_major_locator() + try: + # e.g. DateLocator has its own nonsingular() + x0, x1 = xlocator.nonsingular(x0, x1) + except AttributeError: + # Default nonsingular for, e.g., MaxNLocator + x0, x1 = mtransforms.nonsingular(x0, x1, increasing=False, + expander=0.05) if self._xmargin > 0: delta = (x1 - x0) * self._xmargin x0 -= delta x1 += delta if not _tight: - x0, x1 = self.xaxis.get_major_locator().view_limits(x0, x1) + x0, x1 = xlocator.view_limits(x0, x1) self.set_xbound(x0, x1) if scaley and self._autoscaleYon: @@ -1737,14 +1743,18 @@ dl = [ax.dataLim for ax in yshared] bb = mtransforms.BboxBase.union(dl) y0, y1 = bb.intervaly - y0, y1 = mtransforms.nonsingular(y0, y1, increasing=False, - expander=0.05) + ylocator = self.yaxis.get_major_locator() + try: + y0, y1 = ylocator.nonsingular(y0, y1) + except AttributeError: + y0, y1 = mtransforms.nonsingular(y0, y1, increasing=False, + expander=0.05) if self._ymargin > 0: delta = (y1 - y0) * self._ymargin y0 -= delta y1 += delta if not _tight: - y0, y1 = self.yaxis.get_major_locator().view_limits(y0, y1) + y0, y1 = ylocator.view_limits(y0, y1) self.set_ybound(y0, y1) #### Drawing Modified: trunk/matplotlib/lib/matplotlib/tests/baseline_images/test_axes/single_date.pdf =================================================================== (Binary files differ) Modified: trunk/matplotlib/lib/matplotlib/tests/baseline_images/test_axes/single_date.png =================================================================== (Binary files differ) Modified: trunk/matplotlib/lib/matplotlib/tests/baseline_images/test_axes/single_date.svg =================================================================== --- trunk/matplotlib/lib/matplotlib/tests/baseline_images/test_axes/single_date.svg 2010-04-26 21:11:03 UTC (rev 8274) +++ trunk/matplotlib/lib/matplotlib/tests/baseline_images/test_axes/single_date.svg 2010-04-26 23:05:14 UTC (rev 8275) @@ -37,11 +37,11 @@ <g id="xtick1"> <g id="line2d2"> <defs><path id="m30e32995789d870ad79a2e54c91cf9c6" d="M0.000000 0.000000L0.000000 -4.000000"/></defs> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="125.163821" y="200.290909"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="127.035616" y="200.290909"/> </g></g> <g id="line2d3"> <defs><path id="m9281cae24120827b11d5ea8a7ad3e96b" d="M0.000000 0.000000L0.000000 4.000000"/></defs> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="125.163821" y="43.200000"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="127.035616" y="43.200000"/> </g></g> <g id="text1"> <defs> @@ -54,7 +54,7 @@ <path id="c_956f18cfdaf972f35a6c2b4aaac2532b" d="M8.203125 -72.906250l46.875000 0.000000l0.000000 4.203125l-26.468750 68.703125l-10.296875 0.000000l24.906250 -64.593750l-35.015625 0.000000z"/> <path id="c_cc8d6d580d1b10c8632f7a42cd53db8a" d="M33.015625 -40.375000q-6.640625 0.000000 -10.531250 4.546875q-3.875000 4.531250 -3.875000 12.437500q0.000000 7.859375 3.875000 12.437500q3.890625 4.562500 10.531250 4.562500q6.640625 0.000000 10.515625 -4.562500q3.875000 -4.578125 3.875000 -12.437500q0.000000 -7.906250 -3.875000 -12.437500q-3.875000 -4.546875 -10.515625 -4.546875M52.593750 -71.296875l0.000000 8.984375q-3.718750 -1.750000 -7.500000 -2.671875q-3.781250 -0.937500 -7.500000 -0.937500q-9.765625 0.000000 -14.921875 6.593750q-5.140625 6.593750 -5.875000 19.921875q2.875000 -4.250000 7.218750 -6.515625q4.359375 -2.265625 9.578125 -2.265625q10.984375 0.000000 17.359375 6.671875q6.375000 6.656250 6.375000 18.125000q0.000000 11.234375 -6.640625 18.031250q-6.640625 6.781250 -17.671875 6.781250q-12.656250 0.000000 -19.343750 -9.687500q-6.687500 -9.703125 -6.687500 -28.109375q0.000000 -17.281250 8.203125 -27.562500q8.203125 -10.281250 22.015625 -10.281250q3.718750 0.000000 7.500000 0.734375q3.781250 0.734375 7.890625 2.187500"/> </defs> -<g style="fill: #000000; opacity: 1.000000" transform="translate(97.616946,213.197159)scale(0.120000)"> +<g style="fill: #000000; opacity: 1.000000" transform="translate(99.488741,213.197159)scale(0.120000)"> <use xlink:href="#c_72234ddc5dcad8d05c893ef0371171da"/> <use xlink:href="#c_01d93a582460e35a7945ca50d148ffeb" x="86.279297"/> <use xlink:href="#c_6ec8d5749226675394676a5d2a3b468b" x="147.558594"/> @@ -68,10 +68,10 @@ </g> <g id="xtick2"> <g id="line2d4"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="182.048652" y="200.290909"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="183.294247" y="200.290909"/> </g></g> <g id="line2d5"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="182.048652" y="43.200000"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="183.294247" y="43.200000"/> </g></g> <g id="text2"> <defs> @@ -79,7 +79,7 @@ <path id="c_0bce5afba2dc6b9024b26277c38ad8e8" d="M56.203125 -29.593750l0.000000 4.390625l-41.312500 0.000000q0.593750 9.281250 5.593750 14.140625q5.000000 4.859375 13.937500 4.859375q5.171875 0.000000 10.031250 -1.265625q4.859375 -1.265625 9.656250 -3.812500l0.000000 8.500000q-4.843750 2.046875 -9.921875 3.125000q-5.078125 1.078125 -10.296875 1.078125q-13.093750 0.000000 -20.734375 -7.609375q-7.640625 -7.625000 -7.640625 -20.625000q0.000000 -13.421875 7.250000 -21.296875q7.250000 -7.890625 19.562500 -7.890625q11.031250 0.000000 17.453125 7.109375q6.421875 7.093750 6.421875 19.296875M47.218750 -32.234375q-0.093750 -7.359375 -4.125000 -11.750000q-4.031250 -4.406250 -10.671875 -4.406250q-7.515625 0.000000 -12.031250 4.250000q-4.515625 4.250000 -5.203125 11.968750z"/> <path id="c_f15a64fcd463ef4629c48bab42cde24c" d="M18.109375 -8.203125l0.000000 29.000000l-9.031250 0.000000l0.000000 -75.484375l9.031250 0.000000l0.000000 8.296875q2.843750 -4.875000 7.156250 -7.234375q4.328125 -2.375000 10.328125 -2.375000q9.968750 0.000000 16.187500 7.906250q6.234375 7.906250 6.234375 20.796875q0.000000 12.890625 -6.234375 20.812500q-6.218750 7.906250 -16.187500 7.906250q-6.000000 0.000000 -10.328125 -2.375000q-4.312500 -2.375000 -7.156250 -7.250000M48.687500 -27.296875q0.000000 -9.906250 -4.078125 -15.546875q-4.078125 -5.640625 -11.203125 -5.640625q-7.140625 0.000000 -11.218750 5.640625q-4.078125 5.640625 -4.078125 15.546875q0.000000 9.906250 4.078125 15.546875q4.078125 5.640625 11.218750 5.640625q7.125000 0.000000 11.203125 -5.640625q4.078125 -5.640625 4.078125 -15.546875"/> </defs> -<g style="fill: #000000; opacity: 1.000000" transform="translate(154.322089,213.197159)scale(0.120000)"> +<g style="fill: #000000; opacity: 1.000000" transform="translate(155.567684,213.197159)scale(0.120000)"> <use xlink:href="#c_b672e4bee30772019085dff1098f516d"/> <use xlink:href="#c_0bce5afba2dc6b9024b26277c38ad8e8" x="63.476562"/> <use xlink:href="#c_f15a64fcd463ef4629c48bab42cde24c" x="125.000000"/> @@ -93,13 +93,13 @@ </g> <g id="xtick3"> <g id="line2d6"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="238.006012" y="200.290909"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="238.635616" y="200.290909"/> </g></g> <g id="line2d7"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="238.006012" y="43.200000"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="238.635616" y="43.200000"/> </g></g> <g id="text3"> -<g style="fill: #000000; opacity: 1.000000" transform="translate(210.591950,213.197159)scale(0.120000)"> +<g style="fill: #000000; opacity: 1.000000" transform="translate(211.221554,213.197159)scale(0.120000)"> <use xlink:href="#c_72234ddc5dcad8d05c893ef0371171da"/> <use xlink:href="#c_01d93a582460e35a7945ca50d148ffeb" x="86.279297"/> <use xlink:href="#c_6ec8d5749226675394676a5d2a3b468b" x="147.558594"/> @@ -113,13 +113,13 @@ </g> <g id="xtick4"> <g id="line2d8"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="294.890843" y="200.290909"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="294.894247" y="200.290909"/> </g></g> <g id="line2d9"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="294.890843" y="43.200000"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="294.894247" y="43.200000"/> </g></g> <g id="text4"> -<g style="fill: #000000; opacity: 1.000000" transform="translate(267.297093,213.197159)scale(0.120000)"> +<g style="fill: #000000; opacity: 1.000000" transform="translate(267.300497,213.197159)scale(0.120000)"> <use xlink:href="#c_b672e4bee30772019085dff1098f516d"/> <use xlink:href="#c_0bce5afba2dc6b9024b26277c38ad8e8" x="63.476562"/> <use xlink:href="#c_f15a64fcd463ef4629c48bab42cde24c" x="125.000000"/> @@ -133,16 +133,16 @@ </g> <g id="xtick5"> <g id="line2d10"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="350.848204" y="200.290909"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="350.235616" y="200.290909"/> </g></g> <g id="line2d11"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="350.848204" y="43.200000"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="350.235616" y="43.200000"/> </g></g> <g id="text5"> <defs> <path id="c_bef35738d52871942e50b9de9b122bab" d="M31.781250 -34.625000q-7.031250 0.000000 -11.062500 3.765625q-4.015625 3.765625 -4.015625 10.343750q0.000000 6.593750 4.015625 10.359375q4.031250 3.765625 11.062500 3.765625q7.031250 0.000000 11.078125 -3.781250q4.062500 -3.796875 4.062500 -10.343750q0.000000 -6.578125 -4.031250 -10.343750q-4.015625 -3.765625 -11.109375 -3.765625M21.921875 -38.812500q-6.343750 -1.562500 -9.890625 -5.906250q-3.531250 -4.359375 -3.531250 -10.609375q0.000000 -8.734375 6.218750 -13.812500q6.234375 -5.078125 17.062500 -5.078125q10.890625 0.000000 17.093750 5.078125q6.203125 5.078125 6.203125 13.812500q0.000000 6.250000 -3.546875 10.609375q-3.531250 4.343750 -9.828125 5.906250q7.125000 1.656250 11.093750 6.500000q3.984375 4.828125 3.984375 11.796875q0.000000 10.609375 -6.468750 16.281250q-6.468750 5.656250 -18.531250 5.656250q-12.046875 0.000000 -18.531250 -5.656250q-6.468750 -5.671875 -6.468750 -16.281250q0.000000 -6.968750 4.000000 -11.796875q4.015625 -4.843750 11.140625 -6.500000M18.312500 -54.390625q0.000000 5.656250 3.531250 8.828125q3.546875 3.171875 9.937500 3.171875q6.359375 0.000000 9.937500 -3.171875q3.593750 -3.171875 3.593750 -8.828125q0.000000 -5.671875 -3.593750 -8.843750q-3.578125 -3.171875 -9.937500 -3.171875q-6.390625 0.000000 -9.937500 3.171875q-3.531250 3.171875 -3.531250 8.843750"/> </defs> -<g style="fill: #000000; opacity: 1.000000" transform="translate(323.332579,213.197159)scale(0.120000)"> +<g style="fill: #000000; opacity: 1.000000" transform="translate(322.719991,213.197159)scale(0.120000)"> <use xlink:href="#c_72234ddc5dcad8d05c893ef0371171da"/> <use xlink:href="#c_01d93a582460e35a7945ca50d148ffeb" x="86.279297"/> <use xlink:href="#c_6ec8d5749226675394676a5d2a3b468b" x="147.558594"/> @@ -156,13 +156,13 @@ </g> <g id="xtick6"> <g id="line2d12"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="407.733035" y="200.290909"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="406.494247" y="200.290909"/> </g></g> <g id="line2d13"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="407.733035" y="43.200000"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="406.494247" y="43.200000"/> </g></g> <g id="text6"> -<g style="fill: #000000; opacity: 1.000000" transform="translate(380.037722,213.197159)scale(0.120000)"> +<g style="fill: #000000; opacity: 1.000000" transform="translate(378.798934,213.197159)scale(0.120000)"> <use xlink:href="#c_b672e4bee30772019085dff1098f516d"/> <use xlink:href="#c_0bce5afba2dc6b9024b26277c38ad8e8" x="63.476562"/> <use xlink:href="#c_f15a64fcd463ef4629c48bab42cde24c" x="125.000000"/> @@ -176,13 +176,13 @@ </g> <g id="xtick7"> <g id="line2d14"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="463.690396" y="200.290909"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="461.835616" y="200.290909"/> </g></g> <g id="line2d15"> -<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="463.690396" y="43.200000"/> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="461.835616" y="43.200000"/> </g></g> <g id="text7"> -<g style="fill: #000000; opacity: 1.000000" transform="translate(436.182583,213.197159)scale(0.120000)"> +<g style="fill: #000000; opacity: 1.000000" transform="translate(434.327804,213.197159)scale(0.120000)"> <use xlink:href="#c_72234ddc5dcad8d05c893ef0371171da"/> <use xlink:href="#c_01d93a582460e35a7945ca50d148ffeb" x="86.279297"/> <use xlink:href="#c_6ec8d5749226675394676a5d2a3b468b" x="147.558594"/> @@ -194,18 +194,38 @@ </g> </g> </g> +<g id="xtick8"> +<g id="line2d16"> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="518.094247" y="200.290909"/> +</g></g> +<g id="line2d17"> +<g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="518.094247" y="43.200000"/> +</g></g> +<g id="text8"> +<g style="fill: #000000; opacity: 1.000000" transform="translate(490.406747,213.197159)scale(0.120000)"> +<use xlink:href="#c_b672e4bee30772019085dff1098f516d"/> +<use xlink:href="#c_0bce5afba2dc6b9024b26277c38ad8e8" x="63.476562"/> +<use xlink:href="#c_f15a64fcd463ef4629c48bab42cde24c" x="125.000000"/> +<use xlink:href="#c_d41d8cd98f00b204e9800998ecf8427e" x="188.476562"/> +<use xlink:href="#c_42baa63129a918535c52adb20d687ea7" x="220.263672"/> +<use xlink:href="#c_cd96f817f3cab988d24a2b49a5577fe6" x="283.886719"/> +<use xlink:href="#c_956f18cfdaf972f35a6c2b4aaac2532b" x="347.509766"/> +<use xlink:href="#c_cd96f817f3cab988d24a2b49a5577fe6" x="411.132812"/> </g> +</g> +</g> +</g> <g id="matplotlib.axis2"> <g id="ytick1"> -<g id="line2d16"> +<g id="line2d18"> <defs><path id="m3400efa6b1638b3fea9e19e898273957" d="M0.000000 0.000000L4.000000 0.000000"/></defs> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="200.290909"/> </g></g> -<g id="line2d17"> +<g id="line2d19"> <defs><path id="m20b58b2501143cb5e0a5e8f1ef6f1643" d="M0.000000 0.000000L-4.000000 0.000000"/></defs> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="200.290909"/> </g></g> -<g id="text8"> +<g id="text9"> <defs> <path id="c_6a8d56c819c37117ab4cf023bec22a5a" d="M10.593750 -35.500000l62.593750 0.000000l0.000000 8.296875l-62.593750 0.000000z"/> </defs> @@ -217,13 +237,13 @@ </g> </g> <g id="ytick2"> -<g id="line2d18"> +<g id="line2d20"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="177.849351"/> </g></g> -<g id="line2d19"> +<g id="line2d21"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="177.849351"/> </g></g> -<g id="text9"> +<g id="text10"> <g style="fill: #000000; opacity: 1.000000" transform="translate(44.750000,182.216538)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> @@ -232,13 +252,13 @@ </g> </g> <g id="ytick3"> -<g id="line2d20"> +<g id="line2d22"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="155.407792"/> </g></g> -<g id="line2d21"> +<g id="line2d23"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="155.407792"/> </g></g> -<g id="text10"> +<g id="text11"> <g style="fill: #000000; opacity: 1.000000" transform="translate(44.953125,159.774980)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> @@ -247,13 +267,13 @@ </g> </g> <g id="ytick4"> -<g id="line2d22"> +<g id="line2d24"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="132.966234"/> </g></g> -<g id="line2d23"> +<g id="line2d25"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="132.966234"/> </g></g> -<g id="text11"> +<g id="text12"> <g style="fill: #000000; opacity: 1.000000" transform="translate(44.687500,137.333421)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> @@ -262,13 +282,13 @@ </g> </g> <g id="ytick5"> -<g id="line2d24"> +<g id="line2d26"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="110.524675"/> </g></g> -<g id="line2d25"> +<g id="line2d27"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="110.524675"/> </g></g> -<g id="text12"> +<g id="text13"> <defs> <path id="c_1260a2df50f305f3db244e29828f968e" d="M10.796875 -72.906250l38.718750 0.000000l0.000000 8.312500l-29.687500 0.000000l0.000000 17.859375q2.140625 -0.734375 4.281250 -1.093750q2.156250 -0.359375 4.312500 -0.359375q12.203125 0.000000 19.328125 6.687500q7.140625 6.687500 7.140625 18.109375q0.000000 11.765625 -7.328125 18.296875q-7.328125 6.515625 -20.656250 6.515625q-4.593750 0.000000 -9.359375 -0.781250q-4.750000 -0.781250 -9.828125 -2.343750l0.000000 -9.921875q4.390625 2.390625 9.078125 3.562500q4.687500 1.171875 9.906250 1.171875q8.453125 0.000000 13.375000 -4.437500q4.937500 -4.437500 4.937500 -12.062500q0.000000 -7.609375 -4.937500 -12.046875q-4.921875 -4.453125 -13.375000 -4.453125q-3.953125 0.000000 -7.890625 0.875000q-3.921875 0.875000 -8.015625 2.734375z"/> </defs> @@ -280,13 +300,13 @@ </g> </g> <g id="ytick6"> -<g id="line2d26"> +<g id="line2d28"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="88.083117"/> </g></g> -<g id="line2d27"> +<g id="line2d29"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="88.083117"/> </g></g> -<g id="text13"> +<g id="text14"> <defs> <path id="c_a0416418d96557a09b8c1332d34883ba" d="M37.796875 -64.312500l-24.906250 38.921875l24.906250 0.000000zM35.203125 -72.906250l12.406250 0.000000l0.000000 47.515625l10.406250 0.000000l0.000000 8.203125l-10.406250 0.000000l0.000000 17.187500l-9.812500 0.000000l0.000000 -17.187500l-32.906250 0.000000l0.000000 -9.515625z"/> </defs> @@ -298,13 +318,13 @@ </g> </g> <g id="ytick7"> -<g id="line2d28"> +<g id="line2d30"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="65.641558"/> </g></g> -<g id="line2d29"> +<g id="line2d31"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="65.641558"/> </g></g> -<g id="text14"> +<g id="text15"> <defs> <path id="c_3dcfa38a02242cb63ec6726c6e70be7a" d="M40.578125 -39.312500q7.078125 1.515625 11.046875 6.312500q3.984375 4.781250 3.984375 11.812500q0.000000 10.781250 -7.421875 16.703125q-7.421875 5.906250 -21.093750 5.906250q-4.578125 0.000000 -9.437500 -0.906250q-4.859375 -0.906250 -10.031250 -2.718750l0.000000 -9.515625q4.093750 2.390625 8.968750 3.609375q4.890625 1.218750 10.218750 1.218750q9.265625 0.000000 14.125000 -3.656250q4.859375 -3.656250 4.859375 -10.640625q0.000000 -6.453125 -4.515625 -10.078125q-4.515625 -3.640625 -12.562500 -3.640625l-8.500000 0.000000l0.000000 -8.109375l8.890625 0.000000q7.265625 0.000000 11.125000 -2.906250q3.859375 -2.906250 3.859375 -8.375000q0.000000 -5.609375 -3.984375 -8.609375q-3.968750 -3.015625 -11.390625 -3.015625q-4.062500 0.000000 -8.703125 0.890625q-4.640625 0.875000 -10.203125 2.718750l0.000000 -8.781250q5.625000 -1.562500 10.531250 -2.343750q4.906250 -0.781250 9.250000 -0.781250q11.234375 0.000000 17.765625 5.109375q6.546875 5.093750 6.546875 13.781250q0.000000 6.062500 -3.468750 10.234375q-3.468750 4.171875 -9.859375 5.781250"/> </defs> @@ -316,13 +336,13 @@ </g> </g> <g id="ytick8"> -<g id="line2d30"> +<g id="line2d32"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="43.200000"/> </g></g> -<g id="line2d31"> +<g id="line2d33"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="43.200000"/> </g></g> -<g id="text15"> +<g id="text16"> <defs> <path id="c_ed3f3ed3ebfbd18bcb9c012009a68ad1" d="M19.187500 -8.296875l34.421875 0.000000l0.000000 8.296875l-46.281250 0.000000l0.000000 -8.296875q5.609375 -5.812500 15.296875 -15.593750q9.703125 -9.796875 12.187500 -12.640625q4.734375 -5.312500 6.609375 -9.000000q1.890625 -3.687500 1.890625 -7.250000q0.000000 -5.812500 -4.078125 -9.468750q-4.078125 -3.671875 -10.625000 -3.671875q-4.640625 0.000000 -9.796875 1.609375q-5.140625 1.609375 -11.000000 4.890625l0.000000 -9.968750q5.953125 -2.390625 11.125000 -3.609375q5.187500 -1.218750 9.484375 -1.218750q11.328125 0.000000 18.062500 5.671875q6.734375 5.656250 6.734375 15.125000q0.000000 4.500000 -1.687500 8.531250q-1.671875 4.015625 -6.125000 9.484375q-1.218750 1.421875 -7.765625 8.187500q-6.531250 6.765625 -18.453125 18.921875"/> </defs> @@ -352,7 +372,7 @@ <path style="fill: #ffffff; opacity: 1.000000" d="M72.000000 388.800000L518.400000 388.800000L518.400000 231.709091 L72.000000 231.709091L72.000000 388.800000"/> </g> -<g id="line2d32"> +<g id="line2d34"> <defs> <clipPath id="pdceb94b59b302b6d614f8fc54d3b8e04"> <rect x="72.000000" y="231.709091" width="446.400000" height="157.090909"/> @@ -360,14 +380,14 @@ </defs><g clip-path="url(#pdceb94b59b302b6d614f8fc54d3b8e04)"><use style="fill: #ff0000; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m87f81da4bcf58d853202912065521dc1" x="306.159120" y="311.152208"/> </g></g> <g id="matplotlib.axis3"> -<g id="xtick8"> -<g id="line2d33"> +<g id="xtick9"> +<g id="line2d35"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="72.000000" y="388.800000"/> </g></g> -<g id="line2d34"> +<g id="line2d36"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="72.000000" y="231.709091"/> </g></g> -<g id="text16"> +<g id="text17"> <defs> <path id="c_7a2040fe3b94fcd41d0a72c84e93b115" d="M31.781250 -66.406250q-7.609375 0.000000 -11.453125 7.500000q-3.828125 7.484375 -3.828125 22.531250q0.000000 14.984375 3.828125 22.484375q3.843750 7.500000 11.453125 7.500000q7.671875 0.000000 11.500000 -7.500000q3.843750 -7.500000 3.843750 -22.484375q0.000000 -15.046875 -3.843750 -22.531250q-3.828125 -7.500000 -11.500000 -7.500000M31.781250 -74.218750q12.265625 0.000000 18.734375 9.703125q6.468750 9.687500 6.468750 28.140625q0.000000 18.406250 -6.468750 28.109375q-6.468750 9.687500 -18.734375 9.687500q-12.250000 0.000000 -18.718750 -9.687500q-6.468750 -9.703125 -6.468750 -28.109375q0.000000 -18.453125 6.468750 -28.140625q6.468750 -9.703125 18.718750 -9.703125"/> </defs> @@ -381,14 +401,14 @@ </g> </g> </g> -<g id="xtick9"> -<g id="line2d35"> +<g id="xtick10"> +<g id="line2d37"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="127.800000" y="388.800000"/> </g></g> -<g id="line2d36"> +<g id="line2d38"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="127.800000" y="231.709091"/> </g></g> -<g id="text17"> +<g id="text18"> <g style="fill: #000000; opacity: 1.000000" transform="translate(105.698438,401.706250)scale(0.120000)"> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a"/> <use xlink:href="#c_cd96f817f3cab988d24a2b49a5577fe6" x="63.623047"/> @@ -399,14 +419,14 @@ </g> </g> </g> -<g id="xtick10"> -<g id="line2d37"> +<g id="xtick11"> +<g id="line2d39"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="183.600000" y="388.800000"/> </g></g> -<g id="line2d38"> +<g id="line2d40"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="183.600000" y="231.709091"/> </g></g> -<g id="text18"> +<g id="text19"> <g style="fill: #000000; opacity: 1.000000" transform="translate(161.568750,401.706250)scale(0.120000)"> <use xlink:href="#c_956f18cfdaf972f35a6c2b4aaac2532b"/> <use xlink:href="#c_7a2040fe3b94fcd41d0a72c84e93b115" x="63.623047"/> @@ -417,14 +437,14 @@ </g> </g> </g> -<g id="xtick11"> -<g id="line2d39"> +<g id="xtick12"> +<g id="line2d41"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="239.400000" y="388.800000"/> </g></g> -<g id="line2d40"> +<g id="line2d42"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="239.400000" y="231.709091"/> </g></g> -<g id="text19"> +<g id="text20"> <g style="fill: #000000; opacity: 1.000000" transform="translate(217.368750,401.706250)scale(0.120000)"> <use xlink:href="#c_956f18cfdaf972f35a6c2b4aaac2532b"/> <use xlink:href="#c_42baa63129a918535c52adb20d687ea7" x="63.623047"/> @@ -435,14 +455,14 @@ </g> </g> </g> -<g id="xtick12"> -<g id="line2d41"> +<g id="xtick13"> +<g id="line2d43"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="295.200000" y="388.800000"/> </g></g> -<g id="line2d42"> +<g id="line2d44"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="295.200000" y="231.709091"/> </g></g> -<g id="text20"> +<g id="text21"> <g style="fill: #000000; opacity: 1.000000" transform="translate(273.168750,401.706250)scale(0.120000)"> <use xlink:href="#c_956f18cfdaf972f35a6c2b4aaac2532b"/> <use xlink:href="#c_ed3f3ed3ebfbd18bcb9c012009a68ad1" x="63.623047"/> @@ -453,14 +473,14 @@ </g> </g> </g> -<g id="xtick13"> -<g id="line2d43"> +<g id="xtick14"> +<g id="line2d45"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="351.000000" y="388.800000"/> </g></g> -<g id="line2d44"> +<g id="line2d46"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="351.000000" y="231.709091"/> </g></g> -<g id="text21"> +<g id="text22"> <g style="fill: #000000; opacity: 1.000000" transform="translate(328.968750,401.706250)scale(0.120000)"> <use xlink:href="#c_956f18cfdaf972f35a6c2b4aaac2532b"/> <use xlink:href="#c_3dcfa38a02242cb63ec6726c6e70be7a" x="63.623047"/> @@ -471,14 +491,14 @@ </g> </g> </g> -<g id="xtick14"> -<g id="line2d45"> +<g id="xtick15"> +<g id="line2d47"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="406.800000" y="388.800000"/> </g></g> -<g id="line2d46"> +<g id="line2d48"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="406.800000" y="231.709091"/> </g></g> -<g id="text22"> +<g id="text23"> <g style="fill: #000000; opacity: 1.000000" transform="translate(384.768750,401.706250)scale(0.120000)"> <use xlink:href="#c_956f18cfdaf972f35a6c2b4aaac2532b"/> <use xlink:href="#c_a0416418d96557a09b8c1332d34883ba" x="63.623047"/> @@ -489,14 +509,14 @@ </g> </g> </g> -<g id="xtick15"> -<g id="line2d47"> +<g id="xtick16"> +<g id="line2d49"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="462.600000" y="388.800000"/> </g></g> -<g id="line2d48"> +<g id="line2d50"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="462.600000" y="231.709091"/> </g></g> -<g id="text23"> +<g id="text24"> <g style="fill: #000000; opacity: 1.000000" transform="translate(440.568750,401.706250)scale(0.120000)"> <use xlink:href="#c_956f18cfdaf972f35a6c2b4aaac2532b"/> <use xlink:href="#c_1260a2df50f305f3db244e29828f968e" x="63.623047"/> @@ -507,14 +527,14 @@ </g> </g> </g> -<g id="xtick16"> -<g id="line2d49"> +<g id="xtick17"> +<g id="line2d51"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m30e32995789d870ad79a2e54c91cf9c6" x="518.400000" y="388.800000"/> </g></g> -<g id="line2d50"> +<g id="line2d52"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m9281cae24120827b11d5ea8a7ad3e96b" x="518.400000" y="231.709091"/> </g></g> -<g id="text24"> +<g id="text25"> <g style="fill: #000000; opacity: 1.000000" transform="translate(496.368750,401.706250)scale(0.120000)"> <use xlink:href="#c_956f18cfdaf972f35a6c2b4aaac2532b"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="63.623047"/> @@ -528,13 +548,13 @@ </g> <g id="matplotlib.axis4"> <g id="ytick9"> -<g id="line2d51"> +<g id="line2d53"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="388.800000"/> </g></g> -<g id="line2d52"> +<g id="line2d54"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="388.800000"/> </g></g> -<g id="text25"> +<g id="text26"> <g style="fill: #000000; opacity: 1.000000" transform="translate(44.765625,393.167188)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> @@ -543,13 +563,13 @@ </g> </g> <g id="ytick10"> -<g id="line2d53"> +<g id="line2d55"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="366.358442"/> </g></g> -<g id="line2d54"> +<g id="line2d56"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="366.358442"/> </g></g> -<g id="text26"> +<g id="text27"> <g style="fill: #000000; opacity: 1.000000" transform="translate(44.750000,370.725629)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> @@ -558,13 +578,13 @@ </g> </g> <g id="ytick11"> -<g id="line2d55"> +<g id="line2d57"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="343.916883"/> </g></g> -<g id="line2d56"> +<g id="line2d58"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="343.916883"/> </g></g> -<g id="text27"> +<g id="text28"> <g style="fill: #000000; opacity: 1.000000" transform="translate(44.953125,348.284071)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> @@ -573,13 +593,13 @@ </g> </g> <g id="ytick12"> -<g id="line2d57"> +<g id="line2d59"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="321.475325"/> </g></g> -<g id="line2d58"> +<g id="line2d60"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="321.475325"/> </g></g> -<g id="text28"> +<g id="text29"> <g style="fill: #000000; opacity: 1.000000" transform="translate(44.687500,325.842512)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> @@ -588,13 +608,13 @@ </g> </g> <g id="ytick13"> -<g id="line2d59"> +<g id="line2d61"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="299.033766"/> </g></g> -<g id="line2d60"> +<g id="line2d62"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="299.033766"/> </g></g> -<g id="text29"> +<g id="text30"> <g style="fill: #000000; opacity: 1.000000" transform="translate(44.968750,303.400954)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> @@ -603,13 +623,13 @@ </g> </g> <g id="ytick14"> -<g id="line2d61"> +<g id="line2d63"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="276.592208"/> </g></g> -<g id="line2d62"> +<g id="line2d64"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="276.592208"/> </g></g> -<g id="text30"> +<g id="text31"> <g style="fill: #000000; opacity: 1.000000" transform="translate(44.593750,280.959395)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> @@ -618,13 +638,13 @@ </g> </g> <g id="ytick15"> -<g id="line2d63"> +<g id="line2d65"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="254.150649"/> </g></g> -<g id="line2d64"> +<g id="line2d66"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="254.150649"/> </g></g> -<g id="text31"> +<g id="text32"> <g style="fill: #000000; opacity: 1.000000" transform="translate(44.890625,258.517837)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> @@ -633,13 +653,13 @@ </g> </g> <g id="ytick16"> -<g id="line2d65"> +<g id="line2d67"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m3400efa6b1638b3fea9e19e898273957" x="72.000000" y="231.709091"/> </g></g> -<g id="line2d66"> +<g id="line2d68"> <g ><use style="fill: none; stroke: #000000; stroke-width: 0.500000; stroke-linejoin: round; stroke-linecap: butt; opacity: 1.000000" xlink:href="#m20b58b2501143cb5e0a5e8f1ef6f1643" x="518.400000" y="231.709091"/> </g></g> -<g id="text32"> +<g id="text33"> <g style="fill: #000000; opacity: 1.000000" transform="translate(45.125000,236.076278)scale(0.120000)"> <use xlink:href="#c_6a8d56c819c37117ab4cf023bec22a5a"/> <use xlink:href="#c_cc8d6d580d1b10c8632f7a42cd53db8a" x="83.789062"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |