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

Polygonal 2D poloidal plots #280

Merged
merged 30 commits into from
Jun 25, 2024
Merged

Polygonal 2D poloidal plots #280

merged 30 commits into from
Jun 25, 2024

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    2ad86d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    292044e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be110ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9700b6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a94ce45 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    fa61059 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    294f0c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c71c20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acdfb8e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    00430c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    5391d64 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    a38a722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a38a49 View commit details
    Browse the repository at this point in the history
  3. Make polygon() use standard sepx plotter

    Also modified plotter to accept style kwargs
    mikekryjak committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d76febe View commit details
    Browse the repository at this point in the history
  4. Apply black formatting

    mikekryjak authored and github-actions[bot] committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d1fdc43 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    a74a197 View commit details
    Browse the repository at this point in the history
  2. Black formatting

    mikekryjak committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    59f82e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef5740a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49790ce View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add colorbar label

    mikekryjak committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f6aa96f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Apply black formatting

    mikekryjak authored and github-actions[bot] committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c09fc45 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Make polygon plot colorbar always the height of plot

    - This becomes a "foolproof" colorbar that won't mess up the aspect ratio of the figure.
    mikekryjak committed May 25, 2024
    Configuration menu
    Copy the full SHA
    529c4e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    491be95 View commit details
    Browse the repository at this point in the history
  3. Apply black formatting

    mikekryjak authored and github-actions[bot] committed May 25, 2024
    Configuration menu
    Copy the full SHA
    edfbfb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    068b3dc View commit details
    Browse the repository at this point in the history
  5. Apply black formatting

    mikekryjak authored and github-actions[bot] committed May 25, 2024
    Configuration menu
    Copy the full SHA
    d1c5db6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40781f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93dc38e View commit details
    Browse the repository at this point in the history
  8. Polygon plots: improve handling of colorbar label

    - Now handles cases when there is no variable name, e.g. when you plot a derived variable like ds["Ne"] * ds["Te"]
    mikekryjak committed May 25, 2024
    Configuration menu
    Copy the full SHA
    afbeaf0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    ba35f46 View commit details
    Browse the repository at this point in the history