triqs.stat.histogram.plot
- triqs.stat.histogram.plot(self, optional_dict)[source]
Plot protocol for histograms.
- Parameters:
type (string) – Mode to plot the histogram: - ‘XY’: plot using lines, default - ‘bar’: plot using bars
width (float, default bin width) – The width of the bars in a bar plot.
- Returns:
plot_data – Object passed to oplot to plot the histogram.
- Return type:
list of dict