i'm using gnuplot with latex terminal to generate .tex file with graph.
I need to put 2 graph side by side, like subfigure environment.
How can i do it? Should i resize the figure generated from gnuplot in latex?
The gnuplot generated file start with:
Code: Select all
\setlength{\unitlength}{0.240900pt}
\ifx\plotpoint\undefined\newsavebox{\plotpoint}\fi
\sbox{\plotpoint}{\rule[-0.200pt]{0.400pt}{0.400pt}}%
\begin{picture}(1500,900)(0,0)
\sbox{\plotpoint}{\rule[-0.200pt]{0.400pt}{0.400pt}}%
\put(191.0,131.0){\rule[-0.200pt]{300.643pt}{0.400pt}}
Please help me!
Thank you!