News

In the above example, the rcParams ['figure.figsize'] is set in cell 2 (where the plot is made), and the figure is correctly sized to 10 x 10. However, if I try setting the figure size in cell 1, it ...
Bug summary When figsize is specified in figure(), the render displays partially offscreen and on the wrong monitor if the process was spawned on a secondary monitor. Code for reproduction import n ...