│ │ │
plot.addItem( img ) # add ImageItem to PlotItem
│ │ │ plot.showAxes(True) # frame it with a full set of axes
│ │ │ plot.invertY(True) # vertical axis counts top to bottom
│ │ │
│ │ │
│ │ │ 
GraphicsLayoutWidget - QWidget subclass displaying a single GraphicsLayout. Most of the methods provided by GraphicsLayout are also available through GraphicsLayoutWidget.
