(t *testing.T)
| 35 | } |
| 36 | |
| 37 | func TestField(t *testing.T) { |
| 38 | cmpimg.CheckPlot(ExampleField, t, "field.png") |
| 39 | } |
| 40 | |
| 41 | func TestFieldColors(t *testing.T) { |
| 42 | cmpimg.CheckPlot(ExampleField_colors, t, "color_field.png") |
nothing calls this directly
no test coverage detected
searching dependent graphs…