Object Size ECDF page in documents has incorrect function name in example. #1620
Labels
bug
Bug or potential bug reports
documentation
Documentation issues or features
help wanted
Request help
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)
The text was updated successfully, but these errors were encountered: