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

Update plotting routines in QC script #355

Merged
merged 5 commits into from
Aug 24, 2019

Commits on Aug 22, 2019

  1. Add an option to plot the ice thickness data on a map

    Matthew Turner committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    bd74075 View commit details
    Browse the repository at this point in the history
  2. Update the t-test script to include a new option to plot the mean ice…

    … thickness data for both the baseline and test dataset.
    Matthew Turner committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    971dbad View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Modify the QC script to always try to plot the data on a map. Add new…

    … optional plot_type argument, which can plot the data using scatter, contour, or pcolor. The default map (if no plot_type argument is passed) is pcolor.
    Matthew Turner committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    52c2076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dde0402 View commit details
    Browse the repository at this point in the history
  3. Fix typo in documentation

    Matthew Turner committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    c22e32b View commit details
    Browse the repository at this point in the history