-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Description
Hi, I use the library to show charts I bump in deprecation warning BokehDeprecationWarning: 'circle() method with size value' was deprecated in Bokeh 3.4.0 and will be removed, use 'scatter(size=...) instead' instead..
I am using :
ch.plot.lollipop(
data_frame=,
categorical_columns=[],
numeric_column="",
color_column="",
)
If someone have time to take this issue before circle() method is removed from the API.
Metadata
Metadata
Assignees
Labels
No labels