Is there a way in Tikz to have the label angle computed automatically when adding a label on top of an arrow ? Here is what I am looking for :
\draw[->] (start) -- node[MAGIC HERE, above]{my label} (end);
Is there a way in Tikz to have the label angle computed automatically when adding a label on top of an arrow ? Here is what I am looking for :
\draw[->] (start) -- node[MAGIC HERE, above]{my label} (end);
MAGIC HEREwithsloped. – Torbjørn T. Jul 27 '20 at 15:20slopedbut was not able to find it from a search engine. probably because of my English. – Manuel Selva Jul 27 '20 at 17:55