comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Creem <jeff@thecreems.com>
Subject: Re: An easy way to simple scientific plots (in Ada)?
Date: Thu, 27 Dec 2007 02:15:01 GMT
Date: 2007-12-27T02:15:01+00:00	[thread overview]
Message-ID: <vncb45-etd.ln1@newserver.thecreems.com> (raw)
In-Reply-To: <41bd2384-83a7-46ff-87e9-d726623633e9@s12g2000prg.googlegroups.com>

JPWoodruff@gmail.com wrote:
> 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

I usually just have the programs output data/config files for either 
gnuplot or xmgrace



  parent reply	other threads:[~2007-12-27  2:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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
replies disabled

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