Browse thread
2D graphing and charting
[
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: | Paul Pelzl <pelzlpj@e...> |
| Subject: | Re: [Caml-list] 2D graphing and charting |
On Thu, Nov 08, 2007 at 08:44:35PM -0500, Peng Zang wrote: > I've used mlgrace in the past: > > http://www.eecs.umich.edu/~pelzlpj/mlgrace/ > > Although I've never tried labelled points before... mlGrace does not currently expose an API to create point labels, but the xmgrace GUI can do this (under Plot->Set Appearance->Ann. values). So something similar to Jon's example plot could be generated using grace_view#plot_many, with a small amount of touch-up work from the GUI. Paul