Thanks for the great graphics library!
I've been trying to incorporate the new colorbar into my app, with partial success. The widget works in every way, except that the actual "color map" ImageItem shows up as a blank image (with possibly a compressed image at the bottom?)
My ignorance about Qt can't be helping.. perhaps there's a problem with the way I'm setting up the panel where these items live. Within a GraphicsLayoutWidget, I do
1) addLayout to get a new panel
2) create ImageItem, layout.addPlot to get plot, add image to plot
3) create ColorBarItem, attach to ImageItem
4) layout.addItem for colorbar
Attached: I have successfully modified the colorbar demo to use the same steps (bottom left image). Just don't know why it's blank in my app.
Appreciate any insights..
cheers
Mike