drmatthews / slidecrop_pyqt

Python app for cropping Bitplane Imaris format slide scanner images with a user interface written in PyQt.
MIT License
1 stars 1 forks source link

Image histogram does not resize #8

Open drmatthews opened 5 years ago

drmatthews commented 5 years ago

Plotting image histograms is implemented using pyqtgraph. At the moment the histogram class is a subclass of 'GraphicsLayoutWidget'. The size of the plot is then set and subsequently is fixed. This means that resizing the window containing the plot does not resize the plot itself. (Using 'resize' is probably changing the size policy.)