QuickGraphLib 0.1.0a10__tar.gz → 0.1.0a11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/PKG-INFO +1 -1
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/Axis.qml +10 -7
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphArea.qml +3 -4
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/_version.py +1 -1
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/helpers/AxisHelper.cpp +6 -1
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/AllTheAxes.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/AllTheAxes.svg +82 -82
- quickgraphlib-0.1.0a11/tests/reference_images/AllTheAxes_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BasicHistogram.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BasicHistogram.svg +41 -41
- quickgraphlib-0.1.0a11/tests/reference_images/BasicHistogram_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BasicSinGraph.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BasicSinGraph.svg +33 -33
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BasicSinGraphNoPrefabs.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BasicSinGraphNoPrefabs.svg +33 -33
- quickgraphlib-0.1.0a11/tests/reference_images/BasicSinGraphNoPrefabs_grab.png +0 -0
- quickgraphlib-0.1.0a11/tests/reference_images/BasicSinGraph_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ColorMesh.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ColorMesh.svg +50 -50
- quickgraphlib-0.1.0a11/tests/reference_images/ColorMesh_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Complex.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Complex.svg +41 -41
- quickgraphlib-0.1.0a11/tests/reference_images/Complex_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Contours.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Contours.svg +41 -41
- quickgraphlib-0.1.0a11/tests/reference_images/Contours_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/DarkSinGraph.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/DarkSinGraph.svg +33 -33
- quickgraphlib-0.1.0a11/tests/reference_images/DarkSinGraph_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/DraggableRegion.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/DraggableRegion.svg +41 -41
- quickgraphlib-0.1.0a11/tests/reference_images/DraggableRegion_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/InvertedAxes.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/InvertedAxes.svg +41 -41
- quickgraphlib-0.1.0a11/tests/reference_images/InvertedAxes_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/PeakButtons.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/PeakButtons.svg +33 -33
- quickgraphlib-0.1.0a11/tests/reference_images/PeakButtons_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ReadoutLine.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ReadoutLine.svg +25 -25
- quickgraphlib-0.1.0a11/tests/reference_images/ReadoutLine_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ScalingGraph.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ScalingGraph.svg +49 -49
- quickgraphlib-0.1.0a11/tests/reference_images/ScalingGraph_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Scatter.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Scatter.svg +41 -41
- quickgraphlib-0.1.0a11/tests/reference_images/Scatter_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/SpansAndLines.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/SpansAndLines.svg +41 -41
- quickgraphlib-0.1.0a11/tests/reference_images/SpansAndLines_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Subgraphs.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Subgraphs.svg +68 -68
- quickgraphlib-0.1.0a11/tests/reference_images/Subgraphs_grab.png +0 -0
- quickgraphlib-0.1.0a11/tests/reference_images/TwinX.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/TwinX.svg +50 -50
- quickgraphlib-0.1.0a11/tests/reference_images/TwinX_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ZoomableAsImage.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ZoomableAsImage.svg +33 -33
- quickgraphlib-0.1.0a11/tests/reference_images/ZoomableAsImage_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ZoomableAxes.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ZoomableAxes.svg +33 -33
- quickgraphlib-0.1.0a11/tests/reference_images/ZoomableAxes_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/AllTheAxes_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/BasicHistogram_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/BasicSinGraphNoPrefabs_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/BasicSinGraph_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/ColorMesh_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/Complex_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/Contours_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/DarkSinGraph_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/DraggableRegion_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/InvertedAxes_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/PeakButtons_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/ReadoutLine_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/ScalingGraph_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/Scatter_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/SpansAndLines_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/Subgraphs_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/TwinX.dat +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/TwinX_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/ZoomableAsImage_grab.png +0 -0
- quickgraphlib-0.1.0a10/tests/reference_images/ZoomableAxes_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/.clang-format +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/.gitignore +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/.pre-commit-config.yaml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/LICENCE +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/AntialiasingContainer.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/ColorMaps.cpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/ColorMaps.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/DataTypes.cpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/DataTypes.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/Global.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/AxHLine.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/AxHSpan.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/AxVLine.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/AxVSpan.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/BasicLegend.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/BasicLegendItem.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/ColorMesh.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/Contour.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/GraphItemDragHandler.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/Grid.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/Histogram.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/Line.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/Marker.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/helpers/GridHelper.cpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/helpers/GridHelper.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/helpers/HistogramHelper.cpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/GraphItems/helpers/HistogramHelper.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/ImageView.cpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/ImageView.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/Plugin.cpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/PreFabs/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/PreFabs/ImageAxes.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/PreFabs/XYAxes.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/QuickGraphLib.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/ScalingContainer.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/ShapeRepeater.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/TickLabel.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/ZoomPanHandler.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/__init__.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/bindings/Bindings.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/bindings/Bindings.xml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/bindings/CMakeLists.txt +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/bindings/ShibokenHelpers.cpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/bindings/ShibokenHelpers.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/bindings/glue/DataTypes.cpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/bindings/pyigen.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/bindings/qtqml.rst +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/consts.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/contours.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/AxesGridLayout.drawio +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/AxesGridLayout.svg +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/export.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/graphitems.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/graphstructure.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/index.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/interaction.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/module-cpp.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/module.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/prefabs.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/doc/python_helpers.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/helpers/AxisHelper.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/helpers/Foreign.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/helpers/Helpers.cpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/helpers/Helpers.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/helpers/ShapeRepeaterHelper.cpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/helpers/ShapeRepeaterHelper.hpp +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/QuickGraphLib/py.typed +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/README.md +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/activate_venv.ps1 +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/ci/find_qt.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/ci/setup_qt.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/docs/build_docs.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/docs/config.qdocconf +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/docs/style.css +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/AllTheAxes.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/AllTheAxes.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/AllTheAxes.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BasicHistogram.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BasicHistogram.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BasicHistogram.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BasicSinGraph.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BasicSinGraph.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BasicSinGraph.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BasicSinGraphNoPrefabs.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BasicSinGraphNoPrefabs.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BasicSinGraphNoPrefabs.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BuiltinColormaps.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BuiltinColormaps.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/BuiltinColormaps.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ColorMappedImages.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ColorMappedImages.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ColorMappedImages.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ColorMesh.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ColorMesh.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ColorMesh.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Complex.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Complex.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Complex.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Contours.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Contours.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Contours.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Conway.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Conway.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Conway.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/DarkSinGraph.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/DarkSinGraph.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/DarkSinGraph.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/DraggableRegion.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/DraggableRegion.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/DraggableRegion.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ExampleGallery.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ExampleGallery.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ImageAlignment.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ImageAlignment.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ImageAlignment.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/InvertedAxes.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/InvertedAxes.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/InvertedAxes.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/PeakButtons.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/PeakButtons.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/PeakButtons.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ReadoutLine.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ReadoutLine.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ReadoutLine.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ScalingGraph.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ScalingGraph.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ScalingGraph.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Scatter.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Scatter.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Scatter.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/SpansAndLines.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/SpansAndLines.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/SpansAndLines.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Subgraphs.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Subgraphs.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/Subgraphs.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/TwinX.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/TwinX.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/TwinX.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ZoomableAsImage.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ZoomableAsImage.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ZoomableAsImage.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ZoomableAxes.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ZoomableAxes.qdoc +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/ZoomableAxes.qml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/__init__.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/conway.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/examples/gallery.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/pyproject.toml +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/requirements.txt +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/setup_venv.ps1 +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/__init__.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/fonts/DejaVuSans-Bold.ttf +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/fonts/DejaVuSans-BoldOblique.ttf +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/fonts/DejaVuSans-Oblique.ttf +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/fonts/DejaVuSans.ttf +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/fonts/LICENSE +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/python_exporter.py +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/AllTheAxes.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BasicHistogram.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BasicSinGraph.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BasicSinGraphNoPrefabs.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BuiltinColormaps.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BuiltinColormaps.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BuiltinColormaps.svg +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/BuiltinColormaps_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ColorMappedImages.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ColorMappedImages.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ColorMappedImages.svg +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ColorMappedImages_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ColorMesh.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Complex.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Contours.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Conway.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Conway.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Conway.svg +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Conway_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/DarkSinGraph.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/DraggableRegion.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ImageAlignment.dat +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ImageAlignment.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ImageAlignment.svg +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ImageAlignment_grab.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/InvertedAxes.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/PeakButtons.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ReadoutLine.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ScalingGraph.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Scatter.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/SpansAndLines.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/Subgraphs.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/TwinX.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ZoomableAsImage.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/reference_images/ZoomableAxes.png +0 -0
- {quickgraphlib-0.1.0a10 → quickgraphlib-0.1.0a11}/tests/test_exports.py +0 -0
|
@@ -16,12 +16,10 @@ import QuickGraphLib as QuickGraphLib
|
|
|
16
16
|
|
|
17
17
|
\section2 Antialiasing
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
This
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
so switching this back to \c {Shape.GeometryRenderer} may help on low-power systems. See
|
|
24
|
-
\l {Shape::rendererType} for more details.
|
|
19
|
+
To turn on high-quality antialiasing, set \l {preferredRendererType} to \c {Shape.CurveRenderer}.
|
|
20
|
+
This generally results in much better looking graphs, but can also result in rendering problems as the curve renderer is new.
|
|
21
|
+
It may also require more GPU performance, so switching this back to \c {Shape.GeometryRenderer}
|
|
22
|
+
may help on low-power systems. See \l {Shape::rendererType} for more details.
|
|
25
23
|
*/
|
|
26
24
|
|
|
27
25
|
Item {
|
|
@@ -71,6 +69,12 @@ Item {
|
|
|
71
69
|
The axis label (a \l Text).
|
|
72
70
|
*/
|
|
73
71
|
property alias labelItem: labelText
|
|
72
|
+
/*!
|
|
73
|
+
The preferred renderer type for rendering the spine and ticks.
|
|
74
|
+
|
|
75
|
+
\sa Shape::preferredRendererType
|
|
76
|
+
*/
|
|
77
|
+
property alias preferredRendererType: shape.preferredRendererType
|
|
74
78
|
/*!
|
|
75
79
|
Whether to show a label for each tick.
|
|
76
80
|
*/
|
|
@@ -167,7 +171,6 @@ Item {
|
|
|
167
171
|
id: shape
|
|
168
172
|
|
|
169
173
|
anchors.fill: parent
|
|
170
|
-
preferredRendererType: QQS.Shape.CurveRenderer
|
|
171
174
|
|
|
172
175
|
QQS.ShapePath {
|
|
173
176
|
id: myPath
|
|
@@ -14,9 +14,9 @@ import QtQuick.Shapes as QQS
|
|
|
14
14
|
|
|
15
15
|
\section2 Antialiasing
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
This
|
|
19
|
-
|
|
17
|
+
To turn on high-quality antialiasing, set \l {Shape::preferredRendererType} to \c {Shape.CurveRenderer}.
|
|
18
|
+
This generally results in much better looking graphs, but can also result in rendering problems as the curve renderer is new.
|
|
19
|
+
It may also require more GPU performance, so switching this back to \c {Shape.GeometryRenderer}
|
|
20
20
|
may help on low-power systems. See \l {Shape::rendererType} for more details.
|
|
21
21
|
*/
|
|
22
22
|
|
|
@@ -88,6 +88,5 @@ QQS.Shape {
|
|
|
88
88
|
clip: true
|
|
89
89
|
// Set initial size to prevent Shape's automatically calculated implicitWidth resulting in binding loops
|
|
90
90
|
height: 100
|
|
91
|
-
preferredRendererType: QQS.Shape.CurveRenderer
|
|
92
91
|
width: 100
|
|
93
92
|
}
|
|
@@ -19,7 +19,12 @@ AxisHelper::AxisHelper(QObject *parent) : QObject{parent} {
|
|
|
19
19
|
|
|
20
20
|
auto isVertical = direction == Top || direction == Bottom;
|
|
21
21
|
auto longAxis = isVertical ? width : height;
|
|
22
|
-
|
|
22
|
+
if (isVertical) {
|
|
23
|
+
std::sort(ticks.begin(), ticks.end());
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
std::sort(ticks.begin(), ticks.end(), std::greater<double>());
|
|
27
|
+
}
|
|
23
28
|
|
|
24
29
|
// Calculate everything as if we were a bottom axis
|
|
25
30
|
auto points = QList{QPointF{0, 0}};
|
|
Binary file
|
|
@@ -480,7 +480,7 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
480
480
|
<g fill="#ffffff" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,20,70)"
|
|
481
481
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
482
482
|
>
|
|
483
|
-
<path vector-effect="none" fill-rule="evenodd" d="M76.5,0.5 L76.5,
|
|
483
|
+
<path vector-effect="none" fill-rule="evenodd" d="M76.5,0.5 L76.5,20.5 L66.5,20.5 L76.5,20.5 L76.5,62.5 L66.5,62.5 L76.5,62.5 L76.5,104.5 L66.5,104.5 L76.5,104.5 L76.5,146.5 L66.5,146.5 L76.5,146.5 L76.5,188.5 L66.5,188.5 L76.5,188.5 L76.5,229.5 L66.5,229.5 L76.5,229.5 L76.5,271.5 L66.5,271.5 L76.5,271.5 L76.5,313.5 L66.5,313.5 L76.5,313.5 L76.5,355.5 L66.5,355.5 L76.5,355.5 L76.5,397.5 L66.5,397.5 L76.5,397.5 L76.5,439.5 L66.5,439.5 L76.5,439.5 L76.5,460.5"/>
|
|
484
484
|
</g>
|
|
485
485
|
|
|
486
486
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,20,70)"
|
|
@@ -498,19 +498,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
498
498
|
>
|
|
499
499
|
</g>
|
|
500
500
|
|
|
501
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
501
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,81.5)"
|
|
502
502
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
503
503
|
>
|
|
504
504
|
</g>
|
|
505
505
|
|
|
506
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
506
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,81.5)"
|
|
507
507
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
508
508
|
>
|
|
509
509
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
510
|
-
|
|
510
|
+
>1.00</text>
|
|
511
511
|
</g>
|
|
512
512
|
|
|
513
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
513
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,81.5)"
|
|
514
514
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
515
515
|
>
|
|
516
516
|
</g>
|
|
@@ -520,19 +520,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
520
520
|
>
|
|
521
521
|
</g>
|
|
522
522
|
|
|
523
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
523
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,123.5)"
|
|
524
524
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
525
525
|
>
|
|
526
526
|
</g>
|
|
527
527
|
|
|
528
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
528
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,123.5)"
|
|
529
529
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
530
530
|
>
|
|
531
531
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
532
|
-
|
|
532
|
+
>0.80</text>
|
|
533
533
|
</g>
|
|
534
534
|
|
|
535
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
535
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,123.5)"
|
|
536
536
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
537
537
|
>
|
|
538
538
|
</g>
|
|
@@ -542,19 +542,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
542
542
|
>
|
|
543
543
|
</g>
|
|
544
544
|
|
|
545
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
545
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,165.5)"
|
|
546
546
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
547
547
|
>
|
|
548
548
|
</g>
|
|
549
549
|
|
|
550
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
550
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,165.5)"
|
|
551
551
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
552
552
|
>
|
|
553
553
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
554
|
-
|
|
554
|
+
>0.60</text>
|
|
555
555
|
</g>
|
|
556
556
|
|
|
557
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
557
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,165.5)"
|
|
558
558
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
559
559
|
>
|
|
560
560
|
</g>
|
|
@@ -564,19 +564,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
564
564
|
>
|
|
565
565
|
</g>
|
|
566
566
|
|
|
567
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
567
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,207.5)"
|
|
568
568
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
569
569
|
>
|
|
570
570
|
</g>
|
|
571
571
|
|
|
572
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
572
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,207.5)"
|
|
573
573
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
574
574
|
>
|
|
575
575
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
576
|
-
|
|
576
|
+
>0.40</text>
|
|
577
577
|
</g>
|
|
578
578
|
|
|
579
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
579
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,207.5)"
|
|
580
580
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
581
581
|
>
|
|
582
582
|
</g>
|
|
@@ -586,19 +586,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
586
586
|
>
|
|
587
587
|
</g>
|
|
588
588
|
|
|
589
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
589
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,249.5)"
|
|
590
590
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
591
591
|
>
|
|
592
592
|
</g>
|
|
593
593
|
|
|
594
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
594
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,249.5)"
|
|
595
595
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
596
596
|
>
|
|
597
597
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
598
|
-
|
|
598
|
+
>0.20</text>
|
|
599
599
|
</g>
|
|
600
600
|
|
|
601
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
601
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,47.5,249.5)"
|
|
602
602
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
603
603
|
>
|
|
604
604
|
</g>
|
|
@@ -630,19 +630,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
630
630
|
>
|
|
631
631
|
</g>
|
|
632
632
|
|
|
633
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
633
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,332.5)"
|
|
634
634
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
635
635
|
>
|
|
636
636
|
</g>
|
|
637
637
|
|
|
638
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
638
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,332.5)"
|
|
639
639
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
640
640
|
>
|
|
641
641
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
642
|
-
|
|
642
|
+
>-0.20</text>
|
|
643
643
|
</g>
|
|
644
644
|
|
|
645
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
645
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,332.5)"
|
|
646
646
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
647
647
|
>
|
|
648
648
|
</g>
|
|
@@ -652,19 +652,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
652
652
|
>
|
|
653
653
|
</g>
|
|
654
654
|
|
|
655
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
655
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,374.5)"
|
|
656
656
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
657
657
|
>
|
|
658
658
|
</g>
|
|
659
659
|
|
|
660
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
660
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,374.5)"
|
|
661
661
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
662
662
|
>
|
|
663
663
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
664
|
-
|
|
664
|
+
>-0.40</text>
|
|
665
665
|
</g>
|
|
666
666
|
|
|
667
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
667
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,374.5)"
|
|
668
668
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
669
669
|
>
|
|
670
670
|
</g>
|
|
@@ -674,19 +674,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
674
674
|
>
|
|
675
675
|
</g>
|
|
676
676
|
|
|
677
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
677
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,416.5)"
|
|
678
678
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
679
679
|
>
|
|
680
680
|
</g>
|
|
681
681
|
|
|
682
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
682
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,416.5)"
|
|
683
683
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
684
684
|
>
|
|
685
685
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
686
|
-
|
|
686
|
+
>-0.60</text>
|
|
687
687
|
</g>
|
|
688
688
|
|
|
689
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
689
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,416.5)"
|
|
690
690
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
691
691
|
>
|
|
692
692
|
</g>
|
|
@@ -696,19 +696,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
696
696
|
>
|
|
697
697
|
</g>
|
|
698
698
|
|
|
699
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
699
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,458.5)"
|
|
700
700
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
701
701
|
>
|
|
702
702
|
</g>
|
|
703
703
|
|
|
704
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
704
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,458.5)"
|
|
705
705
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
706
706
|
>
|
|
707
707
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
708
|
-
|
|
708
|
+
>-0.80</text>
|
|
709
709
|
</g>
|
|
710
710
|
|
|
711
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
711
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,458.5)"
|
|
712
712
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
713
713
|
>
|
|
714
714
|
</g>
|
|
@@ -718,19 +718,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
718
718
|
>
|
|
719
719
|
</g>
|
|
720
720
|
|
|
721
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
721
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,500.5)"
|
|
722
722
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
723
723
|
>
|
|
724
724
|
</g>
|
|
725
725
|
|
|
726
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
726
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,500.5)"
|
|
727
727
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
728
728
|
>
|
|
729
729
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
730
|
-
|
|
730
|
+
>-1.00</text>
|
|
731
731
|
</g>
|
|
732
732
|
|
|
733
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,
|
|
733
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,42.5,500.5)"
|
|
734
734
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
735
735
|
>
|
|
736
736
|
</g>
|
|
@@ -790,7 +790,7 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
790
790
|
<g fill="#ffffff" fill-opacity="1" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,704,70)"
|
|
791
791
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
792
792
|
>
|
|
793
|
-
<path vector-effect="none" fill-rule="evenodd" d="M0.5,0.5 L0.5,
|
|
793
|
+
<path vector-effect="none" fill-rule="evenodd" d="M0.5,0.5 L0.5,20.5 L10.5,20.5 L0.5,20.5 L0.5,62.5 L10.5,62.5 L0.5,62.5 L0.5,104.5 L10.5,104.5 L0.5,104.5 L0.5,146.5 L10.5,146.5 L0.5,146.5 L0.5,188.5 L10.5,188.5 L0.5,188.5 L0.5,229.5 L10.5,229.5 L0.5,229.5 L0.5,271.5 L10.5,271.5 L0.5,271.5 L0.5,313.5 L10.5,313.5 L0.5,313.5 L0.5,355.5 L10.5,355.5 L0.5,355.5 L0.5,397.5 L10.5,397.5 L0.5,397.5 L0.5,439.5 L10.5,439.5 L0.5,439.5 L0.5,460.5"/>
|
|
794
794
|
</g>
|
|
795
795
|
|
|
796
796
|
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,704,70)"
|
|
@@ -808,19 +808,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
808
808
|
>
|
|
809
809
|
</g>
|
|
810
810
|
|
|
811
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
811
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,81.5)"
|
|
812
812
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
813
813
|
>
|
|
814
814
|
</g>
|
|
815
815
|
|
|
816
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
816
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,81.5)"
|
|
817
817
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
818
818
|
>
|
|
819
819
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
820
|
-
|
|
820
|
+
>1.00</text>
|
|
821
821
|
</g>
|
|
822
822
|
|
|
823
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
823
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,81.5)"
|
|
824
824
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
825
825
|
>
|
|
826
826
|
</g>
|
|
@@ -830,19 +830,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
830
830
|
>
|
|
831
831
|
</g>
|
|
832
832
|
|
|
833
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
833
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,123.5)"
|
|
834
834
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
835
835
|
>
|
|
836
836
|
</g>
|
|
837
837
|
|
|
838
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
838
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,123.5)"
|
|
839
839
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
840
840
|
>
|
|
841
841
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
842
|
-
|
|
842
|
+
>0.80</text>
|
|
843
843
|
</g>
|
|
844
844
|
|
|
845
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
845
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,123.5)"
|
|
846
846
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
847
847
|
>
|
|
848
848
|
</g>
|
|
@@ -852,19 +852,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
852
852
|
>
|
|
853
853
|
</g>
|
|
854
854
|
|
|
855
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
855
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,165.5)"
|
|
856
856
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
857
857
|
>
|
|
858
858
|
</g>
|
|
859
859
|
|
|
860
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
860
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,165.5)"
|
|
861
861
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
862
862
|
>
|
|
863
863
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
864
|
-
|
|
864
|
+
>0.60</text>
|
|
865
865
|
</g>
|
|
866
866
|
|
|
867
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
867
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,165.5)"
|
|
868
868
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
869
869
|
>
|
|
870
870
|
</g>
|
|
@@ -874,19 +874,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
874
874
|
>
|
|
875
875
|
</g>
|
|
876
876
|
|
|
877
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
877
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,207.5)"
|
|
878
878
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
879
879
|
>
|
|
880
880
|
</g>
|
|
881
881
|
|
|
882
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
882
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,207.5)"
|
|
883
883
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
884
884
|
>
|
|
885
885
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
886
|
-
|
|
886
|
+
>0.40</text>
|
|
887
887
|
</g>
|
|
888
888
|
|
|
889
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
889
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,207.5)"
|
|
890
890
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
891
891
|
>
|
|
892
892
|
</g>
|
|
@@ -896,19 +896,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
896
896
|
>
|
|
897
897
|
</g>
|
|
898
898
|
|
|
899
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
899
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,249.5)"
|
|
900
900
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
901
901
|
>
|
|
902
902
|
</g>
|
|
903
903
|
|
|
904
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
904
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,249.5)"
|
|
905
905
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
906
906
|
>
|
|
907
907
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
908
|
-
|
|
908
|
+
>0.20</text>
|
|
909
909
|
</g>
|
|
910
910
|
|
|
911
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
911
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,249.5)"
|
|
912
912
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
913
913
|
>
|
|
914
914
|
</g>
|
|
@@ -940,19 +940,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
940
940
|
>
|
|
941
941
|
</g>
|
|
942
942
|
|
|
943
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
943
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,332.5)"
|
|
944
944
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
945
945
|
>
|
|
946
946
|
</g>
|
|
947
947
|
|
|
948
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
948
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,332.5)"
|
|
949
949
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
950
950
|
>
|
|
951
951
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
952
|
-
|
|
952
|
+
>-0.20</text>
|
|
953
953
|
</g>
|
|
954
954
|
|
|
955
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
955
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,332.5)"
|
|
956
956
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
957
957
|
>
|
|
958
958
|
</g>
|
|
@@ -962,19 +962,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
962
962
|
>
|
|
963
963
|
</g>
|
|
964
964
|
|
|
965
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
965
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,374.5)"
|
|
966
966
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
967
967
|
>
|
|
968
968
|
</g>
|
|
969
969
|
|
|
970
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
970
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,374.5)"
|
|
971
971
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
972
972
|
>
|
|
973
973
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
974
|
-
|
|
974
|
+
>-0.40</text>
|
|
975
975
|
</g>
|
|
976
976
|
|
|
977
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
977
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,374.5)"
|
|
978
978
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
979
979
|
>
|
|
980
980
|
</g>
|
|
@@ -984,19 +984,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
984
984
|
>
|
|
985
985
|
</g>
|
|
986
986
|
|
|
987
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
987
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,416.5)"
|
|
988
988
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
989
989
|
>
|
|
990
990
|
</g>
|
|
991
991
|
|
|
992
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
992
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,416.5)"
|
|
993
993
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
994
994
|
>
|
|
995
995
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
996
|
-
|
|
996
|
+
>-0.60</text>
|
|
997
997
|
</g>
|
|
998
998
|
|
|
999
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
999
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,416.5)"
|
|
1000
1000
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1001
1001
|
>
|
|
1002
1002
|
</g>
|
|
@@ -1006,19 +1006,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
1006
1006
|
>
|
|
1007
1007
|
</g>
|
|
1008
1008
|
|
|
1009
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
1009
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,458.5)"
|
|
1010
1010
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1011
1011
|
>
|
|
1012
1012
|
</g>
|
|
1013
1013
|
|
|
1014
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
1014
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,458.5)"
|
|
1015
1015
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1016
1016
|
>
|
|
1017
1017
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1018
|
-
|
|
1018
|
+
>-0.80</text>
|
|
1019
1019
|
</g>
|
|
1020
1020
|
|
|
1021
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
1021
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,458.5)"
|
|
1022
1022
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1023
1023
|
>
|
|
1024
1024
|
</g>
|
|
@@ -1028,19 +1028,19 @@ font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="norma
|
|
|
1028
1028
|
>
|
|
1029
1029
|
</g>
|
|
1030
1030
|
|
|
1031
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
1031
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,500.5)"
|
|
1032
1032
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1033
1033
|
>
|
|
1034
1034
|
</g>
|
|
1035
1035
|
|
|
1036
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
1036
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,500.5)"
|
|
1037
1037
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1038
1038
|
>
|
|
1039
1039
|
<text fill="#000000" fill-opacity="1" stroke="none" xml:space="preserve" x="0" y="14" font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1040
|
-
|
|
1040
|
+
>-1.00</text>
|
|
1041
1041
|
</g>
|
|
1042
1042
|
|
|
1043
|
-
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,
|
|
1043
|
+
<g fill="none" stroke="#000000" stroke-opacity="1" stroke-width="1" stroke-linecap="square" stroke-linejoin="bevel" transform="matrix(1,0,0,1,714.5,500.5)"
|
|
1044
1044
|
font-family="DejaVuSans" font-size="14.6667" font-weight="400" font-style="normal"
|
|
1045
1045
|
>
|
|
1046
1046
|
</g>
|
|
Binary file
|