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


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

Re: Discontinuities in fill plot

X-Received by 10.66.102.8 with SMTP id fk8mr10733917pab.24.1389663682392; Mon, 13 Jan 2014 17:41:22 -0800 (PST)
X-Received by 10.49.122.42 with SMTP id lp10mr144092qeb.17.1389663682313; Mon, 13 Jan 2014 17:41:22 -0800 (PST)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news.linkpendium.com!news.linkpendium.com!news.snarked.org!newsfeed.news.ucla.edu!usenet.stanford.edu!a5no9854935pbg.1!news-out.google.com!gg4ni1659qab.0!nntp.google.com!p15no13391989qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.graphics.apps.gnuplot
Date Mon, 13 Jan 2014 17:41:22 -0800 (PST)
In-Reply-To <5c049f40-c989-4fa8-8945-6a03cfdfff63@hh9g2000vbb.googlegroups.com>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=77.180.255.189; posting-account=7VyXAwoAAABFElKwnuhz9-8ywESfrZCo
NNTP-Posting-Host 77.180.255.189
References <5c049f40-c989-4fa8-8945-6a03cfdfff63@hh9g2000vbb.googlegroups.com>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <94137469-3f70-455a-a38f-0d7c93e7a77c@googlegroups.com> (permalink)
Subject Re: Discontinuities in fill plot
From marcell.missura@gmail.com
Injection-Date Tue, 14 Jan 2014 01:41:22 +0000
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Xref csiph.com comp.graphics.apps.gnuplot:2255

Show key headers only | View raw


The problem disappears when instead of plotting with a filledcurve style, you explicitly define a polygon with the "set object" command. 

set object 1 polygon fc rgb 'red' front \
from 0 , 0.0886798 \
to 0.01 , 0.0938408 \
to 0.02 , 0.0990018 \
# ... add more points as you please

plot 'something'

The "set object" man page is of great help.

You cannot use the same data file this way, but if you have a program that generates your data, then you can easily modify it a little to output the polygon object for you. Or you can use a macro or search and replace with regular expressions to modify your data file to polygon object syntax.

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


Thread

Re: Discontinuities in fill plot marcell.missura@gmail.com - 2014-01-13 17:41 -0800

csiph-web