densityplot:matplotlib 函数用于可视化由散点组成的密度图

时间:2024-07-21 08:14:47
【文件属性】:

文件名称:densityplot:matplotlib 函数用于可视化由散点组成的密度图

文件大小:610KB

文件格式:ZIP

更新时间:2024-07-21 08:14:47

Python

密度图 matplotlib 函数用于可视化由散点组成的密度图。 #安装 python setup.py build python setup.py install ##依赖 Numpy(1.9.0 或更高版本) Scipy(0.14.0 或更高版本) Matplotlib(1.4.0 或更高版本) #新的cubehelix颜色图 from densityplot import * from pylab import * new_colormap = cm . cubehelix_purple new_colormap_reverse = cm . cubehelix_purple_r ###新颜色图的完整列表 #密度散点图 from densityplot import * import pylab as pl pl . np . random . seed ( 0


【文件预览】:
densityplot-master
----densityplot()
--------hex_scatter.py(25KB)
--------custom_cm.py(2KB)
--------hex_bin_subtract.py(5KB)
--------__init__.py(190B)
--------error_ellipse.py(10KB)
--------new_norm.py(5KB)
----LICENSE(1KB)
----examples()
--------hex_bin_subtract_1.png(167KB)
--------ND_ellipsoid_projection.png(117KB)
--------hex_bin_subtract_3.png(82KB)
--------density_scatter.png(90KB)
--------divergent_colormap.png(25KB)
--------hex_bin_subtract_2.png(82KB)
--------cubehelix_colormaps.png(53KB)
----setup.py(342B)
----.gitignore(675B)
----README.md(5KB)

网友评论