Chi2fit.Gnuplotlib.ecdf
You're seeing just the function
ecdf
, go back to Chi2fit.Gnuplotlib module for more information.
Specs
Draws a graph of the empirical CDF as steps, the data points with error bars, and the (fitted) function.
Options
`:bin` - the size of the bins to use,
`:plottitle` - the title of the plot,
`:xrange`- the range for the x-values to use in the format '[x1:x2]'
`:xrange` - the range for the y-values to use in the format '[y1:y2]'
`:xlabel` - the label to use for the x-axis,
`:ylabel` - the label to use for the y-axis,
`:func` - the data to use for the CDF curve as a list of `[x,y]`,
`:title` - the title to use for the CDF curve.
`:bounds` - 2-tuple of functions describing the minimum and maximum error-curves for the CDF