Show HN: Diva – Python package for creating interactive dashboards
diva.readthedocs.io
Show HN: Diva – Python package for creating interactive dashboards
1–3 of 3 posts
Re: Show HN: Diva – Python package for creating interactive dashboards
#2Is 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.
Re: Show HN: Diva – Python package for creating interactive dashboards
#3Is 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.