Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG/API : fix color validation #4193

Merged
merged 2 commits into from Apr 20, 2015
Merged

Commits on Mar 14, 2015

  1. BUG/API : fix color validation

    Possible fix for matplotlib#4192.
    
    This adds a new validation (validate_color_or_None) method for color
    which allows None and restores `validate_color` to fail on None.
    
    This will allow selected color rcparams to be `None` (not `'None'`)
    which the library should interpret as "don't use this rcparam".
    tacaswell committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    cff9efd View commit details
    Browse the repository at this point in the history
  2. MNT : try to fix optional/inherited rcparams

    Attempt to implement 'inherited' rcparams, that is rcparams
    that are only used if they are non-default.
    
    Re-introduces feature introduced in matplotlib#3792
    /92e608d655f1fa667fdf5bc3e99f950eb08f7c42 and reverted in
    c90469b
    tacaswell committed Mar 14, 2015
    Configuration menu
    Copy the full SHA
    f034cde View commit details
    Browse the repository at this point in the history