Plot-ho-matic-0.5.0.0: Real-time line plotter for protobuf-like data

Safe HaskellNone
LanguageHaskell2010

PlotHo

Synopsis

Documentation

addChannel :: String -> (a -> a -> Bool) -> (a -> [Tree (String, String, Maybe (a -> [[(Double, Double)]]))]) -> ((a -> IO ()) -> IO ()) -> Plotter () Source

addHistoryChannel :: Lookup a => String -> XAxisType -> ((a -> Bool -> IO ()) -> IO ()) -> Plotter () Source