-
Notifications
You must be signed in to change notification settings - Fork 83
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
Network plots #236
Network plots #236
Conversation
Codecov Report
@@ Coverage Diff @@
## main #236 +/- ##
==========================================
+ Coverage 93.76% 93.89% +0.13%
==========================================
Files 137 138 +1
Lines 10841 10990 +149
==========================================
+ Hits 10165 10319 +154
+ Misses 676 671 -5
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few minor comments.
Also, I tried running the plot_network.py example locally, but I'm getting an error:
File "(...)\Deeptime\deeptime\deeptime\plots\network.p
y", line 160, in cmap
from matplotlib import colormaps
ImportError: cannot import name 'colormaps' from 'matplotlib' (C:\Users\Maaike
iniconda3\envs\deeptime\lib\site-packages\matplotlib_init_.py)
I have matplotlib version 3.4.3 installed.
thanks! does it work now? |
No description provided.