[python-qwt] 01/04: Merge tag 'upstream/0.2.0'
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Sun Oct 4 07:21:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository python-qwt.
commit 492d6d58176af0d0a719a74772323f3fec4a40ec
Merge: 2ee009a b59a02e
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Oct 3 21:38:48 2015 +0200
Merge tag 'upstream/0.2.0'
Upstream version 0.2.0
PKG-INFO | 2 +-
doc/conf.py | 203 ++++++
doc/examples/bode_demo.rst | 7 +
doc/examples/cartesian_demo.rst | 7 +
doc/examples/cpu_plot.rst | 7 +
doc/examples/curve_benchmark.rst | 7 +
doc/examples/curve_demo1.rst | 7 +
doc/examples/curve_styles.rst | 7 +
doc/examples/data_demo.rst | 7 +
doc/examples/error_bar.rst | 7 +
doc/examples/event_filter_demo.rst | 7 +
doc/examples/histogram_demo.rst | 7 +
doc/examples/image_plot_demo.rst | 7 +
doc/examples/index.rst | 39 ++
doc/examples/map_demo.rst | 7 +
doc/examples/really_simple_demo.rst | 7 +
doc/images/QwtPlot_example.png | Bin 0 -> 11529 bytes
doc/images/panorama.png | Bin 0 -> 154457 bytes
doc/images/symbol_path_example.png | Bin 0 -> 6962 bytes
doc/images/tests/BodeDemo.png | Bin 0 -> 33343 bytes
doc/images/tests/CPUplot.png | Bin 0 -> 32898 bytes
doc/images/tests/CartesianDemo.png | Bin 0 -> 14765 bytes
doc/images/tests/CurveBenchmark.png | Bin 0 -> 15595 bytes
doc/images/tests/CurveDemo1.png | Bin 0 -> 13958 bytes
doc/images/tests/CurveStyles.png | Bin 0 -> 32687 bytes
doc/images/tests/DataDemo.png | Bin 0 -> 16540 bytes
doc/images/tests/ErrorBarDemo.png | Bin 0 -> 11288 bytes
doc/images/tests/EventFilterDemo.png | Bin 0 -> 15653 bytes
doc/images/tests/HistogramDemo.png | Bin 0 -> 15798 bytes
doc/images/tests/ImagePlotDemo.png | Bin 0 -> 25065 bytes
doc/images/tests/MapDemo.png | Bin 0 -> 49963 bytes
doc/images/tests/ReallySimpleDemo.png | Bin 0 -> 12798 bytes
doc/images/tests/__init__.png | Bin 0 -> 27479 bytes
doc/index.rst | 18 +
doc/installation.rst | 26 +
doc/overview.rst | 73 +++
doc/reference/graphic.rst | 2 +
doc/reference/index.rst | 29 +
doc/reference/interval.rst | 2 +
doc/reference/legend_data.rst | 2 +
doc/reference/legend_label.rst | 2 +
doc/reference/plot.rst | 32 +
doc/reference/plot_directpainter.rst | 2 +
doc/reference/plot_layout.rst | 2 +
doc/reference/plot_seriesitem.rst | 2 +
doc/reference/scale.rst | 14 +
doc/reference/series_data.rst | 2 +
doc/reference/series_store.rst | 2 +
doc/reference/symbol.rst | 2 +
doc/reference/text.rst | 8 +
doc/reference/toqimage.rst | 2 +
doc/reference/transform.rst | 2 +
python_qwt.egg-info/PKG-INFO | 2 +-
python_qwt.egg-info/SOURCES.txt | 56 +-
qwt/__init__.py | 22 +-
qwt/clipper.py | 2 +
qwt/color_map.py | 127 ++++
qwt/curve_fitter.py | 208 ------
qwt/dyngrid_layout.py | 91 +++
qwt/graphic.py | 271 ++++++++
qwt/interval.py | 154 ++++-
qwt/legend.py | 174 +++++
qwt/legend_data.py | 78 +++
qwt/legend_label.py | 119 ++++
qwt/null_paintdevice.py | 65 ++
qwt/painter.py | 135 ++++
qwt/painter_command.py | 53 ++
qwt/pixel_matrix.py | 54 ++
qwt/plot.py | 1114 ++++++++++++++++++++++++++++++++-
qwt/plot_canvas.py | 215 +++++++
qwt/plot_curve.py | 565 ++++++++++++++++-
qwt/plot_directpainter.py | 127 +++-
qwt/plot_grid.py | 219 +++++++
qwt/plot_histogram.py | 299 ---------
qwt/plot_layout.py | 342 ++++++++++
qwt/plot_marker.py | 257 +++++++-
qwt/plot_renderer.py | 230 +++++++
qwt/plot_seriesitem.py | 41 +-
qwt/point_data.py | 106 ----
qwt/point_mapper.py | 254 ++++++--
qwt/qt/__init__.py | 39 +-
qwt/sample.py | 82 ---
qwt/scale_div.py | 173 ++++-
qwt/scale_draw.py | 585 +++++++++++++++++
qwt/scale_engine.py | 403 ++++++++++++
qwt/scale_map.py | 111 +++-
qwt/scale_widget.py | 367 +++++++++++
qwt/series_data.py | 273 ++++----
qwt/series_store.py | 86 ++-
qwt/symbol.py | 489 ++++++++++++++-
qwt/tests/HistogramDemo.py | 222 -------
qwt/tests/demo.png | Bin 41273 -> 36628 bytes
qwt/text.py | 531 +++++++++++++++-
qwt/text_engine.py | 192 ++++++
qwt/toqimage.py | 15 +-
qwt/transform.py | 185 +++++-
96 files changed, 8443 insertions(+), 1249 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-qwt.git
More information about the debian-science-commits
mailing list