-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
adding linewidth argument to pie #2899
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
@tacaswell I tried my hand at fixing this issue and here is the basic changeset... I have not added any tests or even done elaborate regression tests yet.
I am following (or going to follow) the development workflow for submitting this fix, but I am new to this, so please bear with me a bit. Thanks in advance. |
@sfroid Great! We can always use more help. That change looks reasonable. The next step is to open a Pull Request through the github interface (which is how we manage reviewing and applying). If you include #2899 (or #(any issue number)) in the text of the commit or anywhere on GH it will auto-magically link them. Please target it at master. Typically new features go on master and bug fixes go on 1.Y.x, but we are in the process of getting the 1.4 release out so its a little messy. The 1.4.x milestone is what I have been tagging things that are not a priority to get done before 1.4.0, but should go on the 1.4.x branch when it exists. (Also to that end, if anything tagged an 1.4.0 and the label 'needs patch' seems interesting please work on those 😄 ) There some house keeping that needs to go with this change as well. You need to add an entry into the CHANGELOG (for devs) and whats_new.rst (for users), add As for tests, I think this should probably get an image test. I think that pie currently has an image test, use that as a template. If you are feeling ambitious, my initial thought on this issue was actually to get |
…edge and text elements separately
@tacaswell I have a question regarding the feeling ambitious part, because I guess I am feeling so... |
… to pie. needs feedback on generated pyplot
@tacaswell Why is "linewidth=linewidth" added to the arguments of pie in pyplot.py (instead of wedgeprops)? |
You should create a PR, it makes this process easier 😉 |
Closed by #2923 |
as observed here quite inconveniently
pie
does not accept alinewidth
argument.The text was updated successfully, but these errors were encountered: