Re: Le mie (dis)avventure con TikZ

#96754
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::


    Ciao a tutti.
    `\begin{tikzpicture}
    \node (esp) at (0,0) {$2^3=\underbrace{2\cdot 2\cdot 2}_{3 \text{ volte}} = 8$};
    \begin{scope}[font=\small]
    \draw[<-] (-1.0,.6)--(-0.8,.8) node[right] {esponente}; \draw[->] (-1.5,-.1)–(-1.3,.1) node[below left=.2] {base};
    \draw[<-] (1.6,.1)--(1.8,-.1) node[below right] {potenza }; \end{scope} \end{tikzpicture}` Come si può rendere migliore questo disegno? Il posizionamento delle frecce è molto approssimativo, ma andare per tentativi è un delirio. Come fare? Grazie anticipate, Lorenzo

    Go to top