Live plotting with OpenGL. This Haskell library allows feeding live data via Pipes to OpenGL plots.
Currently only 2D line plot is supported. Multiple plots can be run simultaneously, layout description interface needs work though.
stack build stack exec liveplot # for demo app
See Graphics.Liveplot.Demo for usage example.