quarto-dev / quarto-dev/quarto-cli
setting font_scale in seaborn
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
The font size of the plots in the generated report is not as it is set.
Using seaborn.set(font_scale=2) and generating some plots with seaborn in python, the font size on the published plots is not what is set.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the report-generation case described with Python, seaborn, and seaborn.set(font_scale=2), comparing plot text sizes before and after publication. Trace where the generated plots are processed and determine whether the published output preserves the configured font scale. Done means the published plots use the requested font size and the behavior is covered by a regression check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100