martinRenou

Results 288 issues of martinRenou

Dynamically changing the `ColorAxis` 's `tick_format` does not seem to redraw the ticks, see this example on Binder: https://mybinder.org/v2/gh/bqplot/bqplot/master?filepath=notebooks%2Fexamples%2FMarks%2FObject%2520Model%2FScatter.ipynb%23Linear-Scale-for-Color-Data The ticks gets properly redrawn on relayout though, so the new...

Bug

The animation on the axis line of y=0 is not animated, it is jumping to the new position ![barsanim](https://user-images.githubusercontent.com/21197331/122218798-16ad8000-ceaf-11eb-94c9-8ed1509ac0ba.gif)

Bug

This allows having a plotting range

Reboot of https://github.com/bqplot/bqplot/pull/1216

cc. @davidbrochart @marimeireles Some ideas for TypeScript improvements we can make in the codebase: - Use `noImplicitAny` in the tsconfig, this will generate many compilation errors that we need to...

Using the LogScale with an axis does not seem to work properly, the domain is computed to be `[0, Infinity]` resulting in the Axis that computes an infinite number of...

Bug

Compared to 0.11, the PanZoom is super slow in 0.12. I suspect there are lots of callback function calls that could be debounced.

Enhancement