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

Spider plot update #254

Merged
merged 8 commits into from
Mar 11, 2024
Merged

Spider plot update #254

merged 8 commits into from
Mar 11, 2024

Commits on Mar 1, 2024

  1. Added generic pygmt plotting backend for attributes

    Implemented a full "generic" pygmt spider plot, with dynamic topography, coastlines, moment tensor and header option. The backend comes with a utility class where most individual functions are stored.
    thurinj committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    77228de View commit details
    Browse the repository at this point in the history
  2. Added normalize-cross correlation attribute plotting

    Added a new plotting function for normalized cross-correlation, working with the default and pygmt backend.
    thurinj committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2a413de View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Correction to automatic text placement

    Fixed text placement. Will now be automatically placed based of figure dimensions / latitude extent, and longitude.
    thurinj committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0b68624 View commit details
    Browse the repository at this point in the history
  2. Correct docstrings.

    Updated cross_correlation docstring.
    thurinj committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0025507 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Tweaked pygmt plot appearance

    Introduced histogram gaussian normalization for background topo map to avoid too-harsh contrasts. Change moment tensor coloring.
    thurinj committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ae1dedc View commit details
    Browse the repository at this point in the history
  2. Populated new functions docstrings

    Added complete docstring for the pygmt functions.
    thurinj committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f2a5465 View commit details
    Browse the repository at this point in the history
  3. Improved math expression extraction

    Changed the function so that it can handle all combination of text + latex math expressions.
    thurinj committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2e31ccd View commit details
    Browse the repository at this point in the history
  4. Updated docs sources

    Added a few key functions for the attributes pygmt plotting backend. Compilation was tested with the building script and html renders as expected.
    thurinj committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d7d1db9 View commit details
    Browse the repository at this point in the history