I am a beginner in latex, and I would be grateful if someone can help me to do this issue. I am having a graph and I want to zoom in a specific part of it. I have seen many threads about this issue but I am confused about it.
Thanks in advance
\documentclass[journal]{IEEEtran}
\usepackage{cite}
\usepackage[pdftex]{graphicx}
\usepackage[caption=false,font=footnotesize]{subfig}
\usepackage{multirow}
\begin{document}
\begin{figure}[h]
\centering
\includegraphics[width=88 mm]{Figure6}
\caption{ Stability circles for different load points in area close to 50 ohm on a smith chart}
\label{Figure6:Stability circles for different load points in area close to 50 ohm on a smith chart}
\end{figure}%
\end{document}%
Yeah, that's what I want to is to insert a graph(.pdf) as mentioned in the attached first post, then I wante to generate a large plot inside it, showing a zoom on a region of the large plot(.Png). I have inserted the code within this issue. Can you do me a favour and write down for me.Thank in advance
Is the plot generated with LaTeX, such as by TikZ or pgfplots? Then it may be easy.
Extracting and magnifying and external plot (such as made by Mathematica or Matlab) is more difficult.