I have several Python visuals in Power BI. The plots are always too small: the space is not utilized and therefore the plot is too small.
Tried to adjust the figure size, no effects
plt.figure(figsize=(18, 15))
Tried to reduce the padding, no effect
plt.tight_layout(pad=0, w_pad=0, h_pad=0)
Any advice?