global_motif_heatplot#

global_motif_heatplot(motifs, cmap='YlGnBu', **kwargs)[source]#

Out-of-the-box plotting of global motif counts corresponding to the layout in Motifs in Temporal Networks (Paranjape et al)

Parameters:
  • motifs (list | np.ndarray) – 1 dimensional length-40 array of motifs, which should be the list of motifs returned from the global_temporal_three_node_motifs function in Raphtory.

  • **kwargs – arguments to

Returns:

ax item containing the heatmap with motif labels on the axes.

Return type:

matplotlib.axes.Axes