Antonin Peronnet

Results 75 comments of Antonin Peronnet

> The proximate cause is here in CompositeTicker > > ``` > const best_ticker = this.get_best_ticker(data_low, data_high, desired_n_ticks); > return best_ticker.get_ticks_no_defaults(data_low, data_high, cross_loc, > ``` > > where in this...

Ok, thank's for the clarifications. I will check to be sure that my ticker really *was not* covering the scale. I feel like I am very often the "one person...

@bryevdv I checked my original dataset and I think there is still something odd. I tried to reproduce it with the following code: ```python import pandas as pd from bokeh.plotting...

> You need to use AdaptiveTicker for this, and specify suitable min_interval and max_interval for them. That is the information that the composite ticker uses to select which of the...

I have exactly the same issue. In addition, I discovered another bug related to resolve_axis, layer and faceted. See https://github.com/vega/altair/issues/3842