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

DOC: Remove redundant colormaps from examples #2659

Merged
merged 2 commits into from Dec 9, 2013

Conversation

endolith
Copy link
Contributor

@endolith endolith commented Dec 7, 2013

gist_yarg, gist_gray, and binary are identical to gray, so they are "on a deprecation path", and spectral was renamed to nipy_spectral to avoid conflicts with Spectral

#889

`gist_yarg`, `gist_gray`, and `binary` are identical to `gray`, so they are "on a deprecation path", and `spectral` was renamed to `nipy_spectral` to avoid conflicts with `Spectral`

matplotlib#889
@endolith endolith closed this Dec 7, 2013
@endolith endolith deleted the patch-3 branch December 7, 2013 22:12
`Spectral` was missing, and `hsv` and `nipy_spectral` shouldn't be in the qualitative group, which are the 8 colormaps dumped here from ColorBrewer but that shouldn't really be here
@endolith endolith reopened this Dec 7, 2013
@tacaswell
Copy link
Member

Looks good to me. The travis failure is unrelated.

'spring', 'summer', 'winter']),
('Diverging', ['BrBG', 'bwr', 'coolwarm', 'PiYG', 'PRGn', 'PuOr',
'RdBu', 'RdGy', 'RdYlBu', 'RdYlGn', 'seismic']),
('Qualitative', ['Accent', 'Dark2', 'hsv', 'Paired', 'Pastel1',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hsv disappeared from here, was that intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, hsv and nipyspectral are not qualitative maps, so I moved them to the misc section and grouped spectral maps together for comparison

pelson added a commit that referenced this pull request Dec 9, 2013
DOC: Remove redundant colormaps from examples
@pelson pelson merged commit 052e09e into matplotlib:master Dec 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants