I am creating a heatmap based on a filtered dataframe slice with px.imshow(). The slice has shape of (145, 4). I would like to expand it so that it fits my entire screen. However, when I resize using fig.update_layout() it only responds to the height parameter, and the width stays constant.
Does anyone know of a workaround?