(t *testing.T)
| 11 | ) |
| 12 | |
| 13 | func TestColorBar_horizontal(t *testing.T) { |
| 14 | cmpimg.CheckPlot(ExampleColorBar_horizontal, t, "colorBarHorizontal.png") |
| 15 | } |
| 16 | |
| 17 | func TestColorBar_horizontal_log(t *testing.T) { |
| 18 | cmpimg.CheckPlot(ExampleColorBar_horizontal_log, t, "colorBarHorizontalLog.png") |
nothing calls this directly
no test coverage detected