prospect.plotting¶
-
prospect.plotting.
bb_plot
(area: prospect.area.Area, assemblage: prospect.assemblage.Assemblage, coverage: prospect.coverage.Coverage, title_size: int = 20, figsize: Tuple[float, float] = (8.0, 20.0), **kwargs) → matplotlib.figure.Figure[source]¶ Make basic plot to explore spatial building blocks.
- Parameters
area (Area) –
assemblage (Assemblage) –
coverage (Coverage) –
title_size (int, optional) – Font size for the (the default is 20, which [default_description])
figsize (Tuple[float, float]) – Figure size in inches
- Returns
Large plot with three subplots of the spatial building blocks
- Return type
matplotlib.figure.Figure