From 6270aee574ed14e1f6dba0f5351b1168bc38372f Mon Sep 17 00:00:00 2001 From: David Orme Date: Mon, 21 Oct 2024 14:40:39 +0100 Subject: [PATCH] Link to crown profile attributes --- pyrealm/demography/crown.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyrealm/demography/crown.py b/pyrealm/demography/crown.py index 0f1d43ed..90481507 100644 --- a/pyrealm/demography/crown.py +++ b/pyrealm/demography/crown.py @@ -439,7 +439,8 @@ def get_crown_xy( Args: crown_profile: A crown profile instance stem_allometry: The stem allometry instance used to create the crown profile - attr: The crown profile attribute to plot + attr: The crown profile attribute to plot (see + :class:`~pyrealm.demography.crown.CrownProfile`) stem_offsets: An optional array of offsets to add to the midline of stems. two_sided: Should the plotting data show a two sided canopy. as_xy: Should the plotting data be returned as a single XY array.