How to make the figure smaller in latex which is produced by plantUML?

0 votes
asked Feb 25, 2016 in Closed question / help by anonymous
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}

1 Answer

0 votes
answered Oct 5, 2016 by JohannesMeier (460 points)

Are you asking how to scale the generated tikzpicture in LaTeX? If yes, the answer could be found here: http://tex.stackexchange.com/questions/4338/correctly-scaling-a-tikzpicture

...