-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Add an argument rotate_labels to pie chart #2304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, This issue has been inactive for a while. I don't think there has been any update (please correct me otherwise) and a PR is still welcome. |
I would tag this as a fairly easy task for a newcomer. It would need a bit
more fleshing out on what exactly the API should be, and what sore of
rcparams should be added, but the implementation itself should be fairly
straight-forward once we have a spec.
…On Thu, Dec 29, 2016 at 10:40 AM, Pete Huang ***@***.***> wrote:
Hi,
This issue has been inactive for a while. I don't think there has been any
update (please correct me otherwise) and a PR is still welcome.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2304 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARy-KxqnMIvbCnPbVfwZDs7Z2kn_hlvks5rM9R7gaJpZM4A6Klg>
.
|
This is self-contained (touches exactly one function), but tagged as medium as some thought is needed about the API. The simplest API would be a bool flag of Implementation wise, should probably make sure the text is as 'right side up' as possible. |
Add option to rotate labels in a pie chart (#2304)
The text descriptions of individual pie slices are always output in horizontal orientation. Therefore, texts often overwrite each other. One can get around a bit by setting larger labeldistance but only unless there are too many slices close to each other.
Please provide an argument so that the text descriptions would follow the angle of its corresponding pie slice.
This has been discussed at http://matplotlib.1069221.n5.nabble.com/A-pie-chart-with-rotated-text-labels-td39059.html
The text was updated successfully, but these errors were encountered: