-
Notifications
You must be signed in to change notification settings - Fork 654
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
How can i show numbers not in exponential form on my x axis? #165
Labels
question
Further information is requested
Comments
I want to add this feature at some point, but until we have it, for now you have two choices that I know of:
|
Thank you for the quick answer! Option 2 seems to do the trick; do you know how can i scale the data as you mentioned in option 1? |
Awesome, thank you Daniel! I think for now i'll go with the second option, it does the trick! Thank you again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using a dataframe to chart some OHLC data, here is a sample:
Since the prices are very low numbers they will be charted using the exponential form, is there any way to prevent that?
PS: i just saw the new added features, and i'm amazed at how awesome this library keeps getting :)
The text was updated successfully, but these errors were encountered: