Skip to content
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

Automate plotting #83

Merged
merged 13 commits into from
Sep 16, 2022
Merged

Automate plotting #83

merged 13 commits into from
Sep 16, 2022

Conversation

sdahdah
Copy link
Member

@sdahdah sdahdah commented Sep 15, 2022

Fixes #73

Proposed Changes

  • Implements new functions for quick-and-dirty plots:
    • plot_lifted_trajectory()
    • plot_bode()
    • plot_eigenvalues()
    • plot_koopman_matrix()
    • plot_svd()
    • plot_predicted_trajectory()
    • plot_bode()
    • plot_eigenvalues()
    • plot_koopman_matrix()
    • plot_svd()
  • Allows predict_trajectory() to be called with initial condition X0 and input U, or a full data matrix X.

@sdahdah sdahdah added the enhancement New feature or request label Sep 15, 2022
@sdahdah sdahdah added this to the v1.1.0 milestone Sep 15, 2022
@sdahdah sdahdah requested a review from LouisLortie September 15, 2022 23:29
@sdahdah sdahdah self-assigned this Sep 16, 2022
@sdahdah sdahdah merged commit c7b3688 into main Sep 16, 2022
@sdahdah sdahdah deleted the feature/73-automate-plotting branch September 16, 2022 15:25
@sdahdah
Copy link
Member Author

sdahdah commented Sep 16, 2022

Thank you @LouisLortie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate plotting
2 participants