Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #689
| From | cschwan <cschwan@students.uni-mainz.de> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Discontinuities in fill plot |
| Date | 2011-11-18 02:36 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <5c049f40-c989-4fa8-8945-6a03cfdfff63@hh9g2000vbb.googlegroups.com> (permalink) |
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
Re: Discontinuities in fill plot marcell.missura@gmail.com - 2014-01-13 17:41 -0800
Re: Discontinuities in fill plot dkeathley@gmail.com - 2015-03-02 06:12 -0800
csiph-web