-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Unecessary arguement in GraphicsContextBase get_linestyle #3354
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
Wow, how did we miss that? Double-check how you are making your PR, On Fri, Aug 8, 2014 at 10:49 AM, JamesRamm [email protected] wrote:
|
I dont think jplotlib should make a difference (I changed the name of my fork to stop confusing myself!) it still has matplotlib as the master upstream... |
But it confuses us! |
:) well..I've put it back! I actually started all over again with a fresh fork...I'd made too many messups! So I've created a pull request for this issue: |
git lets you name your remotes what ever you want, that is how I keep track of which is which (I actually have 10-15 remotes in my matplotlib repo named by user name). |
This one should be so easy :) #3355 had stalled due to some bad commit pulling. The issue still stands, and the fix is as following:
I'd mark as new-contributor-friendly and Difficulty: Easy |
There is an unnecessary arguement in
get_linestyle
ofGraphicsContextBase
. An unused arguement is required, which shouldn't be there.It blocks any future 'propertification'...
I made the changes, but when trying to make a pull request against that commit, GitHub says there is nothing to compare?
Here is the commit:
https://github.com/JamesRamm/jplotlib/commit/0bab98249ee1b966eac96ac295e0e613a279b1cd
The text was updated successfully, but these errors were encountered: