comp.lang.ada
 help / color / mirror / Atom feed
* An easy way to simple scientific plots (in Ada)?
@ 2007-12-26 18:37 JPWoodruff
  2007-12-26 21:30 ` Jeffrey R. Carter
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: JPWoodruff @ 2007-12-26 18:37 UTC (permalink / raw)


I'm an old Ada hobbyist who would like to plot some data from a
computation. What I want is scientific plots that are sort of the
opposite of industrial strength, in that small effort produces small
result but has no aspiration to scale.

The kind of data I'll be examining are similar to
--
type data is array (min..max) of float;
X, Y : data ;
--
circle (X, Y : out data) ;
-- makes (max-min+1) values satisfying
--       x**2 + y**2 = 1;
plot_curve(X, Y) ; -- syntax to suit
-- puts a figure that's sort-of round into a window

I've collected beaucoup graphics libraries over the years - (claw,
gwindows, jewl, win_io, windex, once upon a time a fairly immature
gtkada...)

But I'm not a devotee of U-I programming so I've never committed much
thinking to any of these.  I'm going to stay uninvolved with buttons,
callbacks and dialogs.  Instead, I just like to compute and plot
numeric
values.  I wish I could do that in a context that didn't make me learn
all that stuff I'm not using.

By way of comparison, I consider my need alongside the capabilities of
the R language environment.  Their plotting far exceeds my needs.  But
the R language is a sad homely thing alongside Ada.

So can I ask for a suggestion: which library would be simplest for me
to install and use for my task?

Good fortune in the new year to all
John



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-01-01 20:58 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-26 18:37 An easy way to simple scientific plots (in Ada)? JPWoodruff
2007-12-26 21:30 ` Jeffrey R. Carter
2007-12-26 22:49   ` Manuel Collado
2007-12-27  4:07   ` JPWoodruff
2007-12-27  9:10     ` Dmitry A. Kazakov
2007-12-27 18:19       ` JPWoodruff
2007-12-27 22:52     ` Jeffrey R. Carter
2007-12-27  2:15 ` Jeffrey Creem
2007-12-27 13:56 ` Vadim Godunko
2007-12-29 22:28   ` I. Levashew
2007-12-30 18:40     ` JPWoodruff
2007-12-27 20:23 ` Jerry
2007-12-28 19:53   ` JPWoodruff
2007-12-30 21:25     ` Jerry
2007-12-31  3:40       ` JPWoodruff
2007-12-31 10:02         ` Jerry
2008-01-01 20:58 ` Gautier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox