I use the following expression to create a rectangle in TikZ (even so there exist probably a million ways to do it):
\draw[draw=black] (-1.75,-2.5) rectangle ++(5.5,5.5);
but using "node" with "midway", "left", "below" ... to add labels at certain areas of the rectangle to name them seem not to work properly so I would like to ask which one the correct way is?
Thank you very much in advance!
pgfmanualsection 72 you will see all node anchors if you want to use anodefor your base chape. Otherwise your post feels pretty close to this one https://tex.stackexchange.com/questions/47704/how-to-establish-node-anchor-like-points-on-a-tikz-rectangle-path-is-there-a – BambOo Apr 14 '20 at 10:53