Skip to content
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

update example notebooks #83

Closed
4 tasks done
jonasvdd opened this issue Jun 24, 2022 · 4 comments
Closed
4 tasks done

update example notebooks #83

jonasvdd opened this issue Jun 24, 2022 · 4 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@jonasvdd
Copy link
Member

jonasvdd commented Jun 24, 2022

Main points:

  • add register_plotly_resampler / unregister_plotly_resampler
    • show register_plotly_resampler + pd.options.plotting.backend = 'plotly'
  • show how add_traces can be used
  • show how add_trace and add_traces can be used with dict_input

to discuss: maybe also add the hack that when the trace type is not specified with a dict input, that we assume a scattergl will be used; instead of the default scatter behavior.

@jonasvdd jonasvdd added documentation Improvements or additions to documentation enhancement New feature or request labels Jun 24, 2022
@someshfengde
Copy link

Hi I'd like to contribute on this can you please provide more details about where should I add these?

@jonasvdd
Copy link
Member Author

jonasvdd commented Jul 1, 2022

Hi, @someshfengde, would be lovely!

Sure, you could start with

  1. adjusting the basic_example.ipynb
    There, you could
    • add composability section: where we highlight how to change the FigureResampler <-> FigureWidgetResampler
    • addjust some traces into dicts
    • maybe use the add_traces function
  2. Adding a new register_plotly_resampler.ipynb
    • Where you use the register_plotly_resampler function together with the pandas plotly back-end to visualize some series
    • Also highlight the unsregister... function + additional keyword arguments that can be fed to this function (e.g., default_n_shown_samples, default_downsampler)

@jonasvdd
Copy link
Member Author

being tackled in #104

@jonasvdd jonasvdd self-assigned this Jul 18, 2022
@jonasvdd
Copy link
Member Author

Done as #104 is merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants