Skip to content

Commit

Permalink
Use more typical value of symlog parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Dec 2, 2022
1 parent b8764c7 commit 4e41383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Expand Up @@ -233,7 +233,7 @@ \subsubsection{Axis Properties}\label{axis-properties}
\begin{lstlisting}[language=modelica]
Axis(
min = -1e5, max = 1e5,
scale = __NameOfVendor_symlog(3),
scale = __NameOfVendor_symlog(1),
)
\end{lstlisting}
\end{example}
Expand Down

0 comments on commit 4e41383

Please sign in to comment.