Skip to content

Commit

Permalink
README includes directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
opotowsky committed Jun 25, 2020
1 parent 39d928a commit 67a7719
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
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.

0 comments on commit 67a7719

Please sign in to comment.