Is there a simple way to get a coordinate grid overlay with a picture incorporated via \includegraphics?
I'm using some \put() commands for minor annotations, but it'd be nice to not have to guess and do all of it by eye.
The overpic package has a grid option, but I haven't found an equivalent for graphicx? e.g:
\begin{overpic}[width=0.5\textwidth, grid, trim=35 100 20 100, clip]{myimage.png}
\put(210, 40){\small $\leftarrow$ An annotation}
\end{overpic}
I'd rather not involve an additional package for the sake of one or two figures if I can help it.
pagegridpackage? It does not place the grid over the image, but places the grid in page background. Works withgraphicx. Useful for positioning an image, but not for positioning things inside the image itself. – Jan 08 '18 at 17:35TikZbut accept a packake which loads it, take a look atcallouts– Ignasi Jan 08 '18 at 18:08