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

Add tools to bokeh plots #416

Closed harbi811 closed 1 year ago

harbi811 commented 1 year ago

Save and crosshair tools are added to bokeh plots.

alimanfoo commented 1 year ago

Thanks @harbi811, looks good. Could you check that these additional tools also appear when you call functions like plot_h12_gwss() which include both the H12 track and the genes track?

harbi811 commented 1 year ago

Thank you @alimanfoo . The added tools appear on all plots with or without the genes track. Here are a couple of screenshots from plot_fst_gwss() and plot_fst_gwss_track()

Screenshot 2023-07-07 172632 Screenshot 2023-07-07 172644
alimanfoo commented 1 year ago

Thanks @harbi811, I guess this must be handled by the merging of tools from different subplots (merge_tools parameter) which is great.

alimanfoo commented 1 year ago

Merged, thanks @harbi811 🎆

harbi811 commented 1 year ago

Thank you @alimanfoo 😊