1

I'm trying to create a mosaic plot series to include in a widget.

QStackedBarSeries seems like the best place to start but I'm unable to change the width of individual bars in it. (please correct me if there is a better/simpler starting point!)

I digged through the QBarSet to see if I can subclass it to scale it's width but it appears that the graphing is done in the QStackedBarSeries. Is my only option to subclass QAbstractBarSeries to make the bar widths customizable?

Thanks!

XababaX
  • 31
  • 6
  • Update in case this is useful to others: I was never able to find a way to update the widths of individual bars, I also explored qwt plots but no luck there either. Instead, I drew the plot entirely in a graphics scene. – XababaX May 03 '18 at 15:42

0 Answers0