Itay Dafna
Itay Dafna
## Description Hey team, we seem to be experiencing an issue where in some specific cases, clicking on the filter icon in an ipydatagrid datagrid, opens the context menu in...
Looking at the example from the examples folder.
Currently there is not a traitlet which allows a user to specify the text color of a given node's label. We should add a traitlet that allows users to specify...
Using this issue to track 1.0 release topics brought up during the weekly meetings. I will update this note with more items as we continue the discussion. - Implement missing...
It seems like the only supported data attributes name, index and color. ```python import numpy as np from bqplot import LinearScale, Tooltip, Axis, Figure, Lines x_sc = LinearScale() y_sc =...
Infinite values seem to be throwing the LinearScale object out of balance, causing plots to render an empty figure. We should consider how to handle such values in a graceful...
`npm run build` in the `js` directory builds, but changes are not reflected in the nbextension. Similarly, source maps are not loading in Chrome when developing locally. Tested vs 0.12.18...
This one is long due. We should consider adding support for native sub-plotting as it is commonly requested and available in many other common plotting packages.
The Boxplot mark requires access to the full raw data from which it computes the stats for the boxes. There are other use cases where that data is already precomputed....
We should consider adding support for major/minor ticks in `bqplot` to bring functionality in line with other common plotting packages.