-
Notifications
You must be signed in to change notification settings - Fork 166
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
Get unequal plot with same input #604
Comments
Hi @jimmy200340, thank you for reporting this. No, it doesn't look like a normal behaviour, could be a bug. Could you share the CNR and CNS files to reproduce this please? (If you can't share them publicly, on option would be to send them to ktsukanov@ebi.ac.uk and I'll take a look.) |
Note to self: files received |
Fixes #604. As a consequence of default behaviour of matplotlib.pyplot.plot(), some very short lines/segments can disappear from rasterised output depending on DPI settings. Explicitly disabling snapping fixes this.
Oof, it took me some time to investigate. Turns out this is a consequence of default behaviour of Also submitted a PR to fix this in CNVkit based on advice I received from matplotlib developers: #615. @jimmy200340 Thank you again for reporting & for sending in the files! |
Fixes #604. As a consequence of default behaviour of matplotlib.pyplot.plot(), some very short lines/segments can disappear from rasterised output depending on DPI settings. Explicitly disabling snapping fixes this.
Hi,
I use the same input to generate scatter plot but with different file type. PDF and SVG loos the same, but PNG seems to have less information. Is this normal?
FE25P20_1.pdf
The text was updated successfully, but these errors were encountered: