Thanks to visit codestin.com
Credit goes to github.com

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: JamesRamm/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.
  • 3 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 9, 2014

  1. Unneeded argument in get_linestyle

    Removed unnecessary argument `style` in `get_linestyle` of
    `GraphicsContextBase`.
    
    Also made `GraphicsContextBase` inherit from object to support any
    future propertyfication...
    JamesRamm committed Aug 9, 2014
    Configuration menu
    Copy the full SHA
    bd06d88 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2014

  1. Add a style property and class

    Fixes issue #1 and issue #2
    Added a style property to artist and created a Style class in style.py.
    This requried renaming existing style subpackage to old_style
    JamesRamm committed Aug 14, 2014
    Configuration menu
    Copy the full SHA
    6843f62 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2014

  1. Propertify

    Made dashes and sketch_params into properties in the style class. Fixes
    issue #2
    JamesRamm committed Aug 15, 2014
    Configuration menu
    Copy the full SHA
    bc0059d View commit details
    Browse the repository at this point in the history
Loading