matplotlib-haskell icon indicating copy to clipboard operation
matplotlib-haskell copied to clipboard

Haskell bindings for Python's Matplotlib

Results 9 matplotlib-haskell issues
Sort by recently updated
recently updated
newest added

line1 quoted in full below: ``` -- | Plot a line between 0 and the length of the array with the given y values line1 :: (Foldable t, ToJSON (t...

They point to master instead of specific commit and master has evidently changed.

Hello, I'm new to both matplotlib and matplotlib-haskell. When I use subplots to generate several plots in a single figure, I get two figures in two different windows. The first...

Adapted plot and dataPlot to produce the default matplotlib stem, seems to work when I manually implemented it in a project and the python code produced seems fine.

Since matplotlib offers easy plot customization using style sheets (https://matplotlib.org/stable/gallery/style_sheets/style_sheets_reference.html), I am looking for a way to include that in matplotlib-haskell. I tried to use Combinator `#` e.g. `mp #...

Kept having issues getting past an error "env: ‘python3’: No such file or directory" or matplotlb not found when depending on this haskell package in nix so this solves that...

currently have a file `script.hs` containing only the following: ``` #!/usr/bin/env nix-shell #!nix-shell --pure -i runghc -p "haskellPackages.ghcWithPackages (pkgs: [ pkgs.matplotlib])" import Graphics.Matplotlib main = onscreen $ contourF (\a b...

Probably breaks other things too, but this is where I noticed it. ``` MatplotlibDeprecationWarning: Calling gca() with keyword arguments was deprecated in Matplotlib 3.4. Starting two minor releases later, gca()...

Hello and thank you for creating this library! Could you please add matplotlib installation instructions on Windows? I have matplotlib installed under Python but matplotlib-haskell is not seeing it. Thank...