Hello, i am running a bash script and the output is a .ps plot and i convert it to pdf using the ps2pdf command, the problem is the plot is huge and it#s being cropped, i got a pdf plot with less than quarter of the plot, i googled and found out that ps2pdf gets limitcheck error when the coordinates are ridiculously large, but i did not find how to solve this problem, i just need it to scroll left i know it's too big it will never fit in one page. Any suggestions?
the command i use is:
Code:
cat /dev/shm/tt$1.ps | ps2pdf - /dev/shm/tt$1.pdf