drawdata
drawdata copied to clipboard
Draw datasets from within Jupyter.
I see that this repository only has the Python wrappers to the JS code. Can the JS code be included here as well?
I understand that this library only returns iframes from the website, but it would be awesome if the plots can be configured for instance to control the number bins in...
If you're doing ML stuff in sklearn with this widget, you may suffice without the dataframe library.
## Summary Migrates JavaScript widget codebase from vanilla D3.js to React + Radix UI while maintaining esbuild as the bundler. Both scatter and bar widgets now use React components with...
When using `BarWidget`, the `bar_widget.css` CSS stylesheet leaks out to other outputs in a notebook. Here, `div.container` is used by other Jupyter outputs, causing for example the JSON display to...
The data returned by ScatterWidget depends on user input, specifically whether the user only ever added points of one, or of more colors: - one color only ("regression style"): widget.data_as_X_y...
Noticed that the `.data_as_pandas` returns a df containing both **colors** and **labels**. Whereas the `.data_as_X_y` returns **colors**, which isn't very useful when interpreting and working with the data. **Update**: Modified...
Feature Request: Line Drawing with Dual Y-Axis, time-range slider, and customizable dataset granularity Overview: We propose a new feature for drawdata package that will allow users to draw lines directly...
I'm not sure what it is that determines the x_min/x_max of a plot, but it would be useful to be able to specify these in applications where the absolute value/magnitude...