Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 3e94f42

Browse files
update docs (#7)
update examples
1 parent bf29561 commit 3e94f42

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
188 KB
Loading

doc/examples.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
Examples
22
========
33

4+
Edge operators
5+
--------------
6+
47
.. literalinclude:: ../examples/filters/plot_edge_filters.py
58
:language: python
69

710
.. image:: data/plot_edge_filters_example_output.png
811

912
:download:`original python script <../examples/filters/plot_edge_filters.py>`
1013

14+
Using geometric transformations
15+
-------------------------------
16+
17+
.. literalinclude:: ../examples/transform/plot_geometric.py
18+
:language: python
19+
20+
.. image:: data/plot_geometric_example_output.png
21+
22+
:download:`original python script <../examples/transform/plot_geometric.py>`
23+
1124
* :ref:`genindex`
1225
* :ref:`modindex`
1326
* :ref:`search`

examples/transform/plot_geometric.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@
6060
a.axis('off')
6161

6262
plt.tight_layout()
63+
plt.show()

0 commit comments

Comments
 (0)