VegaLite.jl:Julia绑定到维加精简版

时间:2024-05-19 09:05:35
【文件属性】:

文件名称:VegaLite.jl:Julia绑定到维加精简版

文件大小:109KB

文件格式:ZIP

更新时间:2024-05-19 09:05:35

Julia

VegaLite.jl Julia绑定到维加精简版 概述 是用于编程语言的绘图程序包。 该软件包基于 ,它将传统API扩展。 此外, 提供了对基本支持。 允许您创建各种统计图。 它展现了底层Vega-Lite的全部功能,并同时紧密集成到julia生态系统中。 这是一个散点图的示例: using VegaLite, VegaDatasets dataset("cars") |> @vlplot( :point, x=:Horsepower, y=:Miles_per_Gallon, color=:Origin, width=400, height=400 ) 安装 要安装VegaLite.jl ,请在julia Pkg REPL模式下运行以下命令: (v1. 0 ) pkg > add VegaLite 文献资料 当前文档可在此处


【文件预览】:
VegaLite.jl-master
----.github()
--------workflows()
----contrib()
--------conversion_helper.ipynb(1KB)
----NEWS.md(2KB)
----src()
--------dsl_vlplot_macro()
--------vlspec.jl(5KB)
--------dsl_str_macro()
--------dsl_vlplot_function()
--------experimental.jl(963B)
--------VegaLite.jl(1KB)
--------rendering()
----Project.toml(2KB)
----LICENSE(7KB)
----assets()
--------readme_plot1.svg(120KB)
----test()
--------test_io.jl(3KB)
--------test_properties.jl(408B)
--------scratchpad.jl(1KB)
--------runtests.jl(414B)
--------test_macro.jl(632B)
--------test_positional.jl(817B)
--------test_inlinedata.jl(383B)
--------test_spec.jl(1KB)
--------test_vlplot_macro.jl(4KB)
--------test_show.jl(671B)
--------test_base.jl(676B)
--------test_shorthand.jl(3KB)
--------testhelper_create_vg_plot.jl(2KB)
--------test_vg.jl(1KB)
----README.md(3KB)
----docs()
--------src()
--------Project.toml(391B)
--------make.jl(3KB)
----.jlpkgbutler.toml(62B)
----.gitignore(196B)
----Artifacts.toml(5KB)

网友评论