-
Notifications
You must be signed in to change notification settings - Fork 438
Arrow head length and head width option is added in nyquist_plot function #379
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
Conversation
It looks like the line style or something changed so that every line in the is marked as deleted then added. Can you try to reset the line style back to the original so that we can see only those lines that changed? Much easier to track updates that way. |
My editor was automatically formatting to pep8 format sorry for that. I have reformatted file as possible. I have checked with file compare in vs code (with the original file in python-control), it was able to show the changes. However, GitHub is showing so many deletions. If you want, I can provide line-numbers where I have made changes. |
Can you just go back to the original file and only edit the lines that actually need to be changed? Just putting the lines changed in the PR comments won't let people see what actually changed if they do |
Also: I suggest using keywords that are more descriptive than |
ok I will do that. |
…tion (python-control#379) Add option to change Nyquist plot arrow size: * Nyquist_plot changed to accommodate arrow size * color option is added
No description provided.