We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148c4ab commit 642500eCopy full SHA for 642500e
matplotlib.cabal
@@ -1,5 +1,5 @@
1
name: matplotlib
2
-version: 0.4.0
+version: 0.4.1
3
synopsis: Bindings to Matplotlib; a Python plotting library
4
description:
5
Matplotlib is probably the most full featured plotting library out there.
src/Graphics/Matplotlib/Internal.hs
@@ -279,6 +279,7 @@ m @@ os = option m os
279
def :: Matplotlib -> [Option] -> Matplotlib
280
def m os = optionFn (defFn os) m
281
282
+-- | Merge two sets of options
283
defFn :: [Option] -> [Option] -> [Option]
284
defFn os os' = merge ps' ps ++ (nub $ ks' ++ ks)
285
where isK (K _ _) = True
0 commit comments