Skip to content

Add minexponent axis attribute to control which powers of 10 are displayed with SI prefixes #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

ignamv
Copy link
Owner

@ignamv ignamv commented Aug 27, 2020

Works just like SI, except it uses the kilo prefix for 1000 and uses the milli prefix (which SI doesn't).

Existing SI:

image
image
image

New eng

image
image
image

Works just like `SI`, except it uses prefixes for kilo- and milli-.
Hide SI prefix for 10^n if |n| <= minexponent
@ignamv
Copy link
Owner Author

ignamv commented Sep 1, 2020

Change of plans, removed 'eng' exponentformat and created a new axis attribute minexponent

Example using minexponent=8 (no SI prefixes between 10^-8 and 10^8):

image

@ignamv ignamv changed the title Add eng exponentformat for engineering notation Add minexponent axis attribute to control which powers of 10 are displayed with SI prefixes Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant