Skip to content

Instantly share code, notes, and snippets.

@vbajpai
Created April 16, 2013 11:44
merge two plots into one a4 sheet
merge two plots into one A4 sheet for easy comparison:
$ convert -append $first.png $second.png $result.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment