umeshu
Results
1
comments of
umeshu
Thanks @abarbu for the response. Sure, here is the example: ``` {-# LANGUAGE ExtendedDefaultRules #-} import Graphics.Matplotlib xs :: [Double] xs = [1, 2, 3, 4, 5, 6] ys ::...