René's URL Explorer Experiment


Title: Update frequency response plots to use _response/_plot pattern by murrayrm · Pull Request #924 · python-control/python-control · GitHub

Open Graph Title: Update frequency response plots to use _response/_plot pattern by murrayrm · Pull Request #924 · python-control/python-control

X Title: Update frequency response plots to use _response/_plot pattern by murrayrm · Pull Request #924 · python-control/python-control

Description: This PR updates frequency response plots to use the _response/_plot calling pattern described in #645. For Bode, Nichols, and singular values plots, the following patterns will work: response = frequency_response(syslist, response_options) lines = response.plot(plot_options) lines = name_plot(response, plot_options) lines = name_plot(syslist, response_options, plot_options) There are also updates to gangof4_response/plot and nyquist_response/plot. Everything is mostly backwards compatible except that the outputs from a _plot function are now an array of Line2D objects instead of other information (mag/phase/frequency, counts, etc). You can still get the original data using the _response function and there is some legacy processing if you used the plot keyword (eg, plot=False) to try let some code work without changes. The changes to Nyquist plots are illustrative of where code might break. Before, you could do this: count = nyquist_plot(sys) to get both a Nyquist plot and a count of the number of encirclements. That will no longer work, since nyquist_plot returns an array of lines. Instead, you need to do this response = nyquist_response(sys) count = response.count lines = response.plot() There are also some changes when you pass a list of systems. Before, you would say counts = nyquist_plot([sys1, sys2]) This no longer works because nyquist_response returns a list of responses (one response for each system). In the new version, you say responses = nyquist_response([sys1, sys2]) counts = [response.count for response in responses] lines = responses.plot() Note that even though nyquist_response is returning a list of responses, you can still say responses.plot() to get the (single) Nyquist plot for the list of systems (with different systems in different colors). This (and similar functionality for frequency_response / bode_plot) works through returning a special NyquistResponseList object (FrequencyResponseList for frequency_response) that extends the Python list data type and adds a plot method). Summary of changes: All frequency response plots now have a _response functions and a _plot function. You can access the latter via the .plot() method on the response. Frequency response plots accept either the output of the _response function or a list of systems (in which case the _response function is called internally). This allows the common pattern of bode_plot(sys), nyquist_plot(sys) to work as expected. For a frequency response, you can set the type of plot that you want using the plot_type keyword in the plot method (so ct.frequency_response(sys).plot(plot_type='nichols') will work). Default plot types are set up so that you get what you expect (eg, ct.singular_values_plot(sys).plot() generates a singular values plot, not a Bode plot). The short version bode, nyquist, and nichols are still there. The control.matlab version of bode returns mag, phase, freq (compatible with MATLAB) Added unit tests plus user documentation. Some other small fixes, code streamlining, etc along the way. Removed deprecated functionality in frequency plotting code (e.g. Plot and labelFreq keywords). This PR is going to break existing code. It would be great if a few people could try this out so that we can make sure we are OK with the changes here. There are still a few things I am implementing (see top of freqplot.py) so I'll leave this in draft mode for a bit, but wanted to start getting feedback on the changes, since they are pretty substantial. Examples (from the user documentation): Linear time invariant (LTI) systems can be analyzed in terms of their frequency response and python-control provides a variety of tools for carrying out frequency response analysis. The most basic of these is the frequency_response function, which will compute the frequency response for one or more linear systems: sys1 = ct.tf([1], [1, 2, 1], name='sys1') sys2 = ct.tf([1, 0.2], [1, 1, 3, 1, 1], name='sys2') response = ct.frequency_response([sys1, sys2]) A Bode plot provide a graphical view of the response an LTI system and can be generated using the bode_plot function: ct.bode_plot(response, initial_phase=0) Computing the response for multiple systems at the same time yields a common frequency range that covers the features of all listed systems. Bode plots can also be created directly using the FrequencyResponseData.plot method: sys_mimo = ct.tf( [[[1], [0.1]], [[0.2], [1]]], [[[1, 0.6, 1], [1, 1, 1]], [[1, 0.4, 1], [1, 2, 1]]], name="sys_mimo") ct.frequency_response(sys_mimo).plot() A variety of options are available for customizing Bode plots, for example allowing the display of the phase to be turned off or overlaying the inputs or outputs: ct.frequency_response(sys_mimo).plot( plot_phase=False, overlay_inputs=True, overlay_outputs=True) The singular_values_response function can be used to generate Bode plots that show the singular values of a transfer function: ct.singular_values_response(sys_mimo).plot() Different types of plots can also be specified for a given frequency response. For example, to plot the frequency response using a a Nichols plot, use plot_type='nichols': response.plot(plot_type='nichols') Another response function that can be used to generate Bode plots is the :func:gangof4 function, which computes the four primary sensitivity functions for a feedback control system in standard form: proc = ct.tf([1], [1, 1, 1], name="process") ctrl = ct.tf([100], [1, 5], name="control") response = rect.gangof4_response(proc, ctrl) ct.bode_plot(response) # or response.plot()

