Forum Discussion
bimchahaha
4 years agoMicrosoft Employee
Power BI Python visual figure size
it doesn't have visual when putting plt.figure(figsize..... while without it . I want to make the figure size bigger that fit the visual box . thanks
v-xiaotang
4 years agoCommunity Support
Hi bimchahaha
figsize(float, float), default: rcParams["figure.figsize"] (default: [6.4, 4.8])
Width, height in inches.
Maybe you can try to reduce width & height, then test again.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.