Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.2.0.0

Choose a tag to compare

@mchav mchav released this 26 Aug 17:27
· 33 commits to main since this release
  • Plot title is now part of the configuration options.
  • API now uses Text instead of String.
  • You can now specify the bounds of a lot e.g. T.putStrLn $ lineGraph [("Foo", [(0, 0), (10, 1)]), ("Bar", [(0, 1), (10, 0)])] defPlot { xBounds = (Just 0, Just 10), yBounds = (Just 0, Just 1) }