Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit18f905d

Browse files
committed
Multivariate and bivariate resampling of colormaps
Also removed all set_ functions, and replaced them with with_extremes()
1 parent5a0c4ce commit18f905d

File tree

4 files changed

+383
-87
lines changed

4 files changed

+383
-87
lines changed

‎lib/matplotlib/_cm_bivar.py

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp