Closed hkmanching closed 2 weeks ago
Describe the bug The wrong function name is called in example on page (https://plantcv.readthedocs.io/en/stable/visualize_obj_size_ecdf/), so it won't work.
Uses: fig_ecdf = pcv.visualize.ecdf.obj_size(mask=mask) Should be: fig_ecdf = pcv.visualize.obj_size_ecdf(mask=mask)
@hkmanching thank you for bringing this to our attention. I can fix that.
@all-contributors please add @hkmanching for bug
@HaleySchuhl
I've put up a pull request to add @hkmanching! :tada:
Describe the bug The wrong function name is called in example on page (https://plantcv.readthedocs.io/en/stable/visualize_obj_size_ecdf/), so it won't work.
Uses: fig_ecdf = pcv.visualize.ecdf.obj_size(mask=mask) Should be: fig_ecdf = pcv.visualize.obj_size_ecdf(mask=mask)