Skip to content

Commit 3632e9c

Browse files
committed
Doc: updated some screenshots
1 parent 47950e0 commit 3632e9c

File tree

8 files changed

+9
-10
lines changed

8 files changed

+9
-10
lines changed
-14.9 KB
Loading
10.8 KB
Loading
9.23 KB
Loading
-29.2 KB
Loading

doc/images/screenshots/fit.png

13.7 KB
Loading

doc/images/screenshots/plot.png

9.34 KB
Loading
28.2 KB
Loading

doc/intro/overview.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3334
Performance
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

Comments
 (0)