-
Notifications
You must be signed in to change notification settings - Fork 4
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 plots in pdf or svg formats? #24
Comments
Hello! Actually this came out in another issue. A possible workaround is described here Using that python script will allow you convert the raw dotplot matrix into an svg. Let me know if that helps, |
Great! I'll try it. I'll let you know how that works. Thank you! |
Thanks Esteban! The script works! After removing the first line from the raw matrix file, the matrix was processed with this python script... import matplotlib.pyplot as plt fig = plt.figure(figsize=(16, 16)) Maybe, I will try to develop an improved script based on this to share it later here. Thank you for your help! |
I am happy that it helped then! The
If you are interested, you could fork the project and make a pull request including the new updated script, that would be very cool. Otherwise, I will add the current one when I have some spare time :) Bests, |
Hello Esteban,
I'm experiencing hard times trying to modify the R Script to get vectorized plots to post-edit them. I'm getting over-dimensioned plots and I have no idea about what is going on despite I think is the same code after change the format. Could you help me?
Thank you in advance!
The text was updated successfully, but these errors were encountered: