Add graphing library
parent
a1e47d4d32
commit
8eb0cec5e0
|
@ -45,6 +45,10 @@
|
||||||
aeson
|
aeson
|
||||||
random
|
random
|
||||||
neat-interpolation
|
neat-interpolation
|
||||||
|
|
||||||
|
# graphing libraries!
|
||||||
|
Chart
|
||||||
|
Chart-cairo
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
in
|
in
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
import Graphics.Rendering.Chart.Backend.Cairo
|
||||||
|
import Graphics.Rendering.Chart.Easy
|
||||||
{-
|
{-
|
||||||
Special Pythagorean Triplet
|
Special Pythagorean Triplet
|
||||||
Problem 9
|
Problem 9
|
||||||
|
|
Loading…
Reference in New Issue