RL.Plotting
mean :: Foldable t => t QType -> QType Source #
zipWithStrict :: (a -> b -> c) -> List a -> List b -> List c Source #
mkHistoryPlot :: String -> [QType] -> StateT (Layout Int QType) (State CState) () Source #
mkHistoriesPlot :: String -> [[QType]] -> StateT (Layout Int QType) (State CState) () Source #
mkHistoryPlot' :: String -> QType -> [QType] -> StateT (Layout Int QType) (State CState) () Source #
mkHistoriesPlot' :: String -> [QType] -> [[QType]] -> StateT (Layout Int QType) (State CState) () Source #
fileOpts :: FileOptions Source #
showHistory :: String -> [QType] -> IO () Source #
plotHistory :: String -> [QType] -> IO () Source #
plotHistories :: String -> [[QType]] -> IO () Source #
plotHistory' :: String -> QType -> [QType] -> IO () Source #
plotHistories' :: String -> [QType] -> [[QType]] -> IO () Source #
plotDeriv :: Foldable t => FilePath -> t (Leftmost (Split SPitch) (Freeze SPitch) (Spread SPitch)) -> IO () Source #