how to remove dashlines when generating pdf from postscript using ps2pdf
Hi everyone:
I have a postscript file, I use ps2pdf to generate pdf figure from postscript file. The postscript file was generated from mummerplot. However, I want remove the dash lines in the figure. Any help is appreciated. Thanks.
The postscript file is here: https://www.dropbox.com/s/1c131jzwjpyos6v/mummerplot.ps?dl=0
The figure I got is here: https://www.dropbox.com/s/1rgh1r87utynxn9/mummerplot.pdf?dl=0
• 2,339 views
•
link
0 answers
No answers yet.
Log in to answer this question.
As stated, this is not a bioinformatics question. Anyway, if you need to modify a plot, the best option is to use the original plotting software to regenerate it as you want it. Otherwise, you may be able to hack your way through the postscript file if you know the postscript language.
Indeed not a bioinformatics question in the first place. However, "how to turn off dash lines in mummerplot?" could be. Just open your ps file in a graphics program (Inkscape, Graphicsconverter, photoshop,...) and edit it.
I am now thinking code before GUI ? I'll blame it on the lack of coffee.