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

Added support for supplying fixed ticks with labels #1503

Merged
merged 1 commit into from
May 31, 2017

Conversation

philippjfr
Copy link
Member

Finally adds ticking support with fixed labels to the bokeh backend, e.g.:

%%opts Curve [xticks=[(0, 'Foo'), (1, 'Bar'), (2, 'Baz')]]
hv.Curve([1,2,3])

bokeh_plot 60

Will be available when 0.12.6 is released, both the code and the tests are appropriately guarded to work only with bokeh version > 0.12.5.

@jlstevens
Copy link
Contributor

Great! How about we warn and suggest upgrading bokeh if this ticker format is detected?

@jlstevens
Copy link
Contributor

Looks good. Merging.

@jlstevens jlstevens merged commit f4ef35e into master May 31, 2017
@philippjfr philippjfr deleted the bokeh_fixed_ticker branch June 17, 2017 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants