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

Clean up and enhance plot method docstrings #5285

Merged
merged 17 commits into from
May 18, 2021
Merged

Clean up and enhance plot method docstrings #5285

merged 17 commits into from
May 18, 2021

Commits on May 9, 2021

  1. plot.plot, plot.line

    zmoon committed May 9, 2021
    Configuration menu
    Copy the full SHA
    eae252d View commit details
    Browse the repository at this point in the history
  2. plot.step

    decided to adopt the `*x*` style used in it in the previous one
    (plot.line)
    zmoon committed May 9, 2021
    Configuration menu
    Copy the full SHA
    d83a6b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2777557 View commit details
    Browse the repository at this point in the history
  4. plot._plot2d

    zmoon committed May 9, 2021
    Configuration menu
    Copy the full SHA
    83a645c View commit details
    Browse the repository at this point in the history
  5. the ones wrapped with _plot2d

    zmoon committed May 9, 2021
    Configuration menu
    Copy the full SHA
    f7bd01e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. plot.dataset_plot

    zmoon committed May 10, 2021
    Configuration menu
    Copy the full SHA
    c2ab27d View commit details
    Browse the repository at this point in the history
  2. Remove ax from sigs of _dsplot-wrapped fns

    confusing to have it showing in there
    zmoon committed May 10, 2021
    Configuration menu
    Copy the full SHA
    7c188c6 View commit details
    Browse the repository at this point in the history
  3. consistent type listing for ax

    zmoon committed May 10, 2021
    Configuration menu
    Copy the full SHA
    88897eb View commit details
    Browse the repository at this point in the history
  4. pre-commit

    zmoon committed May 10, 2021
    Configuration menu
    Copy the full SHA
    16e1ac9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb96fe2 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Configuration menu
    Copy the full SHA
    6c543de View commit details
    Browse the repository at this point in the history
  2. Use :py:func: instead of :func:

    Per @keewis's review of #5293
    zmoon committed May 13, 2021
    Configuration menu
    Copy the full SHA
    f0c6bbb View commit details
    Browse the repository at this point in the history
  3. Apply some suggestions from code review verbatim

    Co-authored-by: Mathias Hauser <mathause@users.noreply.github.com>
    zmoon and mathause authored May 13, 2021
    Configuration menu
    Copy the full SHA
    8216d3c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4328a72 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Address recent suggestions

    zmoon committed May 14, 2021
    Configuration menu
    Copy the full SHA
    78c77ed View commit details
    Browse the repository at this point in the history
  2. Add a whats-new

    zmoon committed May 14, 2021
    Configuration menu
    Copy the full SHA
    9827e33 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

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