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


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

Re: Discontinuities in fill plot

From Oliver Jennrich <oliver.jennrich@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Discontinuities in fill plot
Date 2011-11-18 23:42 +0100
Organization Order of the Eternally Confused
Message-ID <yg1d3cpoxx8.fsf@ID-371.news.uni-berlin.de> (permalink)
References <5c049f40-c989-4fa8-8945-6a03cfdfff63@hh9g2000vbb.googlegroups.com>

Show all headers | View raw


cschwan <cschwan@students.uni-mainz.de> writes:

> 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 ? 

...

>
> set style fill transparent solid 0.5 noborder

My first guess would be the 'noborder'. If you tell gnuplot, not to plot
borders, it won't do it. When plotting data, small trapezoids seem to be
filled, defined by neighboring data points. If you don't set borders,
those trapezoids will have gaps between them.

Having said that, a quick try with another data file (and gp 4.5) did not show that
problem. Which brings me to a point of procedure: nobody here can check
upon your problem, as we don't have (and really don't want) your data
file. Create a *minimal* file that shows your problem - in many cases
you will find the problem while creating the minimal file.

-- 
Space - The final frontier

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


Thread

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