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: WeatherGod/matplotlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: WeatherGod/matplotlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test/mplot3d-ndtransforms
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 1, 2011

  1. Copy the full SHA
    5f8cd67 View commit details
  2. Bug fixes and continued work on N-Ding transforms. This version passe…

    …s the established tests, so nothing appears broken.
    WeatherGod committed Mar 1, 2011
    Copy the full SHA
    738a09f View commit details
  3. Continued fixing bugs and cleaned up code in previous commits.

    This commit also passes unit tests and is more comprehensive.
    I still have some more generalizations to perform, though,
    particularly with respect to rotations.
    WeatherGod committed Mar 1, 2011
    Copy the full SHA
    c76746f View commit details
Showing with 192 additions and 154 deletions.
  1. +192 −154 lib/matplotlib/transforms.py
Loading