Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Move ctrlplot code prior to upcoming PR#1033

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

murrayrm
Copy link
Member

This PR moves around some functions fromfreqplot.py andtimeplot.py toctrlplot.py in preparation for an upcoming PR that is going to modify those functions. There is no change in functionality, but I want people to be able to see the changes I am making to functions inctrlplot.py in the upcoming PR => need to move things around first so thatgit diff can highlight the changes.

Summary of changes:

  • ThercParams dict used to customize plotting functions is now inctrlplot.py (instead of having two separate but identicalrcParams infreqplot.py andtimpelot.py).
  • The_process_ax_keyword utility function is now inctrlplot.py (instead offreqplot.py).
  • The_process_line_labels utility function is now inctrlplot.py (instead offreqplot.py).
  • The_get_line_labels utility function is now inctrlplot.py (instead offreqplot.py).
  • The_add_arrows_to_line2D utility function is now inctrlplot.py (instead offreqplot.py).
  • Rearranged some functions ingrid.py.

@coveralls
Copy link

coveralls commentedJul 21, 2024
edited
Loading

Coverage Status

coverage: 94.629%. remained the same
when pulling009b821 on murrayrm:ctrlplot_refactor-27Jun2024
intoda64e0e on python-control:main.

@@ -89,6 +112,125 @@ def get_plot_axes(line_array):
#
# Utility functions
#
# These functions are used by plotting routines to provide a consistent way
# of processing and displaing information.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
# of processing anddisplaing information.
# of processing anddisplaying information.

@murrayrmmurrayrm merged commit1a276dc intopython-control:mainJul 21, 2024
12 checks passed
@murrayrmmurrayrm deleted the ctrlplot_refactor-27Jun2024 branchJuly 21, 2024 16:45
Copy link
Contributor

@sawyerbfullersawyerbfuller left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@murrayrmmurrayrm added this to the0.10.1 milestoneAug 8, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@slivingstonslivingstonslivingston approved these changes

@sawyerbfullersawyerbfullersawyerbfuller left review comments

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
0.10.1
Development

Successfully merging this pull request may close these issues.

4 participants
@murrayrm@coveralls@slivingston@sawyerbfuller

[8]ページ先頭

©2009-2025 Movatter.jp