python-qwt 0.5.5-1 source package in Ubuntu

Changelog

python-qwt (0.5.5-1) unstable; urgency=medium

  * Imported Upstream version 0.5.5

 -- Picca Frédéric-Emmanuel <email address hidden>  Sun, 24 Jan 2016 08:47:24 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qwt_0.5.5-1.dsc 2.2 KiB 1ff25238c9e61d42cedc507bf6b79afd5821caf2448778ffa7fbfcfde06d868d
python-qwt_0.5.5.orig.tar.gz 628.2 KiB 726443a7a66e747f43047edb3f1c19cc9d9b52e2f7f5715390c0547b1cf8d8e2
python-qwt_0.5.5-1.debian.tar.xz 4.0 KiB 6f6e663539c8aa9dde184caf44b79a285d236dddebe049d023d5750d5e0e400b

Available diffs

No changes file available.

Binary packages built by this source

python-qwt: No summary available for python-qwt in ubuntu focal.

No description available for python-qwt in ubuntu focal.

python-qwt-doc: Pure Python implementation of Qwt - Documentation

 The qwt package is a pure Python implementation of Qwt C++ library
 with the following limitations.
 .
 The following `Qwt` classes won't be reimplemented in `qwt` because most
 powerful features already exist in `guiqwt`:
   * QwtPlotZoomer
   * QwtCounter
   * QwtEventPattern
   * QwtPicker
   * QwtPlotPicker
 .
 QwtClipper is not implemented yet (and it will probably be very
 difficult or impossible to implement it in pure Python without
 performance issues). As a consequence, when zooming in a plot curve,
 the entire curve is still painted (in other words, when working with
 large amount of data, there is no performance gain when zooming in).
 .
 This is the documentation of the package.

python3-qwt: Pure Python implementation of Qwt - Python 3

 The qwt package is a pure Python implementation of Qwt C++ library
 with the following limitations.
 .
 The following `Qwt` classes won't be reimplemented in `qwt` because most
 powerful features already exist in `guiqwt`:
   * QwtPlotZoomer
   * QwtCounter
   * QwtEventPattern
   * QwtPicker
   * QwtPlotPicker
 .
 QwtClipper is not implemented yet (and it will probably be very
 difficult or impossible to implement it in pure Python without
 performance issues). As a consequence, when zooming in a plot curve,
 the entire curve is still painted (in other words, when working with
 large amount of data, there is no performance gain when zooming in).
 .
 This is the Python 3 version of the package.