Re: A debian-user question.
On Tue, 9 Jun 1998, Karsten Bolding wrote: > For the GUI I'm thinking of either perl-tk or using the visual tcl > package - any opinions? The GUI will contain radio-buttons, > entry-fields, file-browser etc. to specify the different parameters for > the model. Don't choose either of these without at least first considering tk over python (www.python.org). Though one could run into religious wars comparing perl and python, I'm certainly happier modularising python than I was with perl, and tk seems to be well integrated. I'm in the early stages of a project with them myself. > My real question concerns a package that will do real time plotting of > the results of the turbulence modelling - this is simple X-Y graphs but > they evolve over time so I need to - at run time - update the graphs > based on the results of the turbulence calculations. Since I'm not at > all a X-programmer I would like something a bit more high-level. Couldn't disagree with another's mention of gnuplot. Cheers, -- Email: [EMAIL PROTECTED] Tel: +44 1908 653 739 Fax: +44 1908 655 151 Snail: David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA Disclaimer: These addresses are only for reaching me, and do not signify official stationery. Views expressed here are either my own or plagiarised. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: A debian-user question.
On Tue, 9 Jun 1998, Ralph Winslow wrote: > Karsten Bolding wrote: > > > > This is not a debian specific question - but its asked by a debian user > > and will be used on a debian system... > > > > I'm in the process of writing a frontend to a turbulence modelling > > system. > > For the GUI I'm thinking of either perl-tk or using the visual tcl > > package - any opinions? The GUI will contain radio-buttons, > > entry-fields, file-browser etc. to specify the different parameters for > > the model. > > I'd definitely go with perl-tk for this. IIRC, it'll do your graphing, > too. > > Have a look at python also. Johann -- | Johann Spies Windsorlaan 19 | | [EMAIL PROTECTED]3201 Pietermaritzburg | | Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South Africa) | -- "I love them that love me; and those that seek me early shall find me." Proverbs 8:17 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: A debian-user question.
Karsten Bolding wrote: > > This is not a debian specific question - but its asked by a debian user > and will be used on a debian system... > > I'm in the process of writing a frontend to a turbulence modelling > system. > For the GUI I'm thinking of either perl-tk or using the visual tcl > package - any opinions? The GUI will contain radio-buttons, > entry-fields, file-browser etc. to specify the different parameters for > the model. I'd definitely go with perl-tk for this. IIRC, it'll do your graphing, too. > > My real question concerns a package that will do real time plotting of > the results of the turbulence modelling - this is simple X-Y graphs but > they evolve over time so I need to - at run time - update the graphs > based on the results of the turbulence calculations. Since I'm not at > all a X-programmer I would like something a bit more high-level. > > If this is going to work - the resulting code would be an example of > very specialized open-source code. > > Karsten > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- - Ralph Winslow [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: A debian-user question.
On Tue, 9 Jun 1998, Karsten Bolding wrote: > My real question concerns a package that will do real time plotting of > the results of the turbulence modelling - this is simple X-Y graphs but > they evolve over time so I need to - at run time - update the graphs > based on the results of the turbulence calculations. Since I'm not at > all a X-programmer I would like something a bit more high-level. Take a look at gnuplot, it can do wonderful things with graphs. Cheers, Joost -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
A debian-user question.
This is not a debian specific question - but its asked by a debian user and will be used on a debian system... I'm in the process of writing a frontend to a turbulence modelling system. For the GUI I'm thinking of either perl-tk or using the visual tcl package - any opinions? The GUI will contain radio-buttons, entry-fields, file-browser etc. to specify the different parameters for the model. My real question concerns a package that will do real time plotting of the results of the turbulence modelling - this is simple X-Y graphs but they evolve over time so I need to - at run time - update the graphs based on the results of the turbulence calculations. Since I'm not at all a X-programmer I would like something a bit more high-level. If this is going to work - the resulting code would be an example of very specialized open-source code. Karsten -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]