forked from cnerg/snippets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# snippets | ||
Scripts, settings and environment options for better research and analysis | ||
|
||
## tri_heatmap: Heatmaps in matplotlib | ||
This notebook gives some guidance on plotting 2D heatmaps in matplotlib given | ||
the existence of X, Y, Z experimental data. This uses triangulation to form a | ||
triangular grid and then applies tricontourf (or tripcolor) to get the surface | ||
plot with a colorbar. |