The eps file is very large. If it is forced to be in one page, then labels in the figure are too small to read, especially when print.
Is it possible to let this eps file cross pages during latex compilation? Any other solutions?
In latext, the source eps file is in the link 1, and it is included as
\begin{figure}
\centering
\includegraphics[scale=.29, angle=90]{graphjit/DYNGuardWithTestHandle820_dot_source}
\caption{\textcolor{red}{Set \textit{equivalent} to be $G_{root}$}}
\label{fig:dot_source}
\end{figure}
And the output is in 2.

