数据可视化
cottpaddedC
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
数据可视化--地图的名字和shapefiles文件的名字起冲突的解决方法
啊哈哈原创 2020-12-23 10:21:38 · 492 阅读 · 0 评论 -
用matplotlib散点图用饼图标记
import numpy as npimport matplotlib.pyplot as plt# first define the ratiosr1 = 0.2 # 20%r2 = r1 + 0.4 # 40%# define some sizes of the scatter markersizes = np.array([60, 80, 120])# calculate the points of the first pie marker# these are j原创 2020-12-20 02:09:11 · 524 阅读 · 1 评论
分享