Plot coordinate pairs: Difference between revisions

(F#)
Line 153:
 
=={{header|F#}}==
Using the [http://www.ffconsultancy.com/products/fsharp_for_visualization/ | F# for Visualization] library (is this allowed?):
<lang fsharp>#r @"C:\Program Files\FlyingFrog\FSharpForVisualization.dll"
 
Line 161 ⟶ 162:
 
Plot([Data(Seq.zip x y)], (0.0, 9.0))</lang>
 
=={{header|Haskell}}==
gnuplot is a package from [http://hackage.haskell.org/packages/hackage.html HackageDB].
Anonymous user