danforthcenter / plantcv

Plant phenotyping with image analysis
Mozilla Public License 2.0
665 stars 265 forks source link

Object Size ECDF page in documents has incorrect function name in example. #1620

Closed hkmanching closed 2 weeks ago

hkmanching commented 3 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)

HaleySchuhl commented 3 weeks ago

@hkmanching thank you for bringing this to our attention. I can fix that.

HaleySchuhl commented 2 weeks ago

@all-contributors please add @hkmanching for bug

allcontributors[bot] commented 2 weeks ago

@HaleySchuhl

I've put up a pull request to add @hkmanching! :tada: