Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: support interactive bokeh plots #14

Merged
merged 4 commits into from
May 5, 2021
Merged

ENH: support interactive bokeh plots #14

merged 4 commits into from
May 5, 2021

Conversation

martinfleis
Copy link
Owner

@martinfleis martinfleis commented May 5, 2021

Adds Clustergram.bokeh() method which generates clustergram in a form of internactive bokeh plot. On top of an ability to zoom to specific sections shows the count of observations and cluster label (linked to Clustergram.labels).

To-do:

  • documentation
  • check RAPIDS compatibility

I think I'll need to split docs into muliple pages at this point.

@codecov-commenter
Copy link

codecov-commenter commented May 5, 2021

Codecov Report

Merging #14 (05bf116) into main (da3b159) will increase coverage by 3.00%.
The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   59.81%   62.81%   +3.00%     
==========================================
  Files           3        3              
  Lines         535      597      +62     
==========================================
+ Hits          320      375      +55     
- Misses        215      222       +7     
Impacted Files Coverage Δ
clustergram/clustergram.py 81.08% <87.50%> (+1.88%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da3b159...05bf116. Read the comment docs.

@martinfleis martinfleis closed this May 5, 2021
@martinfleis martinfleis reopened this May 5, 2021
@martinfleis martinfleis merged commit 65f2b56 into main May 5, 2021
@martinfleis martinfleis deleted the bokeh branch May 5, 2021 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants