maad.features.plot_graph
- maad.features.plot_graph(graph, ax=None, savefig=False, fname=None)[source]
Plots a graphical soundscape
- Parameters:
- graphpandas.Dataframe
A graphical soundscape as pandas dataframe with index as time and frequency as columns
- axmatplotlib.axes, optional
Axes for subplots. If not provided it creates a new figure, by default None.
- Returns:
- ax
Axes of the figure