Documentation
TGraph (ForeignPtr RawTGraph) |
class (ITNamed a, ITAttLine a, ITAttFill a, ITAttMarker a) => ITGraph a whereSource
apply :: (ITF1 c0, FPtr c0) => a -> c0 -> IO ()Source
chisquare :: (ITF1 c0, FPtr c0) => a -> c0 -> IO DoubleSource
drawGraph :: a -> Int -> [Double] -> [Double] -> String -> IO ()Source
drawPanelTGraph :: a -> IO ()Source
expand :: a -> Int -> Int -> IO ()Source
fitPanelTGraph :: a -> IO ()Source
getCorrelationFactorTGraph :: a -> IO DoubleSource
getCovarianceTGraph :: a -> IO DoubleSource
getMeanTGraph :: a -> Int -> IO DoubleSource
getRMSTGraph :: a -> Int -> IO DoubleSource
getErrorX :: a -> Int -> IO DoubleSource
getErrorY :: a -> Int -> IO DoubleSource
getErrorXhigh :: a -> Int -> IO DoubleSource
getErrorXlow :: a -> Int -> IO DoubleSource
getErrorYhigh :: a -> Int -> IO DoubleSource
getErrorYlow :: a -> Int -> IO DoubleSource
initExpo :: a -> Double -> Double -> IO ()Source
initGaus :: a -> Double -> Double -> IO ()Source
initPolynom :: a -> Double -> Double -> IO ()Source
insertPoint :: a -> IO IntSource
integralTGraph :: a -> Int -> Int -> IO DoubleSource
isEditable :: a -> IO IntSource
isInsideTGraph :: a -> Double -> Double -> IO IntSource
leastSquareFit :: a -> Int -> [Double] -> Double -> Double -> IO ()Source
paintStats :: (ITF1 c0, FPtr c0) => a -> c0 -> IO ()Source
removePoint :: a -> Int -> IO IntSource
setEditable :: a -> Int -> IO ()Source
setHistogram :: (ITH1F c0, FPtr c0) => a -> c0 -> IO ()Source
setMaximumTGraph :: a -> Double -> IO ()Source
setMinimumTGraph :: a -> Double -> IO ()Source
upcastTGraph :: (FPtr a, ITGraph a) => a -> TGraphSource
tGraphGetEditable :: TGraph -> IO IntSource
tGraphGetHistogram :: TGraph -> IO TH1FSource
tGraphGetMaxSize :: TGraph -> IO IntSource
tGraphGetN :: TGraph -> IO IntSource
tGraphGetMaximum :: TGraph -> IO DoubleSource
tGraphGetMinimum :: TGraph -> IO DoubleSource
tGraphGetXaxis :: TGraph -> IO TAxisSource
tGraphGetYaxis :: TGraph -> IO TAxisSource