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

colors: ensure masked array data is an ndarray #6622

Merged
merged 2 commits into from Jun 22, 2016

Commits on Jun 21, 2016

  1. colors: ensure masked array data is an ndarray

    This fixes compatibility for imshow plots with array data that is a unit-aware
    ndarray subclass, for example data frmo yt.units or astropy.units.
    Nathan Goldbaum committed Jun 21, 2016
    Copy the full SHA
    1fcf591 View commit details
    Browse the repository at this point in the history
  2. colors: add comment explaining use of np.asarray

    Nathan Goldbaum committed Jun 21, 2016
    Copy the full SHA
    6c9f8a9 View commit details
    Browse the repository at this point in the history