summaryrefslogtreecommitdiffstats
path: root/cmd/jp/canvas_other.go
blob: 053cef7ee01a991bdbc0316f47731624ddc005bb (plain)
1
2
3
4
5
6
7
8
9
10
// +build !windows

package main

var autoCanvas = map[string]string{
	plotTypeBar:     canvasTypeQuarter,
	plotTypeLine:    canvasTypeQuarter,
	plotTypeScatter: canvasTypeBraille,
	plotTypeHist:    canvasTypeQuarter,
}