From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id QAA20706 for caml-red; Sat, 20 Jan 2001 16:25:19 +0100 (MET) Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id UAA02739 for ; Wed, 17 Jan 2001 20:06:52 +0100 (MET) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f0HJ6qb14195 for ; Wed, 17 Jan 2001 20:06:52 +0100 (MET) Received: from akasha.ijm.jussieu.fr (akasha.ijm.jussieu.fr [134.157.173.57]) by shiva.jussieu.fr (8.10.0/jtpda-5.3.3) with ESMTP id f0HJ6pq48942 for ; Wed, 17 Jan 2001 20:06:51 +0100 (CET) Received: (from andrieu@localhost) by akasha.ijm.jussieu.fr (8.9.3/8.9.3) id UAA17390; Wed, 17 Jan 2001 20:06:41 +0100 From: Olivier Andrieu MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14949.60737.389750.534209@akasha.ijm.jussieu.fr> Date: Wed, 17 Jan 2001 20:06:41 +0100 To: caml-list@inria.fr Subject: libplot for OCaml X-Mailer: VM 6.90 under Emacs 20.7.1 Reply-To: andrieu@genetique.uvsq.fr Sender: weis@pauillac.inria.fr Hello, Markus suggested on this list a few weeks ago that someone write a wrapper for the GNU libplot library. Seeing it as an opportunity to learn how to interface C code with OCaml, I started working on it. There's some basic but seemingly working code on http://sourceforge.net/projects/ocamlplot/ . Libplot is a (rather low-level) graphics drawing library. What's interesting compared to OCaml Graphics library, is that the API is device independent : the same code can draw (among others) PostScript, PNG, and X. On the other hand, I'm afraid it only works on Unix systems. Olivier