Color mapping error in manhattan plot

Hi Hail team,

I try to create a manhattan plot using ‘hl.plot.manhattan()’.

p = hl.plot.manhattan(gwas.p_value,title='Manhattan plot')

After updating ‘conda’, I faced the error message as

UnsetValueError: ColorBar(id=‘1709’, …).color_mapper doesn’t have a value set

Under the condition with

Hail version : 0.2.85
Bokeh version : 2.4.3

Please let me know how to solve this issue. Thank you.

-Jina

Hi @jinasong !

Hail requires Bokeh <2.0.

Thank you so much!