cave.plot.cdf module¶
-
cave.plot.cdf.
plot_cdf
(x_list, y_list, label_list, timeout, out_fn)[source]¶ - Parameters
y_list (x_list,) – zip lists and plot all data on one plot
label_list (str) – strings for legend corresponding to x, y
timeout (float) – if set, timeouts are marked at this point
out_fn (str) – filename
- Returns
out_fn – filename
- Return type
str