diff --git a/algo/plot.go b/algo/plot.go index 1267422..9baeb53 100644 --- a/algo/plot.go +++ b/algo/plot.go @@ -59,7 +59,7 @@ func plotAllDims(allStats []stats.Stats, fPrefix, fExt string) { log.Fatal(err) } - if err := createFolder(picPath); err != nil { + if err := createPath(picPath); err != nil { log.Println(err) }