Menu

scale a pgfpicture

2008-12-03
2013-05-29
  • Mark Everitt

    Mark Everitt - 2008-12-03

    I have a whole load of eps files in my thesis, and I'd like convert them all to pgf. The problem I'm having is that the pgf output is the wrong size and I can't find a way to scale a pgf like I would with \includegraphics. Anyone got any ideas?

    Cheers

     
    • Marc van Dongen

      Marc van Dongen - 2008-12-07

      [scaling pgfpicture]

      \begin{tikzpicture}[scale=0.5] STUFF \end{tikzpicture}

      \scalebox{ratio}{stuff}?

      Regards,

      Marc van Dongen