I use the command line to generate a latex input for a UML diagram. The size of the diagram is one page. How can I control the figure size? Thanks!
For example,
\begin{figure}
\centering
% generated by Plantuml 8036
\definecolor{plantucolor0000}{RGB}{254,254,206}
\definecolor{plantucolor0001}{RGB}{168,0,54}
\begin{tikzpicture}[yscale=-1]
.....
\end{tikzpicture}
\end{figure}