I'm using QwtPlotHistogram to plot data. I want to have a fixed size for the bars.
What happens is, that the bars use the entire QwtPlot area, so if i have less bars they expand and fit to the whole area, and if i have lots of bars, they shrink and squeeze in the area.
I want to keep constant width for the bars
How do i do that?