Skip to content

Commit

Permalink
Merge pull request #1098 from danforthcenter/print-to-plot-object_com…
Browse files Browse the repository at this point in the history
…position
  • Loading branch information
nfahlgren committed Mar 29, 2023
2 parents 21f5eb6 + 2760ec8 commit 9dbf801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/object_composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ from plantcv import plantcv as pcv

# Set global debug behavior to None (default), "print" (to file),
# or "plot" (Jupyter Notebooks or X11)
pcv.params.debug = "print"
pcv.params.debug = "plot"

# Combine objects so downstream analysis can be run on a single plant object
obj, mask = pcv.object_composition(img, roi_objects, hierarchy)
Expand Down

0 comments on commit 9dbf801

Please sign in to comment.