pybic.BicAn.PlotMeanHist

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

Plots time average (or slice) of data histogram.

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.

Note

The PlotSlice attribute allows plotting a slice of histogram hg[:,PlotSlice,:]. Defaults to time average when None.