From graphics-request at octave dot org Mon Feb 20 10:29:05 2006 Subject: Re: Octave Workshop 0.9 & Windows Installer From: "Shai Ayal" To: "Sebastien Loisel" Cc: "octave maintainers mailing list" , octave-graphics Date: Mon, 20 Feb 2006 18:27:19 +0200 Sebastien, I download all 120MB (this is almost 1/3 of a full linux distro) and it works fine on my win XP home machine. Comments: * the split between input and output takes a bit to get used to. Is this really essential? * binding Ctrl-A to the "about box" is annoying -- in readline this key is the same as "HOME". I think you should retain the default readline key bindings * no copy from output window * while plot works and brings up gnuplot, freqz does nothing (does not bring up gnuplot, or if gnuplot is already running, does not change the plot). Try [b,a]=butter(5,0.3); freqz(b,a); * If I exit from gnuplot manually, subsequent plot commands do not fire it up again Shai On 2/20/06, Sebastien Loisel wrote: > This is to announce the availability of Octave Workshop v0.9 and the new > Windows installer. I would appreciate if you could test it and let me know > of any problems you find. I would like to consider Octave Workshop "feature > complete" for a 1.0 release. > > The version of Octave distributed with the Windows installer of Octave > Workshop is a CVS version, so do not hold the Octave programmer responsible > for bugs in Octave itself. However, I am interested in any GUI bugs you > find. > > http://www.math.mcgill.ca/loisel/octave-workshop/ > > Cheers, > > Sébastien Loisel > >