packages feed

matplotlib 0.7.0 → 0.7.1

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

matplotlib.cabal view
@@ -1,5 +1,5 @@ name:                matplotlib-version:             0.7.0+version:             0.7.1 synopsis:            Bindings to Matplotlib; a Python plotting library description:     Matplotlib is probably the most full featured plotting library out there.@@ -8,7 +8,7 @@     .     <<https://github.com/abarbu/matplotlib-haskell/raw/master/imgs/contour.png>>     .-    > onscreen $ contourF (\a b -> sin (degreesRadians a) + cos (degreesRadians b)) (-100) 100 (-200) 200 10+    > onscreen $ contourF (\a b -> sin (a*pi/180.0) + cos (b*pi/180.0)) (-100) 100 (-200) 200 10 homepage:            https://github.com/abarbu/matplotlib-haskell license:             BSD3 license-file:        LICENSE