[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gplot with smooth, plot with structures
From: |
John W. Eaton |
Subject: |
gplot with smooth, plot with structures |
Date: |
Tue, 7 Mar 2000 14:36:20 -0600 (CST) |
On 7-Mar-2000, Hendrik Naumann <address@hidden> wrote:
| Hi Octave-Users
|
| 1. How it is possible to use the smoothing of gnuplot with the
| gplot-command?
|
| > gplot data smooth bezier
|
| doesn't work.
For the N-th time (apologies if you missed the other N-1 times I've
said this), Octave's gplot command will NEVER support all of the
features of gnuplot. If you need all the features of gnuplot, you
should save your data to a file and use gnuplot directly.
Also for the N-th time, it was a MISTAKE to try to mimic the gnuplot
command line inside of Octave. I regret that I ever caved in to the
pressure to do it.
If you are interested in seeing Octave's plotting features improve,
subscribe to the octave-graphics mailing list, post useful design
suggestions, get a meaningful discussion going, and then provide the
code to implement your ideas.
jwe
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------