Comparing matplotlib:main...sushiblah:master · matplotlib/matplotlib · GitHub
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: sushiblah/matplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 18, 2015

  1. Implemented issue 4044. Created a Cell subclass, SciCell, to override…

    … the default draw function. SciCell draws a polygon (line) instead of the rectangle
    Anthony Cho committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    9eb3204 View commit details
    Browse the repository at this point in the history
  2. Fixed whitespace, added constructor to SciCell

    Anthony Cho committed Mar 18, 2015
    Configuration menu
    Copy the full SHA
    3249f50 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. pull request fixes for issue #4044

    Anthony Cho committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    fbdc81a View commit details
    Browse the repository at this point in the history
  2. conform to pep8

    Anthony Cho committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    3efbf16 View commit details
    Browse the repository at this point in the history
  3. pull request changes for #4044, made the available cell types a class…

    … level dictionary and modified code to use it.
    Anthony Cho committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    74676a4 View commit details
    Browse the repository at this point in the history
  4. pull request changes for #4044

    Anthony Cho committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    0fa3b19 View commit details
    Browse the repository at this point in the history
Loading