StatsPlots.jl:Plots.jl 的统计绘图配方

时间:2021-08-04 17:46:12
【文件属性】:
文件名称:StatsPlots.jl:Plots.jl 的统计绘图配方
文件大小:37KB
文件格式:ZIP
更新时间:2021-08-04 17:46:12
Julia 统计图 原作者:Thomas Breloff (@tbreloff),由 JuliaPlots 成员维护 这个包是 Plots.jl 的直接替代品,其中包含许多针对 JuliaStats 组织中引入的概念和类型的统计方法。 类型: 数据帧 分布 食谱: 直方图/histogram2d 分组历史 边缘主义者 相关图/角图 MDS图 因此,它的重量稍轻,但具有更多功能。 主要文档可在 Plots.jl 文档 ( ) 中找到。 初始化: # ]add StatsPlots # install the package if it isn't installed using StatsPlots # no need for `using Plots` as that is reexported here gr (size = ( 400 , 300 )) 由于宏@df允许将列作为符
【文件预览】:
StatsPlots.jl-master
----Project.toml(2KB)
----.github()
--------workflows()
----test()
--------runtests.jl(4KB)
----NEWS.md(2KB)
----src()
--------StatsPlots.jl(1KB)
--------hist.jl(7KB)
--------andrews.jl(2KB)
--------df.jl(7KB)
--------ecdf.jl(690B)
--------boxplot.jl(7KB)
--------interact.jl(4KB)
--------bar.jl(2KB)
--------dotplot.jl(4KB)
--------marginalkde.jl(2KB)
--------violin.jl(6KB)
--------dendrogram.jl(2KB)
--------cornerplot.jl(3KB)
--------marginalscatter.jl(2KB)
--------covellipse.jl(1KB)
--------corrplot.jl(4KB)
--------marginalhist.jl(2KB)
--------ordinations.jl(700B)
--------distributions.jl(3KB)
----LICENSE.md(1KB)
----.gitignore(48B)
----README.md(17KB)

网友评论