QuickPlot icon indicating copy to clipboard operation
QuickPlot copied to clipboard

Quick and easy data visualizations with Haskell

Results 8 QuickPlot issues
Sort by recently updated
recently updated
newest added

After fixing dependency issues with extra-deps of `snap`, `heist`, and `map-syntax`, QuickPlot still fails to build. ``` $ stack install QuickPlot ... -- While building package QuickPlot-0.1.0.1 using: /Users/christian/.stack/setup-exe-cache/x86_64-osx/Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2 --builddir=.stack-work/dist/x86_64-osx/Cabal-1.24.2.0...

This PR allows you to build QuickPlot with LTS-12.5 (GHC-8.4.3) I suggest that specify max major version numbers of each package in cabal file, but I don't do that in...

Not sure if this is best posted here as an issue, but you mention that you've stopped maintaining this library because many other language agnostic libraries have arisen. Could you...

Is it possible to custom the chart such as adding title, (x|y)axis title or legend options ? Taking this example: `boxLine x y = do` `let box = [plotly|{` `x...

bug

All of them except the network ones. It complaints that the number of lines it is allowed to draw is too limiting.

bug

As of now QuickPlot only uses plot.ly for visualizations.

enhancement

It would be nice if users could write their own scripts that could be executed inside the QuickPlot browser and interact with them via Haskell,

enhancement