Open Graph Description: This PR updates frequency response plots to use the _response/_plot calling pattern described in #645. For Bode, Nichols, and singular values plots, the following patterns will work: response = f...

X Description: This PR updates frequency response plots to use the _response/_plot calling pattern described in #645. For Bode, Nichols, and singular values plots, the following patterns will work: response = f...

Opengraph URL: https://github.com/python-control/python-control/pull/924

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:1147fa8d-23b7-9f38-0e57-1fff0b5eca8c
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDA48:3241B2:E8494F:133ED56:697C066F
html-safe-nonce9c3e89b379a3bb7341945958ce8426a2256e169e89c622fa6f58b38c229e3db0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQTQ4OjMyNDFCMjpFODQ5NEY6MTMzRUQ1Njo2OTdDMDY2RiIsInZpc2l0b3JfaWQiOiI2NzAyNzA1MzU2NjU0MjQ5NTgzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacbe8418f80e1f574b5ef41d1a59027e056cff2118f12ad4f233ad88e6b2029007
hovercard-subject-tagpull_request:1445370127
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python-control/python-control/pull/924/files
twitter:imagehttps://avatars.githubusercontent.com/u/293362?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/293362?s=400&v=4
og:image:altThis PR updates frequency response plots to use the _response/_plot calling pattern described in #645. For Bode, Nichols, and singular values plots, the following patterns will work: response = f...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneda4f0ee56809799586f8ee546b27f94fe9b5893edfbf87732e82be45be013b52
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/python-control/python-control git https://github.com/python-control/python-control.git
octolytics-dimension-user_id2285872
octolytics-dimension-user_loginpython-control
octolytics-dimension-repository_id22791752
octolytics-dimension-repository_nwopython-control/python-control
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id22791752
octolytics-dimension-repository_network_root_nwopython-control/python-control
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2d0972e08a3f8dfff1c4bf1f3d026a7d3a209c26
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python-control/python-control/pull/924/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-control%2Fpython-control%2Fpull%2F924%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-control%2Fpython-control%2Fpull%2F924%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=python-control%2Fpython-control
Reloadhttps://github.com/python-control/python-control/pull/924/files
Reloadhttps://github.com/python-control/python-control/pull/924/files
Reloadhttps://github.com/python-control/python-control/pull/924/files
python-control https://github.com/python-control
python-controlhttps://github.com/python-control/python-control
Notifications https://github.com/login?return_to=%2Fpython-control%2Fpython-control
Fork 447 https://github.com/login?return_to=%2Fpython-control%2Fpython-control
Star 2k https://github.com/login?return_to=%2Fpython-control%2Fpython-control
Code https://github.com/python-control/python-control
Issues 87 https://github.com/python-control/python-control/issues
Pull requests 8 https://github.com/python-control/python-control/pulls
Discussions https://github.com/python-control/python-control/discussions
Actions https://github.com/python-control/python-control/actions
Projects 0 https://github.com/python-control/python-control/projects
Wiki https://github.com/python-control/python-control/wiki
Security 0 https://github.com/python-control/python-control/security
Insights https://github.com/python-control/python-control/pulse
Code https://github.com/python-control/python-control
Issues https://github.com/python-control/python-control/issues
Pull requests https://github.com/python-control/python-control/pulls
Discussions https://github.com/python-control/python-control/discussions
Actions https://github.com/python-control/python-control/actions
Projects https://github.com/python-control/python-control/projects
Wiki https://github.com/python-control/python-control/wiki
Security https://github.com/python-control/python-control/security
Insights https://github.com/python-control/python-control/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython-control%2Fpython-control%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython-control%2Fpython-control%2Fissues%2Fnew%2Fchoose
murrayrmhttps://github.com/murrayrm
python-control:mainhttps://github.com/python-control/python-control/tree/main
murrayrm:freq_plots-30Jun2023https://github.com/murrayrm/python-control/tree/freq_plots-30Jun2023
Conversation 6 https://github.com/python-control/python-control/pull/924
Commits 17 https://github.com/python-control/python-control/pull/924/commits
Checks 0 https://github.com/python-control/python-control/pull/924/checks
Files changed https://github.com/python-control/python-control/pull/924/files
Please reload this pagehttps://github.com/python-control/python-control/pull/924/files
Update frequency response plots to use _response/_plot pattern https://github.com/python-control/python-control/pull/924/files#top
Show all changes 17 commits https://github.com/python-control/python-control/pull/924/files
aef709c initial refactoring of bode_plot murrayrm Jul 1, 2023 https://github.com/python-control/python-control/pull/924/commits/aef709cda19495ba3968454bbca6cbfca0fbcd71
530d689 update sisotool to use ax for bode_plot murrayrm Jul 4, 2023 https://github.com/python-control/python-control/pull/924/commits/530d689c430d731f433344fb24d69c6ca6903dda
c3ebbda updated bode_plot titling + MIMO implementation murrayrm Jul 4, 2023 https://github.com/python-control/python-control/pull/924/commits/c3ebbdac0d61f643ac65b7f103c2de967f02c329
a7e9951 gangof4 refactoring into response/plot + related bode_plot changes murrayrm Jul 7, 2023 https://github.com/python-control/python-control/pull/924/commits/a7e995135ecc0a86c03c9b640281e921f086697e
949dcaf updated nyquist limit lines for dtime systems murrayrm Jul 13, 2023 https://github.com/python-control/python-control/pull/924/commits/949dcafe3edbe4262ea7a4193d21e3144b115b94
4dbb0cb refactor singular_values_plot into response/plot murrayrm Jul 15, 2023 https://github.com/python-control/python-control/pull/924/commits/4dbb0cb51ad02b67053e67937985fe0b6b5610e1
2d6a779 implement FrequencyResponseList class with plot() method murrayrm Jul 16, 2023 https://github.com/python-control/python-control/pull/924/commits/2d6a779247d5a19e2f384c1680014b5b3646603c
6ce29da TMP: update margins processing (display_margins) murrayrm Jul 16, 2023 https://github.com/python-control/python-control/pull/924/commits/6ce29da9bf8ab46089b9f7e2d4ccfe39f65522c0
d07422d update plot handling to allow system arguments murrayrm Jul 16, 2023 https://github.com/python-control/python-control/pull/924/commits/d07422db2bfbd40103db94454d7dd457f3904714
e5360dc refactoring of nyquist into response/plot + updated unit tests, examples murrayrm Jul 16, 2023 https://github.com/python-control/python-control/pull/924/commits/e5360dc0d8073e75481b379ea7c44b6c9a9fb150
83c9e4e refactoring of describing_function_plot in response/plot + updated un… murrayrm Jul 19, 2023 https://github.com/python-control/python-control/pull/924/commits/83c9e4e8e80fe09d5b5797dc25cd247ff0fa9f86
9bc5d71 regularize sysdata/list processing + small refactor + updated example murrayrm Jul 21, 2023 https://github.com/python-control/python-control/pull/924/commits/9bc5d71e70dbbb2eef57e8e3ca2eb011044f6d22
f865c8c updated docstrings, userdocs + fixes along the way murrayrm Jul 22, 2023 https://github.com/python-control/python-control/pull/924/commits/f865c8cb2f64be2b063ff35cef7a7e5bc98eca2d
c3cc504 updated unit tests murrayrm Jul 22, 2023 https://github.com/python-control/python-control/pull/924/commits/c3cc5047e167af8883401388b22835e78db53603
33ca68b refactoring of nichols into response/plot + updated unit tests, examples murrayrm Jul 22, 2023 https://github.com/python-control/python-control/pull/924/commits/33ca68b672c63ef938e5c0dc06ebabc9b5630f77
9e326dd add frequency_limit and line style processing + unit tests, fixes murrayrm Jul 23, 2023 https://github.com/python-control/python-control/pull/924/commits/9e326dda314b7ee5fd37c0f27cbcf17cfa4341f2
8e84d00 code style and docstring tweaks murrayrm Aug 3, 2023 https://github.com/python-control/python-control/pull/924/commits/8e84d002e7f5fee85ecfa2ef8b71b9bfe7467a67
Clear filters https://github.com/python-control/python-control/pull/924/files
Please reload this pagehttps://github.com/python-control/python-control/pull/924/files
Please reload this pagehttps://github.com/python-control/python-control/pull/924/files
LICENSE https://github.com/python-control/python-control/pull/924/files#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7
config.py https://github.com/python-control/python-control/pull/924/files#diff-d1ad1d32d49067e21beadf8da713ffdea3d1673aedb13dbbf54028cb7e8e4cb5
ctrlutil.py https://github.com/python-control/python-control/pull/924/files#diff-5f9141c5789cbd40738f07a116033e479efc25da47fd600bfe631e971957d270
descfcn.py https://github.com/python-control/python-control/pull/924/files#diff-f0f5ffb2c67d9936a4896284a27a0b10ccc28b354bfbc7cc187460f1254a073d
frdata.py https://github.com/python-control/python-control/pull/924/files#diff-cacf59417131c19becd6fba4dde9e979bed49ce572eb24f0f62bd2af460d83d1
freqplot.py https://github.com/python-control/python-control/pull/924/files#diff-a751fe1009e7b656d19357a39abb58dd88b89052c9d9259c3393a4648b697a16
lti.py https://github.com/python-control/python-control/pull/924/files#diff-9eb79d97f0ecfaf506be3bac9ab8573caf6301e9685c8bfa3e91632402fa4e5a
__init__.py https://github.com/python-control/python-control/pull/924/files#diff-e74cb308e7817d51b682e1549f5b876ec2b488ed1704c23d7b5204845553bd35
wrappers.py https://github.com/python-control/python-control/pull/924/files#diff-a78036738b627bfb9a8806e6e9ca28ed3874ad6e69cb9ebdaa2b51207a18c583
nichols.py https://github.com/python-control/python-control/pull/924/files#diff-b581de8c6f5f8f72c517e49ebb7ec697d93fc31e16b6e9f9d36a10ec2aecd510
sisotool.py https://github.com/python-control/python-control/pull/924/files#diff-5b1b1a164f395f3f0ea7bad5761983be0d398ad5462147b1f69de6dd48a52e1d
config_test.py https://github.com/python-control/python-control/pull/924/files#diff-5eadccfa15bf2713ea447a592131d9404915a826d9b41f54d5ef4b2631f24067
conftest.py https://github.com/python-control/python-control/pull/924/files#diff-46cc9b089adc87a3de027b2fed38cb50baf58ec8ac60d6ce9459d7501ba001cb
convert_test.py https://github.com/python-control/python-control/pull/924/files#diff-cebcec17ebc58131080d1e205ff7eb7dd87a5354def1adb46964e2a5c08a2140
descfcn_test.py https://github.com/python-control/python-control/pull/924/files#diff-1cc0c5c77b0e44382caa8c73288fdd176d209c54a54c5b5ef09cb07d68e52e88
discrete_test.py https://github.com/python-control/python-control/pull/924/files#diff-b045dd59ba4d891e79551a3ecefb413f26380b5e65553c4874e406374ce5cd68
freqplot_test.py https://github.com/python-control/python-control/pull/924/files#diff-f434ce7b7e83c83019db6eb49a64aade84dd31a97e47392985e3d110fa6ca7dd
freqresp_test.py https://github.com/python-control/python-control/pull/924/files#diff-2683aff019235f249bce1f807365cf2682e0917893484b2c4109bf580f157c77
kwargs_test.py https://github.com/python-control/python-control/pull/924/files#diff-3144c3ea9a838756fe63a094bb84c293d32c5190d9b081cbb2f10926fda2e19e
matlab_test.py https://github.com/python-control/python-control/pull/924/files#diff-79c20f0d3385778d9d3499c17ebf67060db66785a0eae139486d3e7a468ceb32
nyquist_test.py https://github.com/python-control/python-control/pull/924/files#diff-5c8939e95d9dd8eda721007fc3a743101f019766069da57d01bdee22cdca0b1a
sisotool_test.py https://github.com/python-control/python-control/pull/924/files#diff-b3c0bda12803d07552099104b16bef2d88e8704596539d753460355deeea0c92
slycot_convert_test.py https://github.com/python-control/python-control/pull/924/files#diff-8145a82f02461a16059e304cc172fc9cf11315c85dd13bbb5a597ef8a0db7516
timeplot.py https://github.com/python-control/python-control/pull/924/files#diff-6208d7a27459381a4957ba5445cd6e98154209ecde7cb2271bc40f7b7b99b931
Makefile https://github.com/python-control/python-control/pull/924/files#diff-f48ddfd1eec38c4d39f84e195259371f8397cd30146f46b113bdcb4590ed262c
classes.rst https://github.com/python-control/python-control/pull/924/files#diff-7ace42a025609df89447e9513968d95b8191259149e34bb7d088987aa28ec85e
descfcn.rst https://github.com/python-control/python-control/pull/924/files#diff-f11755533e4fb085ee0568f9ab40317ebcfff1a0190533d732e951f4a0d08429
freqplot-gangof4.png https://github.com/python-control/python-control/pull/924/files#diff-ed90616b6042c155c966ea35cf4740fd53556eec4c9c013514dd6aa26b921d80
freqplot-mimo_bode-default.png https://github.com/python-control/python-control/pull/924/files#diff-45ba3934e1cc904d9f6c170ddd420920dd27ea91e488651f7d352ecf248750b4
freqplot-mimo_bode-magonly.png https://github.com/python-control/python-control/pull/924/files#diff-5d02482a66f970639ce62bb110ba5b95bb13ba63bfe89fa79f950bc0c4d16068
freqplot-mimo_svplot-default.png https://github.com/python-control/python-control/pull/924/files#diff-3d29d5413f0f898ebe252aeba391cffe4f9a5fe7e245224ce8b9e1fd49ab0330
freqplot-siso_bode-default.png https://github.com/python-control/python-control/pull/924/files#diff-c0e1d07469df7aaa6409fcd715b1ef0c7c7b78b9a0f1ae8ac1ee25382e2cbf76
freqplot-siso_nichols-default.png https://github.com/python-control/python-control/pull/924/files#diff-927bf6eb0102ef59d58f1264c1923960dc727121b885a14beb9dd0b7d8558e6b
plotting.rst https://github.com/python-control/python-control/pull/924/files#diff-7d87c42933f69063b454fa6021951255b0061c5f7c39c347e2d0887078dc9c2a
bode-and-nyquist-plots.ipynb https://github.com/python-control/python-control/pull/924/files#diff-31cbda98ebac94ab47f88251f8dc1c78bcc108b3dcc81a6b548d741199f842a9
mrac_siso_lyapunov.py https://github.com/python-control/python-control/pull/924/files#diff-30ec6b12721cce9a41b27e104c9ea0273da73113dcba208116a3559d3172b563
mrac_siso_mit.py https://github.com/python-control/python-control/pull/924/files#diff-053f568c03d605dbe263cb37177bfde68977b5afb59d1a5de0cc33deb75649c2
pvtol-nested-ss.py https://github.com/python-control/python-control/pull/924/files#diff-11fcb8c540837ac35b71705fe684c280a80daa1869c5de7329b5a2b16838573b
singular-values-plot.ipynb https://github.com/python-control/python-control/pull/924/files#diff-bb070d1051a09b8c17b48c1fab404bfcde49eaca0ee8abd3c9fd93de170df0d5
LICENSEhttps://github.com/python-control/python-control/pull/924/files#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7
View file https://github.com/murrayrm/python-control/blob/8e84d002e7f5fee85ecfa2ef8b71b9bfe7467a67/LICENSE
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-control/python-control/pull/924/{{ revealButtonHref }}
https://github.com/python-control/python-control/pull/924/files#diff-c693279643b8cd5d248172d9c22cb7cf4ed163a3c98c8a3f69c2717edd3eacb7
control/config.pyhttps://github.com/python-control/python-control/pull/924/files#diff-d1ad1d32d49067e21beadf8da713ffdea3d1673aedb13dbbf54028cb7e8e4cb5
View file https://github.com/murrayrm/python-control/blob/8e84d002e7f5fee85ecfa2ef8b71b9bfe7467a67/control/config.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-control/python-control/pull/924/{{ revealButtonHref }}
https://github.com/python-control/python-control/pull/924/files#diff-d1ad1d32d49067e21beadf8da713ffdea3d1673aedb13dbbf54028cb7e8e4cb5
https://github.com/python-control/python-control/pull/924/files#diff-d1ad1d32d49067e21beadf8da713ffdea3d1673aedb13dbbf54028cb7e8e4cb5
control/ctrlutil.pyhttps://github.com/python-control/python-control/pull/924/files#diff-5f9141c5789cbd40738f07a116033e479efc25da47fd600bfe631e971957d270
View file https://github.com/murrayrm/python-control/blob/8e84d002e7f5fee85ecfa2ef8b71b9bfe7467a67/control/ctrlutil.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-control/python-control/pull/924/{{ revealButtonHref }}
https://github.com/python-control/python-control/pull/924/files#diff-5f9141c5789cbd40738f07a116033e479efc25da47fd600bfe631e971957d270
https://github.com/python-control/python-control/pull/924/files#diff-5f9141c5789cbd40738f07a116033e479efc25da47fd600bfe631e971957d270
control/descfcn.pyhttps://github.com/python-control/python-control/pull/924/files#diff-f0f5ffb2c67d9936a4896284a27a0b10ccc28b354bfbc7cc187460f1254a073d
View file https://github.com/murrayrm/python-control/blob/8e84d002e7f5fee85ecfa2ef8b71b9bfe7467a67/control/descfcn.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/python-control/python-control/pull/924/{{ revealButtonHref }}
https://github.com/python-control/python-control/pull/924/files#diff-f0f5ffb2c67d9936a4896284a27a0b10ccc28b354bfbc7cc187460f1254a073d
https://github.com/python-control/python-control/pull/924/files#diff-f0f5ffb2c67d9936a4896284a27a0b10ccc28b354bfbc7cc187460f1254a073d
https://github.com/python-control/python-control/pull/924/files#diff-f0f5ffb2c67d9936a4896284a27a0b10ccc28b354bfbc7cc187460f1254a073d
https://github.com/python-control/python-control/pull/924/files#diff-f0f5ffb2c67d9936a4896284a27a0b10ccc28b354bfbc7cc187460f1254a073d
https://github.com/python-control/python-control/pull/924/files#diff-f0f5ffb2c67d9936a4896284a27a0b10ccc28b354bfbc7cc187460f1254a073d
https://github.com/python-control/python-control/pull/924/files#diff-f0f5ffb2c67d9936a4896284a27a0b10ccc28b354bfbc7cc187460f1254a073d
https://github.com/python-control/python-control/pull/924/files#diff-f0f5ffb2c67d9936a4896284a27a0b10ccc28b354bfbc7cc187460f1254a073d
Please reload this pagehttps://github.com/python-control/python-control/pull/924/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.