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.
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 :
If someone have time to take this issue before circle() method is removed from the API.