pybic.BicAn.PlotHisto

BicAn.PlotHisto(*args, vLim=[])[source]

Plots data histogram vs time.

Parameters:
  • *args (list) – Input Figure and Axes as [fig,ax]. Default behavior creates new figure and axes with subplots().

  • vLim (list) – Logarithmic y-limits of plot [vmin,vmax], defaults to data range.