octave-maintainers
[Top][All Lists]
Advanced

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

Re: desired features for gp backend?


From: John W. Eaton
Subject: Re: desired features for gp backend?
Date: Tue, 16 Jun 2009 16:14:01 -0400

On 14-Jun-2009, Daniel J Sebald wrote:

| set(fig, 'postplot', 'set gnuplotfeature xyz; replot')
| plot(x, y)
| 
| might have value.

I have no interest in doing this because it ties your plotting
commands to gnuplot, and introduces portability problems for people
who don't want to use gnuplot for plotting.  I think it is much better
to have Octave's plotting functions and properties be generic, and
equally supported by all plotting backends.  If you want to use
specific gnuplot features, I think the best solution is to write your
data to a file and use gnuplot directly.

jwe


reply via email to

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