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

Contour norm scaling #1057

Merged
merged 6 commits into from Aug 11, 2012
Merged

Commits on Aug 6, 2012

  1. update contour_hatching test images for change caused by matplotlib#1022

    
    
    Filled contours now use more of the available colormap range than
    previously.
    efiring committed Aug 6, 2012
    Copy the full SHA
    1bf4dde View commit details
    Browse the repository at this point in the history
  2. colors: avoid problems with bad values under the mask when color mapping

    This change should have no effect on any plot, but it avoids
    warnings that can arise when an inf occurs under a mask.
    efiring committed Aug 6, 2012
    Copy the full SHA
    8c582e4 View commit details
    Browse the repository at this point in the history
  3. contour: clarify and improve support for norm.vmin, norm.vmax

    Previously, although vmin, vmax could be specified manually
    in a norm used to initialize a ContourSet, the values would
    be used only if both were specified.  Now one can set either
    or both of vmin, vmax in the norm, and they will take precedence
    over the default.
    efiring committed Aug 6, 2012
    Copy the full SHA
    9cba6fb View commit details
    Browse the repository at this point in the history
  4. contour: support vmin, vmax kwargs for consistency with pcolor etc.

    This changeset also simplifies and clarifies the vmin, vmax
    explanation and handling for pcolor and pcolormesh.
    efiring committed Aug 6, 2012
    Copy the full SHA
    f5c85d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2012

  1. colorbar: improve handling of manually-set vmin, vmax in contourf, co…

    …ntour
    
    Formerly, colorbar would not place ticks at contour levels outside the
    vmin-vmax range, and would not add line contour marks at such levels.
    efiring committed Aug 7, 2012
    Copy the full SHA
    413581c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0890246 View commit details
    Browse the repository at this point in the history