E40F pie3D: Is there any possibility in pie3D to connect the labels with the chart? · Issue #10 · plotrix/plotrix · GitHub
[go: up one dir, main page]

Skip to content

pie3D: Is there any possibility in pie3D to connect the labels with the chart? #10

@RoyalSid22

Description

@RoyalSid22

I want to connect my value labels to the pie Chart. I am using pie3D, but didn't find any option.

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

My Output:
image

But I want something like this:
image

Like in this question:
https://stackoverflow.com/questions/52515970/is-there-any-possibility-in-pie3d-package-plotrix-to-connect-the-labels-with-t

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0