Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi all,
I am using python to built a boxplot graph. As you may know, padding in python is not that good so in order to improve my graph size I am using plt.tight_layout(). This works perfect in PBI Desktop but once I publish my report, the original padding comes back.
This is my first work in power bi using python, Am I missing something?
Thanks,
Cesar
Solved! Go to Solution.
Hi Xiaoxin,
I found the solution, for boxplots instead of using plt.tight_layout() I needed to use plt.figure(figsize=(20,5)).
It is not a perfect option because there is still some non-optimized surrounding spaces, but at least it works with PBI services.
Regards,
Cesar
Hi @Anonymous ,
I'd like to suggest you to take a look at following blog about power bi and python script:
Python visualizations in Power BI Service
As document said, all python script execute in a sandbox and power bi will block the access of extra resources. It may block some functions work on power bi service side.
Regards,
Xiaoxin Sheng
Hi Xiaoxin,
I found the solution, for boxplots instead of using plt.tight_layout() I needed to use plt.figure(figsize=(20,5)).
It is not a perfect option because there is still some non-optimized surrounding spaces, but at least it works with PBI services.
Regards,
Cesar
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 37 | |
| 29 | |
| 26 | |
| 19 | |
| 19 |