Code Monkey home page Code Monkey logo

quickplot's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quickplot's Issues

Make available on Hackage

I will make it available on Hackage once QuickPlot can be used reasonably. Until then it's only available to developers.

vis visualizations don't work

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

QuickPlot broken on stackage lts-8.0

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 build --ghc-options " -ddump-hi -ddump-to-file"
    Process exited with code: ExitFailure 1
    Logs have been written to: /Users/christian/.stack/global-project/.stack-work/logs/QuickPlot-0.1.0.1.log

    Configuring QuickPlot-0.1.0.1...
    Building QuickPlot-0.1.0.1...
    Preprocessing library QuickPlot-0.1.0.1...
    [1 of 8] Compiling QuickPlot.IPC.QQParser ( src/QuickPlot/IPC/QQParser.hs, .stack-work/dist/x86_64-osx/Cabal-1.24.2.0/build/QuickPlot/IPC/QQParser.o )
    [2 of 8] Compiling QuickPlot.IPC.QQ ( src/QuickPlot/IPC/QQ.hs, .stack-work/dist/x86_64-osx/Cabal-1.24.2.0/build/QuickPlot/IPC/QQ.o )

    /private/var/folders/f0/n69q86k12r71r80pvsv4cyzm0000gn/T/stack58020/QuickPlot-0.1.0.1/src/QuickPlot/IPC/QQ.hs:30:10: error:
        Duplicate instance declarations:
          instance Lift Value -- Defined at src/QuickPlot/IPC/QQ.hs:30:10
          instance Lift Value
            -- Defined in ‘aeson-1.0.2.1:Data.Aeson.Types.Internal’

"many language agnostic libraries popped up"?

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 give some examples of such libraries? And do any projects already exist for clients of their visualization servers?

How would you recommend someone trying to create plots with Haskell do so given the current environment?

Better UI and plot management

If someone knows JavaScript well I'd be happy if they would implement better plot management. By that I mean, closing, moving, resizing and so on. Being able to easily add control elements like sliders and so on. So far I have coded everything by hand and while possible it's tiresome.

I imagine that some UI framework would be useful but my JS skills are old school and I don't know any.

options of the chart

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 : #{ x },
y : #{ y },
type : "lines"
}|]
return box

How do you add a title, a legend (label of the curve) ?

Is it possible right now or the library needs more development/help ?

Thanks in advance for your answer and your great work

Server has problems when user refreshes the browser

When the user refreshes the tab the websocket connection doesn't close immediately. Then messages from the channel MVar are accessed by 2 websocket threads and sent to each of the 2 websockets. It appears as only every second message arrives at the browser.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.