-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
[OHLC Chart] How to keep the xaxis discrete #829
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
Comments
Hi there,
more information on tick text here: https://plot.ly/python/reference/#layout-xaxis-ticktext closing in favour of plotly/plotly.js#2004 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am tryging to plot minute financial data using Ohlc or Candlestick methods.
The trouble I am facing is with properly setting the xaxis to be discrete.
DATA Format: Intraday financial data for each day between 09:30 and 16:00.
Q1: Is it possible to plot bars only for the records that are present in the dataframe. I do not want to see empty space for the period between 16:00 and 09:30 next day and during weekends.
I tried setting xaxis['type'] to 'category' but I get the following result which is either broken or misinterpretted by me.
The text was updated successfully, but these errors were encountered: