8000 Comparing matplotlib:main...williamjameshandley:master · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: matplotlib/matplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: williamjameshandley/matplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 9, 2018

  1. Adjusted matplotlib.widgets.Slider to have optional vertical orientat…

    …ion.
    
    The slider widget now takes an optional argument (orientation) with
    values 'h' or 'v, which defaults to 'h'.
    
    Argument checking is in keeping with the existing code, and the actual
    changes to the source are minimal, replacing hspans, hlines and xdata with a
    if switch to vspans and vlines and ydata.
    williamjameshandley committed Mar 9, 2018
    Configuration menu
    Copy the full SHA
    7b59aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f57e7e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Typo corrections so that code is PEP-8 compliant

    I forgot that I had not yet installed pyflakes and pylint on my new
    system, so my vim syntax checker didn't pick it up.
    williamjameshandley committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    257c4dc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2018

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

Commits on Mar 25, 2018

  1. Configuration menu
    Copy the full SHA
    c2213b7 View commit details
    Browse the repository at this point in the history
  2. Corrected typo in my modifications, and made test_widgets.py pep comp…

    …liant regarding line-continuing indentation
    williamjameshandley committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    e8d20b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

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

Commits on Jul 1, 2018

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

Commits on Jul 10, 2018

  1. Added whats new

    williamjameshandley committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    adf8417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a70c21d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2018

  1. Configuration menu
    Copy the full SHA
    6d01be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad05cf View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

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

Commits on Sep 19, 2018

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

Commits on Oct 8, 2018

  1. Configuration menu
    Copy the full SHA
    602759e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db065bf View commit details
    Browse the repository at this point in the history
Loading
0