(t *testing.T)
| 11 | ) |
| 12 | |
| 13 | func TestAlign(t *testing.T) { |
| 14 | cmpimg.CheckPlot(ExampleAlign, t, "align.png") |
| 15 | } |
| 16 | |
| 17 | func TestAxisLabels(t *testing.T) { |
| 18 | cmpimg.CheckPlot(ExampleAxis_labelsPosition, t, "axis_labels.png") |
nothing calls this directly
no test coverage detected