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