Re: [F-Script-talk] GNUPlot and OpenGL
Brought to you by:
pmougin
From: Philippe M. <pm...@ac...> - 2004-10-09 23:26:53
|
Philippe, The Gnuplot class is not yet public and is still under development. You=20= probably won't be able to do any interesting thing with it in its=20 current state... If you want to experiment with it you'll need to have=20= gnuplot-3.7.1d for Mac installed on your computer. Then you can call=20 the plot: method with an array of numbers as argument. For instance,=20 "Gnuplot plot:(100 iota / 10) sin" will give you a nice sinusoid. Best, Philippe Mougin Le 9 oct. 04, =E0 17:23, Philippe de Rochambeau a =E9crit : > Hello, > > does anyone know how to use the GNUPlot object and has anyone tried=20 > doing OpenGL in F-Script? > > The GNPlot object has a plot: method, but none of the arguments I have=20= > tried work: > > > - plot: 4 > > - plot: x > > - plot: x**2 > > - plot: x^2 > > etc. > > Philippe > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on=20 > ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give=20= > us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out=20= > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > F-Script-talk mailing list > F-S...@li... > https://lists.sourceforge.net/lists/listinfo/f-script-talk > |