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: piti118/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.
  • 19 commits
  • 8 files changed
  • 5 contributors

Commits on Oct 30, 2012

  1. add #827 to changelog

    Conflicts:
    	CHANGELOG
    piti118 committed Oct 30, 2012
    Configuration menu
    Copy the full SHA
    88910e1 View commit details
    Browse the repository at this point in the history
  2. make hist histype='step' return list of container instead list of list

    so that the last return value of hist can be used in legend consistently between 'bar' and 'step'
    
    Conflicts:
    	lib/matplotlib/axes.py
    piti118 committed Oct 30, 2012
    Configuration menu
    Copy the full SHA
    35e6122 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e1c831 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e72ffc3 View commit details
    Browse the repository at this point in the history
  5. DOC: fix typos in pyplot

    ivanov authored and piti118 committed Oct 30, 2012
    Configuration menu
    Copy the full SHA
    3aa3f50 View commit details
    Browse the repository at this point in the history
  6. add #827 to changelog

    Conflicts:
    	CHANGELOG
    piti118 committed Oct 30, 2012
    Configuration menu
    Copy the full SHA
    10b7ac7 View commit details
    Browse the repository at this point in the history
  7. make hist histype='step' return list of container instead list of list

    so that the last return value of hist can be used in legend consistently between 'bar' and 'step'
    
    Conflicts:
    	lib/matplotlib/axes.py
    piti118 committed Oct 30, 2012
    Configuration menu
    Copy the full SHA
    be50413 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'bboxfix'

    piti118 committed Oct 30, 2012
    Configuration menu
    Copy the full SHA
    897a043 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2012

  1. backend_bases. Don't ignore the initial bbox when using bbox_extra_ar…

    …tist. Rather join the two bboxes
    jenshnielsen authored and piti118 committed Nov 2, 2012
    Configuration menu
    Copy the full SHA
    d3c3d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    196b7b7 View commit details
    Browse the repository at this point in the history
  3. If a table exists add it to default_bbox_extra_artists. This avoids c…

    …lipping the
    
    table if bbox_inches='tight' is used.
    jenshnielsen authored and piti118 committed Nov 2, 2012
    Configuration menu
    Copy the full SHA
    21b9a9f View commit details
    Browse the repository at this point in the history
  4. Tables: Fix get_window_extent for table to allow table to be added to…

    … bbox_extra_artists.
    
    The get_window_extent is a method on the cells not the key of the cells.
    jenshnielsen authored and piti118 committed Nov 2, 2012
    Configuration menu
    Copy the full SHA
    ebd7d99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e33b94 View commit details
    Browse the repository at this point in the history
  6. add test of bbox_inches='tight'

    jenshnielsen authored and piti118 committed Nov 2, 2012
    Configuration menu
    Copy the full SHA
    dc25664 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd3cded View commit details
    Browse the repository at this point in the history
  8. address comments from pelson

    jenshnielsen authored and piti118 committed Nov 2, 2012
    Configuration menu
    Copy the full SHA
    cbe1c5d View commit details
    Browse the repository at this point in the history
  9. add #827 to changelog

    Conflicts:
    	CHANGELOG
    piti118 committed Nov 2, 2012
    Configuration menu
    Copy the full SHA
    de06d8e View commit details
    Browse the repository at this point in the history
  10. make hist histype='step' return list of container instead list of list

    so that the last return value of hist can be used in legend consistently between 'bar' and 'step'
    
    Conflicts:
    	lib/matplotlib/axes.py
    piti118 committed Nov 2, 2012
    Configuration menu
    Copy the full SHA
    8d738f2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    adce8c8 View commit details
    Browse the repository at this point in the history
Loading