Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #689
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!news-out.readnews.com!transit3.readnews.com!postnews.google.com!hh9g2000vbb.googlegroups.com!not-for-mail |
|---|---|
| From | cschwan <cschwan@students.uni-mainz.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Discontinuities in fill plot |
| Date | Fri, 18 Nov 2011 02:36:45 -0800 (PST) |
| Organization | http://groups.google.com |
| Lines | 36 |
| Message-ID | <5c049f40-c989-4fa8-8945-6a03cfdfff63@hh9g2000vbb.googlegroups.com> (permalink) |
| NNTP-Posting-Host | 134.93.89.79 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Trace | posting.google.com 1321612709 13481 127.0.0.1 (18 Nov 2011 10:38:29 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Fri, 18 Nov 2011 10:38:29 +0000 (UTC) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | hh9g2000vbb.googlegroups.com; posting-host=134.93.89.79; posting-account=0wkNBgoAAAD5HKt_CCmYzHKITHwBIX9- |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| X-Google-Header-Order | HUALESNKRC |
| X-HTTP-UserAgent | Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1,gzip(gfe) |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:689 |
Show key headers only | View raw
Hello,
I am using Gnuplot 4.4.3 together with the lua+tikz terminal.
Everything is working fine except that my filled plot shows
discontinuities; one can see very small vertical white lines in the
plot [1]. I hope thats not intended by the fill plot, does anyone know
how to fill them ? I am using the following commands:
set xlabel 'Monte Carlo Steps $N$'
set ylabel 'Squared amplitude $\frac{1}{N} \sum_{i = 1}^N | \mathcal{A}
_i |^2$'
set logscale x
set nokey
set multiplot
set bar 0
set zeroaxis
set style fill transparent solid 0.5 noborder
plot 'data/6gluons_helicity_sampling.out' using 1:($2-$3):($2+$3) with
\
filledcurve, 2.4279722369399930 with lines linetype 1 linecolor 3
set origin 0.55, 0.55
set size 0.4, 0.4
set xrange [1e5:1e6]
unset xlabel
unset ylabel
replot
[1] http://www.students.uni-mainz.de/cschwan/main2.pdf
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
Discontinuities in fill plot cschwan <cschwan@students.uni-mainz.de> - 2011-11-18 02:36 -0800
Re: Discontinuities in fill plot Oliver Jennrich <oliver.jennrich@gmx.net> - 2011-11-18 23:42 +0100
Re: Discontinuities in fill plot cschwan <cschwan@students.uni-mainz.de> - 2011-11-20 02:21 -0800
Re: Discontinuities in fill plot Christoph Bersch <usenet@bersch.net> - 2011-11-24 15:44 +0100
csiph-web