-
Notifications
You must be signed in to change notification settings - Fork 215
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
legend_location='auto' argument of Profile not accepted by matplotlib #1041
Comments
blaiseli
added a commit
to blaiseli/deepTools
that referenced
this issue
Feb 16, 2021
Trying to solve deeptools#1041
4 tasks
You are right, I think this issue happens if one uses the deeptools api. Can you rebase your PR to develop please? |
blaiseli
added a commit
to blaiseli/deepTools
that referenced
this issue
Feb 17, 2021
Trying to solve deeptools#1041
I tried to do it. Hoefully I didn't make any mistake. |
Ugh, I hate matplotlib :( |
Already set to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The version of matplotlib I use does not allow 'auto' for legend location.
When I run my python script based on deeptools (available here: https://gitlab.pasteur.fr/bli/plotting_scripts/-/blob/master/scripts/create_metagene_profile.py), I get the following error:
prof
is adeeptools.plotProfile.Profile
.I suspect something has changes either in deeptools or in matplotlib, because this script used to work.
I would suggest replacing
'auto'
by'best'
forlegend_location
in the__init__
ofProfile
indeeptools/plotProfile.py
The text was updated successfully, but these errors were encountered: