jams.display.display_multi¶
-
jams.display.
display_multi
(annotations, fig_kw=None, meta=True, **kwargs)[source]¶ Display multiple annotations with shared axes
Parameters: - annotations : jams.AnnotationArray
A collection of annotations to display
- fig_kw : dict
Keyword arguments to
plt.figure
- meta : bool
If True, display annotation metadata for each annotation
- kwargs
Additional keyword arguments to the
mir_eval.display
routines
Returns: - fig
The created figure
- axs
List of subplot axes corresponding to each displayed annotation