Learn Before
Code
Matplotlib Figure Size Configuration
When creating data visualizations, adjusting the dimensions of the plot is often necessary to properly accommodate the data. In matplotlib, the default figure size can be modified globally by updating the rcParams dictionary, specifically by setting d2l.plt.rcParams['figure.figsize'] to a desired width and height tuple.
0
1
Updated 2026-05-02
Tags
D2L
Dive into Deep Learning @ D2L