Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 18f905d

Browse filesBrowse files
committed
Multivariate and bivariate resampling of colormaps
Also removed all set_ functions, and replaced them with with_extremes()
1 parent 5a0c4ce commit 18f905d
Copy full SHA for 18f905d

File tree

4 files changed

+383
-87
lines changed
Filter options

4 files changed

+383
-87
lines changed

‎lib/matplotlib/_cm_bivar.py

Copy file name to clipboardExpand all lines: lib/matplotlib/_cm_bivar.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1305,8 +1305,8 @@
13051305

13061306
cmaps = {
13071307
"BiPeak": SegmentedBivarColormap(
1308-
BiPeak, "BiPeak", 256, "square", (128, 128)),
1308+
BiPeak, "BiPeak", 256, "square", (.5, .5)),
13091309
"BiOrangeBlue": SegmentedBivarColormap(
13101310
BiOrangeBlue, "BiOrangeBlue", 256, "square", (0, 0)),
1311-
"BiCone": SegmentedBivarColormap(BiPeak, "BiCone", 256, "circle", (128, 128)),
1311+
"BiCone": SegmentedBivarColormap(BiPeak, "BiCone", 256, "circle", (.5, .5)),
13121312
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.