Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61b82c9

Browse files
committed
MEP12 of speciality plot's examples
1 parent daf5b0a commit 61b82c9

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

examples/specialty_plots/advanced_hillshading.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
"""
2+
===========
3+
Hillshading
4+
===========
5+
26
Demonstrates a few common tricks with shaded plots.
37
"""
48
import numpy as np

examples/specialty_plots/hinton_demo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""
2-
Demo of a function to create Hinton diagrams.
2+
===============
3+
Hinton diagrams
4+
===============
35
46
Hinton diagrams are useful for visualizing the values of a 2D array (e.g.
57
a weight matrix): Positive and negative values are represented by white and

examples/specialty_plots/topographic_hillshading.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
"""
2+
=======================
3+
Topographic hillshading
4+
=======================
5+
26
Demonstrates the visual effect of varying blend mode and vertical exaggeration
37
on "hillshaded" plots.
48

0 commit comments

Comments
 (0)