(t *testing.T)
| 15 | } |
| 16 | |
| 17 | func TestColorBar_horizontal_log(t *testing.T) { |
| 18 | cmpimg.CheckPlot(ExampleColorBar_horizontal_log, t, "colorBarHorizontalLog.png") |
| 19 | } |
| 20 | |
| 21 | func TestColorBar_vertical(t *testing.T) { |
| 22 | cmpimg.CheckPlot(ExampleColorBar_vertical, t, "colorBarVertical.png") |
nothing calls this directly
no test coverage detected