Skip to content

Commit

Permalink
commit version 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Winn1y committed Aug 6, 2023
1 parent 454b55a commit 1a1bca8
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
75 changes: 75 additions & 0 deletions 0 Collection and Color/PaperColor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
# 论文常用配色

## 01配色

```
#8ECFC9
#FFBE7A
#FA7F6F
#82B0D2
#BEB8DC
#E7DAD2
```

![Alt text](img/image-1.png)

## 02配色

```
#8ECFC9
#FFBE7Aimg/
#FA7F6F
#82B0D2
#BEB8DC
#E7DAD2
```

![Alt text](img/image-2.png)

## 03配色

```
#8ECFC9
#FFBE7A
#FA7F6F
#82B0D2
#BEB8DC
#E7DAD2
```

![Alt text](img/image-3.png)


## 04配色

```
#A1A9D0
#F0988C
#B883D4
#9E9E9E
#CFEAF1
#C4A5DE
#F6CAE5
#96CCCB
```

![Alt text](img/image-4.png)

## 05配色

```
#3b6291
#943c39
#779043
#624c7c
#388498
#bf7334
#3f6899
#9c403d
#7d9847
#675083
#3b8ba1
#c97937
```

![Alt text](img/image-5.png)
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

'''#Demo1:get_cmap函数所获取内容为colormap对象,为matplotlib中的一种数据类型'''
cmap = cm.get_cmap('viridis')
print(cmap) '''#<matplotlib.colors.ListedColormap object at 0x7fbb60a6ec40>'''
print(cmap) # <matplotlib.colors.ListedColormap object at 0x7fbb60a6ec40>

'''#Demo2:取消注册颜色映射'''
cm.unregister_cmap('my_cmap01')
Expand Down
Empty file removed 0 Collection/write here
Empty file.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ Tips:**我们希望每周坚持分享一个小知识来积累可视化技术

## 新闻

**[2023/07/09] [v2.6版本](https://github.com/Winn1y/Show2Know/): 更新 colormap 函数说明 (by Venchili)**
**[2023/07/03] [v2.8版本](https://github.com/Winn1y/Show2Know/): 更新 常用论文配色方案 (by Winniy)**

[2023/07/03] [v2.7版本](https://github.com/Winn1y/Show2Know/tree/2.7): 更新 collection 函数说明 (by YasmineLIu)

[2023/07/09] [v2.6版本](https://github.com/Winn1y/Show2Know/tree/2.6): 更新 colormap 函数说明 (by Venchili)

[2023/06/24] [v2.5版本](https://github.com/Winn1y/Show2Know/tree/2.5): 更新scatter函数说明

Expand Down

0 comments on commit 1a1bca8

Please sign in to comment.