How to display exponential values in Y axis properly?
Open
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 419
- PR merge metrics
- No merged PRs in 30d
Description
I use the logarithmic scale for a plot and the Y axis has the following values:
`10^1, 10^2, 10^3, etc. `
However, I don't want to use the symbol `^`, rather I want the exponential to be shown normally.
Is this possible?
Thank you
Contributor guide
Research direction
Start by reproducing the logarithmic-scale Y-axis example and trace where its tick labels are formatted in pygal. Confirm the intended rendered notation for exponential values, then add coverage for the requested label output; done means the logarithmic axis displays the exponent without the caret.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100