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-26 (18:53) |
From: | Vu Ngoc San <san.vu-ngoc@u...> |
Subject: | Re: [Caml-list] Ocaml for Scientific computing |
Markus E L a écrit : > > 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). > > Regards -- Markus That's good to hear this. This is exactly what I do for my research (except that I use xfig). That's why I have written a small ocaml library which does this (oplot). Then svg is simple te achieve because there already exists a fig2svg translator. This definitely will be included in the next version of oplot, whenever I have some time... San