BokehDeprecationWarnings with Bokeh v1.4.0
See original GitHub issueThe latest release of the Bokeh package has deprecated the legend
keyword, so the output of all plots now includes the following message:
BokehDeprecationWarning: ‘legend’ keyword is deprecated, use explicit ‘legend_label’, ‘legend_field’, or ‘legend_group’ keywords instead
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
Releases — Bokeh 3.0.3 Documentation
Bokeh Version 3.0.1 (Nov 2022) is a point release that addresses an issue with runtime dependencies. For full details and help with with...
Read more >bokeh Changelog - pyup.io
12011 [component: tests] Silence deprecation and other warnings in integration tests ... shifting x-axis upward and overlapping with ticks in Bokeh v1.4
Read more >holoviews.bokeh Package
Inheritance diagram of holoviews.plotting.bokeh.annotation ... Deprecated in favor of color style mapping, e.g. color=dim('color').
Read more >Bokeh DeprecationWarning: Setting a fixed font size value as ...
For a little context, the reason for the deprecation is that string values for data specs are, in every other context, interpreted as...
Read more >MSTICPy 2.0 - new capabilities for Sentinel Notebooks
The warning will contain the new location of the module - so, ... graph or plot directly as a graph using Bokeh interactive...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @cybertk @lordsutch @joshyro ,
Yesterday I finally found some time to work on these deprecation messages. I could fix all issues, however I lost backwards compatibility with Bokeh and have to enforce bokeh>=2.0 in the future releases. Hope to release the fix this week.
Best Patrik
Closed with version 0.5