Browse thread
Plot library
[
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: | -- (:) |
| From: | Chris King <colanderman@g...> |
| Subject: | Re: [Caml-list] Plot library |
On 8/9/05, romildo@uber.com.br <romildo@uber.com.br> wrote: > I am looking for an ocaml plot library that integrates > well with lablgtk. Is there one? I've used the Gnome Canvas widget in lablgtk2 with much success. It's included with lablgtk2 in "lablgnomecanvas.cma". It's based on Tk's canvas widget but is much more powerful. Unfortunately it's not available for lablgtk, only lablgtk2. You can find docs for it at http://compiler.kaist.ac.kr/~shoh/ocaml/lablgtk2/lablgtk-2.4.0/doc/html/GnoCanvas.html. - Chris King