Re: Unità di misura nelle figure

#68888
Up
0
Down
::


Il pacchetto pgfplots prevede anche una libreria dedicata alle unità. Va guardato il manuale d’uso, sezione 5.10.
Ecco un esempio seguendo questa via:
`\usepackage{pgfplots}
\usepgfplotslibrary{units}

\pgfplotsset{use units, unit markings=parenthesis}

\begin{axis}[xlabel={Velocità, $V$}, x unit=m/s, …]

\end{axis}
`

Go to top