waffle
waffle copied to clipboard
Lost part when scaling
parts =c(a=1000, b=1, c=100) waffle(parts) waffle(parts/10)
I would have expected the labels for the 2nd waffle part to be "a" and "c", not "a" and "b". It looks like the items in "c" got moved to the "b" label.