malariagen / malariagen-data-python

Analyse MalariaGEN data from Python
https://malariagen.github.io/malariagen-data-python/latest/
MIT License
13 stars 23 forks source link

Bokeh BokehDeprecationWarning: 'circle() method with size value' was deprecated in Bokeh 3.4.0 and will be removed, use 'scatter(size=...) instead' #530

Closed jonbrenas closed 1 month ago

jonbrenas commented 2 months ago

Several functions using Bokeh call on the method circle() which is now deprecated:

/Users/jb52/GitRepos/malariagen-data-python/malariagen_data/anoph/h1x.py:224: BokehDeprecationWarning:

  'circle() method with size value' was deprecated in Bokeh 3.4.0 and will be removed, use 'scatter(size=...) instead' instead.