Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #341
| From | Ron Shepard <ron-shepard@NOSPAM.comcast.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Problem with version 4.4? |
| Organization | little, if any |
| References | <ron-shepard-3CB908.14461029052011@news60.forteinc.com> <4DE2A53F.6060404@t-online.de> |
| Message-ID | <ron-shepard-8F55BE.22320229052011@news60.forteinc.com> (permalink) |
| Date | 2011-05-29 22:32 -0500 |
In article <4DE2A53F.6060404@t-online.de>, Hans-Bernhard Bröker <HBBroeker@t-online.de> wrote: > On 29.05.2011 21:46, Ron Shepard wrote: > > The command that is broken draws a set of red and green filled circles. > > Here is a short example of one of the circles that no longer works: > > > > gnuplot> plot [t=-pi:pi] .1250*cos(t)+3.0000,.3280*sin(t)+0.0000 with > > filledcurve 2 > > > That syntax has been wrong for most of a decade now. See "help plot > style" in your current gnuplot to learn why that should read > > plot [t=-pi:pi] .1250*cos(t)+3.0000,.3280*sin(t)+0.0000 with > filledcurves lt 2 > > > Is this a problem with my version of gnuplot, or is this some kind of > > obsolete syntax that has been replaced, or what? > > The latter. Thanks, that solves the problem. I wrote this code originally about five years ago, so it was probably obsolete syntax then. These particular circle statements were copied from some online examples that I found at that time. I was not, and still am not, fluent enough with gnuplot to track these things down. I probably have done the "help plot style" query in the past couple of days while trying to fix this, but I did not notice the missing the "lt". $.02 -Ron Shepard
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
Problem with version 4.4? Ron Shepard <ron-shepard@NOSPAM.comcast.net> - 2011-05-29 14:46 -0500
Re: Problem with version 4.4? Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2011-05-29 21:57 +0200
Re: Problem with version 4.4? Ron Shepard <ron-shepard@NOSPAM.comcast.net> - 2011-05-29 22:32 -0500
csiph-web