首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > plplot OCaml库绑定

plplot OCaml库绑定

  • 资源大小:31.87 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 绑定

资 源 简 介

The OCaml bindings are now included in PLplot The OCaml PLplot bindings are included in the official PLplot release. Please download and install PLplot from there! This site will be maintained for reference only. All further development will occur in the main PLplot source tree. These are bindings to the PLplot library for the OCaml language. Example session: open Plplot;; (* Open the PLplot namespace *)plsdev "xwin";; (* Use the X Windows driver *)plinit ();; (* Initialize PLplot. This will open the plotting window. *)plenv 0.0 1.0 0.0 1.0 1 0;; (* Set the plot dimensions and aspect ratio, draw axes *)pllab "x label" "y label" "Title";; (* Draw labels for axes and a title *)let x = Array.init 100 (fun _ -> Random.float 1.0);;le

文 件 列 表

ocaml-plplot-5.9.0
plplot.idl
plplot_impl.c
OCamlMakefile
META
plplot_h.inc
COPYING
examples
README
COPYING.LESSER
Makefile
Changelog
VIP VIP
0.179476s