Skip to content

Move colormap examples from userdemo to images_contours_and_fields. #21087

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

Merged
merged 1 commit into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Left clicks and drags inside the colorbar axes adjust the high range of the
color scheme. Likewise, right clicks and drags adjust the low range. The
connected AxesImage immediately updates to reflect the change.

.. redirect-from:: /gallery/userdemo/colormap_interactive_adjustment
"""

import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
=======================

Demonstration of using norm to map colormaps onto data in non-linear ways.

.. redirect-from:: /gallery/userdemo/colormap_normalizations
"""

import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
==================================

Demonstration of using norm to map colormaps onto data in non-linear ways.

.. redirect-from:: /gallery/userdemo/colormap_normalization_symlognorm
"""

import numpy as np
Expand Down