-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Python API #3
Labels
enhancement
New feature or request
Comments
flekschas
added a commit
that referenced
this issue
Mar 3, 2021
Merged
flekschas
added a commit
that referenced
this issue
Jun 29, 2021
* Whatever * Properly destroy regl-scatterplot on destroy of a widget instance * Complete rewrite of the Python API to match #3 * Fix two-way selection * Fix typo * Rename - `example.ipynb` -> `get-started.ipynb` - `Untitled.ipynb` -> `examples.ipynb` * Bump regl-scatterplot * Add convenience function * Update * Fix typo: recticle >> reticle * Add support for downloading pixels * Implement functional API * Allow programmatic hovering. Transition data * Improve interactivity of the API * Allow setting width and background image from URL * Reflect new readme * Provide examples of the new API * Add compose() * Fix width assignment * Simplify linspace mapping and fix an issues with size() * Outsource API docs * Update regl-scatterplot * Bump * Fixify selections * Allow choosing reticle color automatically * Add tests and fix bugs * Remove unnecessary sort order * Validate encoding channel dtypes * Improve handling of reverse map orders * Update docs with connection_* functions * Functionalize * Make sure functions act as getter when no argument is specified * Simplify * Remove unnecessary code * Improve map order handling * Update * Add title * Avoid depending on sklearn * Use internal minmax_scale * Fix minmax_scaler * Bump regl-scatterplot and add missing regl dependency * Improve getting started section and add links to docs * Improve connect() docs
Oops, I forgot to close when #4 got merged. The new API is implemented. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is work in progress but I want to document it somewhere:
After discussions with @nvictus I am thinking to change the Python API of
plot()
to be more intuitive and support dataframes out of the box. The API is inspired by https://seaborn.pydata.org/generated/seaborn.scatterplot.htmlThe text was updated successfully, but these errors were encountered: