How can I use \tikz to resize (scale) .eps-format picture (graph) without text and numbers inside it being resized?
PS. I have already been exposed to the same below Qs, but have problem implementing it for my case as I have .eps file and not sure what is the best option. Can anyone modify code below to work accordingly? Thanks.
Correctly scaling a tikzpicture
How to use \resizebox but not resize text (tikzpicture)
Scale tikz figure to a percentage of \textwidth
My Code needing to be changed for \tikz:
\documentclass[conference]{IEEEtran}
\usepackage{siunitx}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{array}
\usepackage{makecell, booktabs, multirow}
\usepackage{pgfplots}
\usepackage{tikz}
\usepackage{tikzscale}
\usepackage{epstopdf}
\DeclareGraphicsExtensions{.eps}
\begin{document}
\begin{figure}[h]
\begin{center}\vspace{-0.4 cm}
{\resizebox{0.52\textwidth}{0.21\textwidth}{{\includegraphics*{Fig_11.eps}}}\vspace{-0.1 cm}
\midskip \footnotesize{\verb+ +(a)}\vspace{-0.6 cm}
\label{fig:Fig_11}
\end{center}}
\end{figure}
\end{document}
The figure also has x- and y-axis and legend.
\addplot graphicspart – percusse Oct 03 '15 at 16:37matlab2tikzpackage as described here: matlab2tikz explained. Do you agree with this? – Hans Oct 04 '15 at 02:21