Skip to content

Commit

Permalink
Move things related to Axis.label into the same paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Aug 10, 2020
1 parent 4370791 commit 2175f1a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions chapters/annotations.tex
Expand Up @@ -169,16 +169,12 @@ \subsubsection{Axis Properties}\label{axis-properties}

When an axis bound isn't provided, the tool computes one automatically.

The Modelica tool is responsible for showing the unit used for values at the
axis tick marks, so the axis \lstinline!label! shall not contain the unit.

If a tool does not recognize the \lstinline!unit!, it is recommended to issue a
warning and treat the \lstinline!unit! as if it was not specified.

When an axis label isn't provided, the tool produces a default label. Providing
the empty string as axis label means that no label should be shown. Variable
replacements, as described in \cref{variable-replacements}, can be used in
the \lstinline!label! of \lstinline!Axis!
When an axis label isn't provided, the tool produces a default label. Providing the empty string as axis label means that no label should be shown. Variable replacements, as described in
\cref{variable-replacements}, can be used in the \lstinline!label! of \lstinline!Axis! The Modelica tool is responsible for showing the unit used for values at the axis tick marks, so the axis
\lstinline!label! shall not contain the unit.

\subsubsection{Plot Curves}\label{plot-curves}
The actual data to plot is specified in the \lstinline!curves! of a \lstinline!Plot!:
Expand Down

0 comments on commit 2175f1a

Please sign in to comment.