summaryrefslogtreecommitdiffstats
path: root/cmd/jp/canvas_other.go
diff options
context:
space:
mode:
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,
}