Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix plot issues #382

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

Merged
merged 7 commits into from
Mar 25, 2020
Merged

Fix plot issues #382

merged 7 commits into from
Mar 25, 2020

Conversation

murrayrm
Copy link
Member

This PR fixes some problems with plotting functions in python-control:

@coveralls
Copy link

coveralls commented Mar 21, 2020

Coverage Status

Coverage decreased (-0.4%) to 84.177% when pulling 4267eea on murrayrm:fix_plot_issues into 874d52e on python-control:master.

Copy link
Contributor

@bnavigator bnavigator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

Additional keywords (passed to `matplotlib`)

w
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

#
# Nyquist plot
#

def nyquist_plot(syslist, omega=None, Plot=True,
labelFreq=0, arrowhead_length=0.1, arrowhead_width=0.1,
def nyquist_plot(syslist, omega=None, plot=True, labelFreq=0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to label_freq for the same reason as the change to plot and print_gain?

@murrayrm murrayrm merged commit 3b19ae9 into python-control:master Mar 25, 2020
@murrayrm murrayrm deleted the fix_plot_issues branch July 11, 2020 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bode plots use Hz instead of rad/sec in MATLAB compatibility mode sgrid() and zgrid() call matplotlib.pyplot.figure()
3 participants