Skip to content
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

Add more x axis ticks and labels to datetime axis... #665

Closed
damianavila opened this issue May 30, 2014 · 4 comments
Closed

Add more x axis ticks and labels to datetime axis... #665

damianavila opened this issue May 30, 2014 · 4 comments
Milestone

Comments

@damianavila
Copy link
Contributor

From stackoverflow: http://stackoverflow.com/questions/23915275/how-do-you-add-more-x-axis-ticks-and-labels-to-datetime-axis-using-pythons-boke

The user wants to add more ticks and label in his/her candlestick plot.
We discussed this issue with @bryevdv, adding some points below:

  • one solution would be to add a "desired_n_ticks" property to axis.coffee and have it pass that value to to ticker.get_ticks (right now it uses the default of 6, always)
  • there is no way to make a hard specification of the number of ticks on the existing tickers, you'd need to make a new ticker that doesn't try to be so smart
@rht
Copy link

rht commented Jan 9, 2015

👍 this issue is a blocker

@bryevdv
Copy link
Member

bryevdv commented Jan 9, 2015

Another option that might work more simply with the existing code is to add min_ticks property, but I'd have to look more closely. There are probably cases when there is no set of "nice numbers" with the required minimum size, and then what do you do?

@bryevdv
Copy link
Member

bryevdv commented Jan 11, 2015

See #1668

@damianavila
Copy link
Contributor Author

This was solved in #2186

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants