jupyter/qtconsole

Horizontal scrolling not updated until wndow resize event

hrdl-github opened this issue · 3 comments

Wide figures (e.g. produced using import matplotlib.pyplot as plt; plt.figure(dpi=300); plt.plot([1,2,3])) are truncated when the window is narrow enough. Resizing the window causes the horizontal scrollbar to appear / be updated. Horizontal scrolling allows the entire figure to be viewed then.

qtconsole version: 5.5.1