-
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
plotEnrichment fails on long sample names #526
Comments
The only real options are:
We have no way of determining what will actually fit on the plot, that's all up to matplotlib. I'll close this once I've implemented |
|
Oh, plotEnrichment, you can already change the width and height, though I can make the plot optional too. |
This is now implemented in |
@thomasmanke There's no way for us to change the error message, it's not our code. |
@thomasmanke This is now in the |
... because it cannot plot the within the default device sizes.
Possible solutions
i) trimming name
ii) reporting error properly (currently it says something like bottom >=top)
iii) optionally switch off plot (--> as for plotFingerprint in develop)
The text was updated successfully, but these errors were encountered: