Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf5b0a commit 61b82c9Copy full SHA for 61b82c9
3 files changed
examples/specialty_plots/advanced_hillshading.py
@@ -1,4 +1,8 @@
1
"""
2
+===========
3
+Hillshading
4
5
+
6
Demonstrates a few common tricks with shaded plots.
7
8
import numpy as np
examples/specialty_plots/hinton_demo.py
@@ -1,5 +1,7 @@
-Demo of a function to create Hinton diagrams.
+===============
+Hinton diagrams
Hinton diagrams are useful for visualizing the values of a 2D array (e.g.
a weight matrix): Positive and negative values are represented by white and
examples/specialty_plots/topographic_hillshading.py
+=======================
+Topographic hillshading
Demonstrates the visual effect of varying blend mode and vertical exaggeration
on "hillshaded" plots.
0 commit comments