0

On macOS, I tried the following:

\begin{tikzpicture}
\pie{47/Rice,32/Wheat,22/Other}
\end{tikzpicture}

What I observe is not what I expect with labels:enter image description here

It is like there is some debug info attached to the label (I would guess label position/angle). Any way to disable this behaviour ?

bm842
  • 101
  • Hi, welcome. As far as I remember there is no debugging features in that packages, so probably just a bug :) That said, I do not get that result when I try, so you may have a different version than me. Have you downloaded the package manually, or are you using the one that is in MacTeX? – Torbjørn T. Sep 20 '20 at 21:09
  • Actually, it might be a conflict with babel, are you using that package in your document? If you do, try adding \usetikzlibrary{babel} after \usepackage{pgf-pie}. (https://tex.stackexchange.com/a/378652/) – Torbjørn T. Sep 20 '20 at 21:14
  • @TorbjørnT. Brilliant! your suggestion solved my issue. I missed the question your referred to. Thank you! – bm842 Sep 21 '20 at 05:12

0 Answers0