temporalmapper.plotting.view_gomic

temporalmapper.plotting.view_gomic(mapper, ax=None, clrs=['r', 'g', 'b'])

Visualize the gomic of the Mapper object

Parameters:
mapper: temporalmapper.mapper.Mapper

The Mapper object to plot.

ax: matplotlib.axes (optional, default=None)

Matplotlib axis to draw on

clrs: list(str) (optional, default=[‘r’,’g’,’b’])

A list of matplotlib colours, which will be cyclically to colour the intervals in the graph.

Returns: matplotlib.axes