On Tue, Apr 19, 2011 at 4:09 PM, Doug Pace wrote: > Thanks Marco > > I deleted the cygwin directory and reinstalled, selecting cygwin 1.7.8-1. > This did not work either; but I may have done a rebaseall after installing > octave. > > Got octave working with this sequence: > > install cygwin, with x11; do a >/cygwin/bin/ash ? ./rebaseall; > run setup again: downgrade to 1.7.8-1, select octave, octave-forge ...; > (do NOT run ./rebaseall) > now sombrero demo plot works in octave. > BUT with the figure displayed a second Octave -> figure command does not > work.
For me it is fine. octave:1> sombrero octave:2> figure (2) octave:3> x=1:10; octave:4> plot(x,x) octave:5> figure (3) octave:6> plot(x,x) and I have 3 window plots. > > Doug > Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple