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

[MRG] feat: post-processing function to adjust figures #893

Merged

Commits on Sep 18, 2024

  1. feat: added post-processing function to adjust figures after they hav…

    …e been constructed
    
    This was created for a special case where L2 and L5 dipole plots should have the same axis limits. There wasn't a simple way to set axis limits upon creation so the post-process seemed like the most simple solution while keeping the current api intact.
    gtdang committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    749a2b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix: corrected figure indexing

    The self.figs attribute is a dictionary with int keys. We obtain the latest figure by using the stored figure index from the data attribute.
    gtdang committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e7d03f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    174e451 View commit details
    Browse the repository at this point in the history