Improvements to ticking
See original GitHub issueThe ticking system can use several improvements. Some of those concern the choice of ticks and some concern tick formatting:
- use label text dimensions to inform auto-computation of number of ticks. (#1669)
- allow users to specify hard values: min, max, exact numbers of ticks (#1670)
- allow users to specify explicit tick values (#1671)
-
mechanism for semantic (re-)labeling of numeric tick values(#1672) - allow some ticks to have “more detail”, e.g.:
12:37 :38 :39 :40 :41
(#1674) - allow tick formats to be supplied (#842)
- documentation (#524)
- allow users to specify a suggested, desired number of ticks (#2185)
References: #1664
@bokeh/dev any additions to this list welcome
Issue Analytics
- State:
- Created 9 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Business Improvements or Doing The Work vs. Ticking The Box!
Are you willing to do what it takes to actually improve aka investing time, money and energy for lasting, repeatable and scalable capabilities?...
Read more >Why Is My Engine Making A Ticking Noise?
Getting the valves correctly adjusted will not only silence the ticking, but can improve engine response, power, and smoothness.
Read more >Price Improvement Study Suggests Tick ... - Traders Magazine
Price Improvement Study Suggests Tick Harmonization Could Save Investors $1B+ · Investors received about $72MM in price improvement daily in H1 ...
Read more >How to Fix Lifter Tick or Rod Knocks With Oil Additives
In this video I will go over some of the common causes of lifter tick / knock or upper engine noise in general,...
Read more >Price improvement, tick harmonization & investor benefit - NYSE
Price improvement occurs both on and off exchange, but regulatory constraints on exchange trading increments (or “tick size”) limit the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@cjw296 all the bullets in the issue have associated issues listed, and are checked off (or not). Minor ticks were not part of this group of suggestions, as best I can recall. There is a separate open issue for them though:
https://github.com/bokeh/bokeh/issues/2996
As stated there, the fact that months are uneven raises questions about the utility of minor ticks on a date time scale, or what even exactly they should do in all cases. But I am happy to consider a PR if someone else wants to scratch that itch.
Thanks for the tip. Much appreciated. But indeed, poorly documented:
https://docs.bokeh.org/en/2.4.0/docs/reference/models/axes.html#bokeh.models.Axis.major_label_policy
Any tips on how to use it?