bqplot
bqplot copied to clipboard
Plotting library for IPython/Jupyter notebooks
We should use the specific submodules of d3 rather than requiring d3 entirely.
Hi, I try to get the clicked coordinate on a HeatMap. Unfortunately, neither does `on_click`, `on_element_click` or `on_background_click` seem to work (see example below). ```python import numpy as np from...
**Describe the bug** Legend right align does not work as expected, particularly with long legend labels. **To Reproduce** ```python import numpy as np import bqplot.pyplot as plt np.random.seed(0) numPoints =...
Right now, hover and click identify the line among the many lines that can be drawn for a hover and click. With the markers, they can be made aware of...
Only the ticks that are visible when applying the color attribute of an axis are colored.
The GridHeatMap does not use multiple layers ala the Map Mark, as a result, strokes on individual cells do not show correctly.
`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...
from __future__ must be first line of the notebook, otherrwise Python-3 is not happy ```` # Let's begin by importing some libraries we'll need from __future__ import print_function # So...