Skip to content

pie3D Smallest piece not displayed #9

Description

@RoyalSid22

I'm having troubles with creating nice looking pie charts in R using plotrix:pie3D. In my datasets I have one value that represent smaller 1% of the total, but when I make the pie chart the smallest piece is not displayed.

My Code:

data <- data.frame(Äpfel = 123, Birnen = 10, Bananen = 1, Pflaumen = 8)
pie3D(t(data), theta = 0.95, start = pi/2)

Output:
image

Does anyone have an idea how I can solve the problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions