Forum Discussion
Matplotlib Dataframe Plot Size Issue
- 3 years ago
Hi Anonymous ,
Try to use figsize=(x,y) or set_figheight(), set_figwidth() to change the size of your Plot.
Besides, Python visuals in Power BI Desktop have the some limitations
Especially all Python visuals display at 72 DPI resolution. Maybe you need to change the DPI of your plot.
For more details, please refer to:
How to Change Plot and Figure Size in Matplotlib • datagy.
Create Power BI visuals using Python in Power BI Desktop - Power BI | Microsoft Learn
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
Try to use figsize=(x,y) or set_figheight(), set_figwidth() to change the size of your Plot.
Besides, Python visuals in Power BI Desktop have the some limitations
Especially all Python visuals display at 72 DPI resolution. Maybe you need to change the DPI of your plot.
For more details, please refer to:
How to Change Plot and Figure Size in Matplotlib • datagy.
Create Power BI visuals using Python in Power BI Desktop - Power BI | Microsoft Learn
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.