From f405fae936807e4a5c611e690681058c778fa26c Mon Sep 17 00:00:00 2001 From: Arrielle Opotowsky Date: Tue, 16 Jun 2020 11:17:09 -0500 Subject: [PATCH] adding note in README from @gonuke helpful clarifying comment --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad14bd5..eb50bc8 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ Scripts, settings and environment options for better research and analysis ## tri_heatmap: Heatmaps in matplotlib This directory includes a notebook that gives some guidance on plotting 2D -heatmaps in matplotlib given the existence of X, Y, Z experimental data. +heatmaps in matplotlib given the existence of X, Y, Z experimental data. Note +this was developed for and is thus ideal for an irregular X-Y grid.