File: control

package info (click to toggle)
python-wxmpl 2.0.0-2.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,104 kB
  • ctags: 2,765
  • sloc: python: 2,288; sh: 15; makefile: 8
file content (26 lines) | stat: -rw-r--r-- 947 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: python-wxmpl
Section: python
Priority: optional
Homepage: http://csrri.iit.edu/~wxmpl/
Maintainer: Carlo Segre <segre@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~)
X-Python-Version: >= 2.5
Standards-Version: 3.9.2

Package: python-wxmpl
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-matplotlib (>> 0.72),
         python-wxgtk3.0
Provides: ${python:Provides}
Homepage: http://csrri.iit.edu/~wxmpl/
Description: Painless matplotlib embedding in wxPython
 WxMpl provides a matplotlib `FigureCanvas' with user-interaction features 
 such as point-under-cursor and zooming in on a selected area.  Support 
 for creating stripcharts, plots that update as their data changes, is also 
 included.
 .
 See the /usr/share/doc/python-wxmpl directory for documentation and example
 programs.
 .
 The package also contains a simple data visualization program written using
 wxmpl called 'plotit'.