Re: GNUPLOT
Daniel J Sebald <[email protected]> Tue, 06 Mar 2007 18:07:48 -0600
| Newsgroups | gmane.comp.gnu.octave.graphics |
|---|---|
| Message-ID | <[email protected]> |
Marize Simoes wrote: > Hi, > = > Sorry, but my english is terrible. > = > Is a emergency! > I need to try to find a way inside call gnuplot in octave. > = > !Preciso encontrar uma maneira de plotar graficos dentro do octave...Algu= em > sabe como fa=E7o isso? > = > Somebody has an example of as use function PM3D? > Algu=E9m tem um exemplo de como eu uso a fun=E7=E3o PM3D? If it is a real emergency, you'd be best off saving the data to a file and = then running gnuplot separately. There is also something called __gnuplot_raw__ that will allow sending comm= ands to the gnuplot stream, say after generating a mesh and you want to cha= nge that to pm3d. Dan