0

I have the following chart in a png format that I need to include in latex file:

enter image description here

There is a way to add a legend over the figure using latex, like in the outline below?

enter image description here

Edit: Simple working code

\documentclass{article}
\usepackage{graphicx}

\begin{document} \includegraphics[width=\textwidth]{tek00000.png} \end{document}

  • 1
    Welcome to TeX.SX!! Rather than posting images it is better to give a full minimal working example. Currently we have to guess what packages etc you are using and this makes it really hard to help you. A MWE should start with a \documentclass command, have a minimal preamble and then \begin{document}...\end{document}. The code should compile and be as small as possible to demonstrate your problem. People are normally happy to help provided that you give them something to start from. –  Jun 30 '20 at 00:56
  • 2
    One way to do this is to use my answer to the post https://tex.stackexchange.com/questions/398584/image-with-some-overlaid-text –  Jun 30 '20 at 00:57

0 Answers0