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

bokeh 2.4.3 --> deprecation warning #223

Open
RomainWCSBx opened this issue Sep 13, 2022 · 0 comments
Open

bokeh 2.4.3 --> deprecation warning #223

RomainWCSBx opened this issue Sep 13, 2022 · 0 comments
Labels
bokeh bug Concrete, reproducible bugs dependencies Pull requests that update a dependency file

Comments

@RomainWCSBx
Copy link

Describe the bug
with bokeh 2.4.3 :
'legend' keyword is deprecated, use explicit 'legend_label', 'legend_field', or 'legend_group' keywords instead

To Reproduce

import lantern as l
a = l.scatter()
l.plot(a, 'line', 'bokeh')

Expected behavior
No more deprecation warning (+stability with the upcoming versions of bokeh)

Screenshots
If applicable, add screenshots to help explain your problem.
image

Laptop:

  • Python version : 3.8.13 | packaged by conda-forge | (default, Mar 25 2022, 06:04:10)
  • IPython version : 8.4.0
  • Tornado version : 6.1
  • Bokeh version : 2.4.3
  • BokehJS static path : /opt/conda/lib/python3.8/site-packages/bokeh/server/static
  • node.js version : v16.12.0
  • npm version : 8.1.0
  • Operating system : Linux-5.10.124-linuxkit-x86_64-with-glibc2.10
  • Browser : Chrome-104.0.5112.101
@timkpaine timkpaine added bug Concrete, reproducible bugs bokeh dependencies Pull requests that update a dependency file labels Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bokeh bug Concrete, reproducible bugs dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants