2 comments

[ 3.3 ms ] story [ 7.2 ms ] thread
Is there a way to tell this to stretch a plot to fill the entire window? For my screen the plots are only taking up 1/4 of the view.
For matplotlib, you can pass the the figsize=(w, h) argument to the plt.figure and plt.subplots functions to set the size in inches. I've just added an example to the "More Examples" section of the User's Guide. I'm looking into having the plots adapt to the div size in the future.