Hello!
I would like to create a graphic exactly like on this image with latex. Is it possible?
Thanks for your help!
Graphics, Figures & Tables ⇒ graphic with boxes and arrows around numbers
NEW: TikZ book now 40% off at Amazon.com for a short time.

graphic with boxes and arrows around numbers
Yes. TikZ is often used for this. In this case a matrix is the ideal choice.
graphic with boxes and arrows around numbers
Thanks for your unswer!Bartman wrote:Yes. TikZ is often used for this. In this case a matrix is the ideal choice.
Any idea of how to go about drawing the arrow across elements in the matrix?
graphic with boxes and arrows around numbers
You will find the option
Crosspost
matrix of nodes
in the documentation. Thanks to the nodes now available in the cells of the matrix, their center can be addressed via an anchor and the arrows drawn. The arrows can be shortened with a suitable assignment to the shorten
options and the arrows.meta
library offers you the option of scaling arrows.Crosspost