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

Pairwise plot seems to have issues with recent seaborn #12

Closed
mvdbeek opened this issue Sep 11, 2018 · 2 comments · Fixed by #13
Closed

Pairwise plot seems to have issues with recent seaborn #12

mvdbeek opened this issue Sep 11, 2018 · 2 comments · Fixed by #13

Comments

@mvdbeek
Copy link
Contributor

mvdbeek commented Sep 11, 2018

I'm seeing the following traceback if I set htype to dendrogram:

Traceback (most recent call last):
  File "/Users/mvandenb/miniconda3/envs/[email protected]/bin/intervene", line 606, in <module>
    main()
  File "/Users/mvandenb/miniconda3/envs/[email protected]/bin/intervene", line 426, in main
    pairwise.pairwise_intersection(label_names, options)
  File "/Users/mvandenb/miniconda3/envs/[email protected]/lib/python3.6/site-packages/intervene/modules/pairwise/pairwise.py", line 478, in pairwise_intersection
    heatmap_dendrogram(matrix,outfile, options)
  File "/Users/mvandenb/miniconda3/envs/[email protected]/lib/python3.6/site-packages/intervene/modules/pairwise/pairwise.py", line 304, in heatmap_dendrogram
    sns.plt.setp(sns_plot.ax_heatmap.yaxis.get_majorticklabels(), rotation=0)
AttributeError: module 'seaborn' has no attribute 'plt'

I have seen that sns.plt is not part of the seaborn API anymore (https://stackoverflow.com/questions/45070959/atributeerror-module-object-has-no-attribute-plt-seaborn)

mvdbeek added a commit to mvdbeek/intervene that referenced this issue Sep 11, 2018
@asntech
Copy link
Owner

asntech commented Jan 9, 2019

Apologies for the delay. I will check the pull request and merge. Thanks!!

@jdamas13
Copy link

jdamas13 commented Jun 4, 2024

I'm finding the same issue when running pairwise dendrogram mode on the docker image asntech/intervene:v0.6.5.
Is there a newer version that fixed it? Thanks!

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 a pull request may close this issue.

3 participants