From: Ben G. <no...@gi...> - 2022-04-30 09:56:48
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 782e526059f17dc15ec68f2d1eb7855ece740969 https://github.com/python-control/python-control/commit/782e526059f17dc15ec68f2d1eb7855ece740969 Author: Rory Yorke <ror...@gm...> Date: 2022-04-16 (Sat, 16 Apr 2022) Changed paths: M control/nichols.py Log Message: ----------- Improvements to Nichols chart plotting Clip closed-loop contour labels. Add labels for constant closed-loop phase contours. Use smaller of data or view extents when deciding on how big, in phase, a chart to create. Use more uniformly spaced closed-loop phase contours, and use more widely-spaced contours when phase extent is large. Add optional `ax` argument, for axes to add grid to. Commit: 3281a8d6eafe8980eb1cf967cb357bd86f292912 https://github.com/python-control/python-control/commit/3281a8d6eafe8980eb1cf967cb357bd86f292912 Author: Rory Yorke <ror...@gm...> Date: 2022-04-27 (Wed, 27 Apr 2022) Changed paths: M control/nichols.py Log Message: ----------- nichols_grid returns artists of grid elements; further tighten phase extent Commit: b813e0caea6f994ec0f718043218fda1255799f6 https://github.com/python-control/python-control/commit/b813e0caea6f994ec0f718043218fda1255799f6 Author: Rory Yorke <ror...@gm...> Date: 2022-04-27 (Wed, 27 Apr 2022) Changed paths: M control/tests/nichols_test.py Log Message: ----------- Add tests for nichols_grid Commit: 71f3b6134b0622d337eefa3521a3409c0de3ef9b https://github.com/python-control/python-control/commit/71f3b6134b0622d337eefa3521a3409c0de3ef9b Author: Rory Yorke <ror...@gm...> Date: 2022-04-27 (Wed, 27 Apr 2022) Changed paths: M control/tests/nichols_test.py Log Message: ----------- Fix nichols_grid test Commit: 59cd8728bd4835897471674b301b0cf605ac4bc3 https://github.com/python-control/python-control/commit/59cd8728bd4835897471674b301b0cf605ac4bc3 Author: Rory Yorke <ror...@gm...> Date: 2022-04-27 (Wed, 27 Apr 2022) Changed paths: M control/tests/nichols_test.py Log Message: ----------- In nichols_grid tests: use mplcleanup, and remove plt.clf calls Commit: ae8d5867d3b5d986b6a0bfa523249f23f721fa9b https://github.com/python-control/python-control/commit/ae8d5867d3b5d986b6a0bfa523249f23f721fa9b Author: Ben Greiner <co...@bn...> Date: 2022-04-30 (Sat, 30 Apr 2022) Changed paths: M control/nichols.py M control/tests/nichols_test.py Log Message: ----------- Merge pull request #723 from roryyorke/rory/nichols-improvements Improvements to Nichols chart plotting Compare: https://github.com/python-control/python-control/compare/dd95f35c8529...ae8d5867d3b5 |