@@ -5,11 +5,11 @@ Main features
55-------------
66
77:mod: `plotpy ` is a Python module providing a set of high-level widgets and
8- functions to ease plotting data with Python and PyQt5 .
8+ functions to ease plotting data with Python and Qt .
99
1010:mod: `plotpy ` is based on the following Python modules:
1111
12- * :mod: `qwt `: a Python reimplementation of the Qwt C++ library which
12+ * :mod: `qwt ` (PythonQwt) : a Python reimplementation of the Qwt C++ library which
1313 provides a lot of plotting types and a flexible widget class
1414 (:py:class: `qwt.plot.QwtPlot `) which may be used to create custom plotting
1515 widgets.
@@ -29,6 +29,7 @@ The :mod:`plotpy` library provides the following main features:
2929* Components for custom plotting widgets and Qt applications
3030* Curve fitting tools
3131* Interactive plotting tools
32+ * And more...
3233
3334Performance
3435-----------
@@ -63,17 +64,15 @@ The :mod:`plotpy` library provides the following features:
6364 (polygon, polyline, rectangle, circle, ellipse, segment, etc.), annotations
6465 (shapes with labels showing position and dimensions), markers, etc.
6566
66- * :ref: `plot ` - ready-to-use curve and image plotting widgets :
67+ * :ref: `plot `:
6768
68- - common features:
69+ - ready-to-use plotting widgets (widget, dialog box, window)
6970
70- - ready-to-use plotting widgets (widget, dialog box, window)
71+ - multiple curve/image selection for moving curves or editing their
72+ properties through automatically generated dialog boxes
7173
72- - multiple curve/image selection for moving curves or editing their
73- properties through automatically generated dialog boxes
74-
75- - item list panel: move curves/images from foreground to background,
76- show/hide curves/images, remove curves/images, ...
74+ - item list panel: move curves/images from foreground to background,
75+ show/hide curves/images, remove curves/images, ...
7776
7877 - specific curve features:
7978
0 commit comments