Skip to content
Snippets Groups Projects
Commit 3451a53e authored by Peter Swain's avatar Peter Swain
Browse files

change(plotting): more comments

parent b905961b
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ def plot_lineages(
shade_colour="gold",
):
"""
Wrapper of plot_lineage to plot a range of idx values.
Wrap plot_lineage to plot a range of idx values.
Parameters
----------
......@@ -576,10 +576,10 @@ def plot_cuml_divisions_per_cell(t, buddings, nboots=30, col="b", label=None):
Example
-------
>>> import matplotlib.pylab as plt
>>> from wela.plotting import plot_cuml_divisions_per_cell
>>> t, buddings = dl.get_time_series("buddings", group="BY4741")
>>> plt.figure()
>>> plot_cuml_divisions_per_cell(t, b, label="Gal Glu")
>>> plot_cuml_divisions_per_cell(t, buddings, label="Gal Glu")
>>> plt.legend()
>>> plt.show(block=False)
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment