FlowChange.FlowChangePlot

Contents

FlowChange.FlowChangePlot#

FlowChange.FlowChangePlot.py

make_plot(recs, axes=None)#

Create 3D plots for the flow change records.

Parameters:
  • recs (list of tuples) – Each tuple contains (in_folder, mi, points, abs_likes, rel_likes, peaklike, peakpos).

  • axes (list of Axes3D, optional) – If provided, use these axes for plotting.

Return type:

None