Skip to content

Commit 8808ef2

Browse files
committed
Doc: added examples + added missing docstings in qwt/plot.py
1 parent a58155c commit 8808ef2

31 files changed

+530
-1
lines changed

doc/examples/bode_demo.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Bode demo
2+
~~~~~~~~~
3+
4+
.. image:: /images/tests/BodeDemo.png
5+
6+
.. literalinclude:: /../qwt/tests/BodeDemo.py
7+
:start-after: SHOW

doc/examples/cartesian_demo.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Cartesian demo
2+
~~~~~~~~~~~~~~
3+
4+
.. image:: /images/tests/CartesianDemo.png
5+
6+
.. literalinclude:: /../qwt/tests/CartesianDemo.py
7+
:start-after: SHOW

doc/examples/cpu_plot.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CPU plot demo
2+
~~~~~~~~~~~~~
3+
4+
.. image:: /images/tests/CPUplot.png
5+
6+
.. literalinclude:: /../qwt/tests/CPUplot.py
7+
:start-after: SHOW

doc/examples/curve_benchmark.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Curve benchmark demo
2+
~~~~~~~~~~~~~~~~~~~~
3+
4+
.. image:: /images/tests/CurveBenchmark.png
5+
6+
.. literalinclude:: /../qwt/tests/CurveBenchmark.py
7+
:start-after: SHOW

doc/examples/curve_demo1.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Curve demo 1
2+
~~~~~~~~~~~~
3+
4+
.. image:: /images/tests/CurveDemo1.png
5+
6+
.. literalinclude:: /../qwt/tests/CurveDemo1.py
7+
:start-after: SHOW

doc/examples/curve_styles.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Curve styles
2+
~~~~~~~~~~~~
3+
4+
.. image:: /images/tests/CurveStyles.png
5+
6+
.. literalinclude:: /../qwt/tests/CurveStyles.py
7+
:start-after: SHOW

doc/examples/data_demo.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Data demo
2+
~~~~~~~~~
3+
4+
.. image:: /images/tests/DataDemo.png
5+
6+
.. literalinclude:: /../qwt/tests/DataDemo.py
7+
:start-after: SHOW

doc/examples/error_bar.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Error bar demo
2+
~~~~~~~~~~~~~~
3+
4+
.. image:: /images/tests/ErrorBarDemo.png
5+
6+
.. literalinclude:: /../qwt/tests/ErrorBarDemo.py
7+
:start-after: SHOW

doc/examples/event_filter_demo.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Event filter demo
2+
~~~~~~~~~~~~~~~~~
3+
4+
.. image:: /images/tests/EventFilterDemo.png
5+
6+
.. literalinclude:: /../qwt/tests/EventFilterDemo.py
7+
:start-after: SHOW

doc/examples/histogram_demo.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Histogram demo
2+
~~~~~~~~~~~~~~
3+
4+
.. image:: /images/tests/HistogramDemo.png
5+
6+
.. literalinclude:: /../qwt/tests/HistogramDemo.py
7+
:start-after: SHOW

0 commit comments

Comments
 (0)