Browse thread
Ocaml for Scientific computing
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-09-25 (17:36) |
From: | Hezekiah M. Carty <hcarty@a...> |
Subject: | Re: [Caml-list] Ocaml for Scientific computing |
On Tue, 25 Sep 2007, Markus E L wrote: > BTW: What I'd consider a boon for scientific visualization, actually, > would be to output SVG to a file. Such an SVG file could be annotated > with a usual graphics editor like inkscape for publication: Very > valuable (if you don't need interactive visualization). This is one of the things about the OCaml Visualization Toolkit (one of the Jane St. summer projects). It is built around cairo-ocaml, which in turn supports SVG output. OVT is still somewhat incomplete, but its output is already quite attractive thanks to the Cairo backend. SVG output is one of the items still missing from OVT, and I do not know what plans exist to maintain this library. But with that addition it would be an immensely useful tool for scientific plots, among other things. I've already used OVT for a few simple presentation figures. Hez