Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I'm currently using matplotlib to plot some dataframes with Python Visual. The problem is that the dataframe is hard to read when you have more than 4 columns and I'm unable to make the font size bigger or expand the visualization more. Is there any way that I can make this table bigger? It seems there is a lot of whitespace in the horizontal and vertical axis.
Here is my code:
Solved! Go to Solution.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |