Kozea / Kozea/pygal

How to display exponential values in Y axis properly?

Open
#405 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.