-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
Current Behaviour
In the final HTML version, the word cloud is first mirrored through a transform, which causes the image to be upside down when saved as a picture.
Expected Behaviour
- Expect the image to be displayed in the correct orientation.
- Expect the generated image to be 2x or larger, and then scaled using the current scale to make the exported image clearer.
Data Description
Arbitrary data
Code that reproduces the bug
pandas-profiling version
v4.16.1
Dependencies
requires-python = ">=3.12,<3.13"
dependencies = [
"beautifulsoup4>=4.13.4",
"lxml>=6.0.0",
"pandas>=2.2.3",
"rich>=14.1.0",
"setuptools>=80.9.0",
"ydata-profile>=1.0.3",
]
OS
No response
Checklist
- There is not yet another bug report for this issue in the issue tracker
- The problem is reproducible from this bug report. This guide can help to craft a minimal bug report.
- The issue has not been resolved by the entries listed under Common Issues.