Added comment for Plotter interface

This commit is contained in:
Christian Muehlhaeuser
2018-05-28 00:41:43 +02:00
parent 85fa95f2ce
commit 9ddd17af8f

View File

@@ -9,6 +9,7 @@ import (
"github.com/wcharczuk/go-chart/drawing"
)
// The Plotter interface lets you implement your own plotters
type Plotter interface {
Plot(clusters Clusters, iteration int)
}