summaryrefslogtreecommitdiffstats
path: root/cmd/jp/canvas_other.go
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@gmail.com>2018-03-30 21:10:19 +0200
committerSergey Grebenshchikov <sgreben@gmail.com>2018-03-30 21:10:19 +0200
commit0f9e84d2a4754c51cba79615820bcd53b0d9dd48 (patch)
treeb5c944dd43682c09dd6543831f43450a667a1ac1 /cmd/jp/canvas_other.go
parentdf8bf8e12216702a3291e214624825304c3ac886 (diff)
Add heatmap plots1.1.8
Diffstat (limited to 'cmd/jp/canvas_other.go')
-rw-r--r--cmd/jp/canvas_other.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/jp/canvas_other.go b/cmd/jp/canvas_other.go
index 053cef7..db0b3d4 100644
--- a/cmd/jp/canvas_other.go
+++ b/cmd/jp/canvas_other.go
@@ -7,4 +7,5 @@ var autoCanvas = map[string]string{
plotTypeLine: canvasTypeQuarter,
plotTypeScatter: canvasTypeBraille,
plotTypeHist: canvasTypeQuarter,
+ plotTypeHeatmap: canvasTypeFull,
}