I tried to show a large Matplotlib Pyplot figure (figsize=(9, 36)
) from a Python command line code in Windows 7.
It gave this warning and generated a figure with all subplots squeezed:
QWindowsWindow::setGeometry: Unable to set geometry 1350x5466+8+30 on QWidgetWindow/
'MainWindowClassWindow'. Resulting geometry: 1350x882+8+30 (frame: 8, 30, 8, 8, custom
margin: 0, 0, 0, 0, minimum size: 67x66, maximum size: 16777215x16777215).
Is there any way to solve the issue and plot the intact figure?