lines package:gnuplot

You can alter the line specification of graphs in a plot using fmap.
functionsWithLineSpec Type.line (linearScale 1000 (-10,10)) $
map (mapFst (flip LineSpec.title LineSpec.deflt)) [("sin", sin), ("cos", cos)]