Two 'sgrid' functions when we only need one?
See original GitHub issueAs pointed out in PR #617, there are now two sgrid functions in the package: grid.py:sgrid and rlocus.py:_sgrid_func. It looks like _sgrid_func was removed in PR #193 (discrete omega-damping plot and tweaks by Sup3rGeo), but was re-introduced in PR #209 (sisotool and dynamic root locus zoom by icam0).
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
How to ensure only one Azure Functions Event Grid Trigger ...
Issue 1: You should use a storage queue event handler (instead of the azure function) to push the events to the queue and...
Read more >MATLAB sgrid - MathWorks
This MATLAB function generates a grid of constant damping factors from 0 to 1 in steps of 0.1 and natural frequencies from 0...
Read more >Basic concepts of grid layout - CSS: Cascading Style Sheets
CSS Grid Layout introduces a two-dimensional grid system to CSS. ... Grid contains alignment features so we can control how the items align ......
Read more >Understanding Grid Controls
You have a great deal of control, both at design time and at runtime, over how the grid appears, what it displays, and...
Read more >Numpy Meshgrid, Explained - Sharp Sight
We use Numpy meshgrid to create a rectangular grid of x and y values. ... technically possible to have only one input array,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I am not sure about this. Maybe you can shuffle around existing axes objects together with a newly created parasite axis using the right combination of
delaxes(ax),fig.add_subplot(ax), etc.Hi bill, I’ve never seen them used anywhere else, and as private functions I think you can delete them if they don’t show up in anywhere else in the library.
On Sun, Aug 15, 2021 at 2:54 PM Bill Tubbs @.***> wrote:
– Sawyer Fuller Assistant Professor of Mechanical Engineering Adjunct, Paul G Allen School of Computer Science University of Washington http://faculty.washington.edu/~minster/
(Typed with my thumbs)