Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #339

Re: Problem with version 4.4?

From Hans-Bernhard Bröker <HBBroeker@t-online.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Problem with version 4.4?
Date 2011-05-29 21:57 +0200
Message-ID <4DE2A53F.6060404@t-online.de> (permalink)
References <ron-shepard-3CB908.14461029052011@news60.forteinc.com>

Show all headers | View raw


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.

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

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