From 4e41383cdabf1cf3bf0f8f5b0e25590f10c19c96 Mon Sep 17 00:00:00 2001 From: Henrik Tidefelt Date: Fri, 2 Dec 2022 07:48:35 +0100 Subject: [PATCH] Use more typical value of symlog parameter --- chapters/annotations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/annotations.tex b/chapters/annotations.tex index 8f58a24da..3b57e3847 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -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}