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:
It is like there is some debug info attached to the label (I would guess label position/angle). Any way to disable this behaviour ?
- 2020-09-21 edit: remove unrelated code (
[text=legend]) - 2020-09-21 edit: suggestion from @TorbjørnT. solved my issue. My question is a duplicate of How to make disappear some weird numbers in a pie chart with pgf-pie
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