Forum Discussion
Anonymous
2 years agoNot applicable
Python Script in PowerBI
Hi all, I am trying to make it a bit wider for my graph to fit in the area I tried to use .set_figwidth(125), or other numbers but it's not returning me any charts. Any experienc...
Anonymous
2 years agoNot applicable
Hi Anonymous ,
If you want to learn about how to use .set_figwidth, you can refer to this document:
Matplotlib.figure.Figure.set_figwidth() in Python - GeeksforGeeks
And I think you can also use plt.figure(figsize=(x, y) instead, about this you can refer to these two documents:
How to Set the Size of a Figure in Matplotlib with Python (learningaboutelectronics.com)
plt figsize - Code Examples & Solutions (grepper.com)
Best Regards,
Dino Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.