plot with gnuplot and scite

View: New views
3 Messages — Rating Filter:   Alert me  

plot with gnuplot and scite

by SUBE Samuel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

plot with gnuplot and scite

Hi!
When i use Scite to execute a octave script, "go" command, the plot disappear after around one second.
I use octave 3 under windows XP installed using the windows setup file named "octave-3.0.0-setup.exe".
I choose Gnuplot and i launch Scite with "Edit" command.

Cordially!

Samuel Sube


_______________________________________________
Bug-octave mailing list
Bug-octave@...
https://www.cae.wisc.edu/mailman/listinfo/bug-octave

Re: plot with gnuplot and scite

by Michael Goffioul-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The "integration" of octave within SciTE is *very* basic. What it
actually does is
executing "octave -q <myscript.m>" and capturing the octave output. At the end
of the script, octave exits; that's why any open plot window disappears. This
SciTE shortcut is only provided for convenience (it has been contributed by
an octave user), do not expect much more from it.

Michael.

On Thu, Feb 14, 2008 at 1:12 PM, SUBE Samuel <samuel.sube@...> wrote:

>
>
>
> Hi!
> When i use Scite to execute a octave script, "go" command, the plot
> disappear after around one second.
> I use octave 3 under windows XP installed using the windows setup file named
> "octave-3.0.0-setup.exe".
> I choose Gnuplot and i launch Scite with "Edit" command.
>
> Cordially!
>
> Samuel Sube
> _______________________________________________
> Bug-octave mailing list
> Bug-octave@...
> https://www.cae.wisc.edu/mailman/listinfo/bug-octave
>
>
_______________________________________________
Bug-octave mailing list
Bug-octave@...
https://www.cae.wisc.edu/mailman/listinfo/bug-octave

Re: plot with gnuplot and scite

by michael714 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

SUBE Samuel wrote:
When i use Scite to execute a octave script, "go" command, the plot
disappear after around one second.
I use octave 3 under windows XP installed using the windows setup file
named "octave-3.0.0-setup.exe".
I choose Gnuplot and i launch Scite with "Edit" command.
Just add the "pause;" command at the end of your matlab/octave script and the screen will stay up until you hit a key.  Enjoy!