Mateusz Paprocki

Results 285 comments of Mateusz Paprocki
trafficstars

@zpfxellose, 2k is supposed to be very few points to draw for bokeh. Perhaps your're hitting a bug. Which version of bokeh-scala do you use? It would be great if...

bc.. This change does break the integrator because Risch algorithm requires certain derivatives in a special form (derivative of tan(x) is a nice example). The solution is to add context...

bc.. > But I think the risch integrator should not depend on the choice, right? As I said, the algorithm works this way. Similar assumption is done e.g. in limits...

> `cy.get('canvas') //selecting any canvas element (each plot contains 2 canvas elements)` You need to select the top-level layer that is responsible for event handling, which is a `div.bk-canvas-events` (in...

I'm assuming you have the right setup, i.e. there needs to be a tool active for a plot to handle UI events (specific to the tool)? You may also want...

I was recently struggling with hammer.js and interactive testing in bokehjs, so I made some improvements to UI event handling, which helped with my use case and potentially could help...

This regression is a good sign actually, that bokehjs is getting more respectful of the type of data it has to work with, instead of making assumptions. The result is...

Also one tick is missing: ![image](https://user-images.githubusercontent.com/27475/190870387-14d2e35e-f015-45f7-86b7-55cccde8edcf.png) I will look into both issues, but first I will set up testing, because this should have been caught much earlier.

> Also one tick is missing: (...) This is actually correct behavior given the setup. This example uses a fixed ticker in x-axis, which doesn't include 69. That value results...

> "line plus marker" There is a mechanism for this called glyph decorations, but its scope is currently limited to a few glyphs and doesn't include `MultiLine`.