We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21f5eb6 + 2760ec8 commit 9dbf801Copy full SHA for 9dbf801
docs/object_composition.md
@@ -31,7 +31,7 @@ from plantcv import plantcv as pcv
31
32
# Set global debug behavior to None (default), "print" (to file),
33
# or "plot" (Jupyter Notebooks or X11)
34
-pcv.params.debug = "print"
+pcv.params.debug = "plot"
35
36
# Combine objects so downstream analysis can be run on a single plant object
37
obj, mask = pcv.object_composition(img, roi_objects, hierarchy)
0 commit comments