help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: octave's graphics interface / linux operating system


From: etienne
Subject: Re: octave's graphics interface / linux operating system
Date: Sun, 11 May 2008 15:53:11 -0700 (PDT)
User-agent: SquirrelMail/1.4.13

  Hi all,

I was in Dieter's situation last year, and I took the same path. That is,
writing a few functions to save data and call gnuplot (code available at [1]).

  I wasn't aware of the drawnow trick, which indeed seems to offer means to
customize the output. I also see the online documentation is fairly recent,
maybe it is time for me to switch back to out-of-the-box octave plotting
functions.

  Cheers,

  Etienne

[1] http://users.isr.ist.utl.pt/~etienne/code/code.html#OctaveGnuplot
[2] http://www.gnu.org/software/octave/doc/interpreter

On Sun, May 11, 2008 11:31, David Bateman wrote:
# Dieter Jurzitza wrote:
#> Dear listmembers,
#> I am using gnuplot output very regularly within documents I produce with
#> latex. In order to achieve a really good quality I found it very convenient
#> to produce postscript output and convert this to pdf afterwards.
#> Moreover, the attributes of the text, additional labels / arrows /
#> whatsoever
#> can be integrated in the graph.
#>
#> Now, through the recent modifications in octave, the direct access to
#> gnuplot
#> through octave became more difficult - don't take me wrong I do not mind.
#> In order to further process the graphs I use additional code to output data
#> into files, prepare gnuplot configuration files and call gnuplot finally
#> with
#> a system command out of octave. This is managable but circumstancial.
#>
#> My question is now twofold:
#> 1.) is it possible to force octave to write all data into files rather than
#> piping them into gnuplot (or does this happen anyway?)?
#
# Not really.
#
#> 2.) is there a way to force octave to write it's gnuplot config file into a
#> gnuplot compiliant config file in order to simplify further gnuplot
#> processing of the data (and to not be forced to do everything manually)
#
# I use
#
# drawnow ("x11", "/dev/null", false, "file.gp")
#
# that creates a file called file.gp with the raw gnuplot commands that
# can be used directly with gnuplot's load command
#
# D.
#
# _______________________________________________
# Help-octave mailing list
# address@hidden
# https://www.cae.wisc.edu/mailman/listinfo/help-octave
#


-- 
http://www.isr.ist.utl.pt/~etienne



reply via email to

[Prev in Thread] Current Thread [Next in Thread]