spatiocoexistence.plotting module¶
- spatiocoexistence.plotting.plot_inventory_on_ax(ax, inventory, filter=1.0, scale=2.0, params=None)[source]¶
Plot the inventory scatter plot with axis settings based on data/parameters.
Parameters:¶
- ax: plt.axes
The matplotlib axes to plot on
- inventory: np.ndarray
The inventory data to plot
- filter: float
Minimum DBH to include in the plot
- scale: float
Scaling factor for the point sizes
- params: dict, optional
Model parameters - used to get dimensions if provided
- spatiocoexistence.plotting.display(inventory, radius, threshold=50, filter=5.0, abundances=None, axs=None, initial=False, bins_dict=None, params=None, trees='rep')[source]¶
Display forest inventory statistics.
If initial=True, use ‘x’ markers and red lines for all plots. Otherwise, use ‘o’ markers and standard colors.
- Return type:
dict