文件名称:gnuplot-elixir:Elixir与Gnuplot图形实用程序的接口
文件大小:208KB
文件格式:ZIP
更新时间:2024-06-12 08:27:50
charts graphs plotting elixir-library Elixir
诺普洛长生不老药 从到的简单接口,该接口使用将数据从应用程序传输到Gnuplot。 数据集直接流式传输到STDIN,而没有临时文件,您可以绘制100万。 请访问以查看所有可能性,的以及。 这是对的。 该库已在OS X,Ubuntu 16.04和CentOS 7.6上进行了测试。 用法 plot函数有两个参数: 命令列表(每个命令都是术语列表) 流或可枚举数据集的列表(绘制函数时不需要) 命令是通常以原子开头的术语列表,例如:set 。 它们可以写为列表或Word列表-以下几行是等效的: [:set, :xtics, :off] ~w(set xtics off)a 两者都转换为set xtics off 。 字符串在双引号内输出,字符列表在不进行修改的情况下输出。 [:plot, 'sin(x)', :title, "Sine Wave"]变为: plot sin(x)
【文件预览】:
gnuplot-elixir-master
----mix.exs(1KB)
----.github()
--------workflows()
----lib()
--------gnuplot()
--------gnuplot.ex(4KB)
----examples()
--------atan_sin_dataset.exs(925B)
--------so327576.exs(554B)
--------rand.exs(779B)
--------sine.exs(668B)
--------atan_sin.exs(626B)
--------perf.exs(2KB)
--------polynomial.exs(1KB)
--------stress.exs(945B)
----config()
--------config.exs(56B)
----LICENSE(14KB)
----.formatter.exs(106B)
----test()
--------gnuplot_test.exs(4KB)
--------test_helper.exs(15B)
----README.md(7KB)
----mix.lock(3KB)
----docs()
--------gnuplot.PNG(50KB)
--------perf.PNG(51KB)
--------atan_sin.PNG(51KB)
--------rand.PNG(18KB)
--------sine.PNG(17KB)
----.gitignore(579B)