Skip to content

Commit

Permalink
Clarify that Axis.unit is required when specifying axis bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Aug 10, 2020
1 parent 2175f1a commit b373159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ \subsubsection{Axis Properties}\label{axis-properties}
end Axis;
\end{lstlisting}

When an axis bound isn't provided, the tool computes one automatically.
When an axis bound isn't provided, the tool computes one automatically. When \lstinline!min! or \lstinline!max! is specified, it is an error to leave \lstinline!unit! unspecified.

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.
Expand Down

0 comments on commit b373159

Please sign in to comment.