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


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

Re: missing part in graph

Newsgroups comp.graphics.apps.gnuplot
Date 2014-03-11 06:12 -0700
References <371c1ddf-71b7-44e1-9e4a-1cc2759aeee9@googlegroups.com> <lfn102$a5s$1@news.rz.uni-karlsruhe.de>
Message-ID <8d852f83-dbc1-4505-bb6a-aaaa083969a5@googlegroups.com> (permalink)
Subject Re: missing part in graph
From Jean Dubois <jeandubois314@gmail.com>

Show all headers | View raw


Op dinsdag 11 maart 2014 13:53:36 UTC+1 schreef Karl:
> Am 11.03.2014 13:24, schrieb Jean Dubois:
> 
> > plot x**(1./3.), -(-x)**(1./3.)
> 
> 
> 
> That´s because x=0 is not sampled with the default settings
> 
> 
> 
> xrange [-10:10]
> 
> set sample 100
> 
> 
> 
> plot x**(1./3.) w lp, -(-x)**(1./3.) w lp
> 
> 
> 
> If you change the number of samples to an odd number, the curves will
> 
> connect.
> 
> 
> 
> 
> 
>   Karl

thanks, that explains everything

kind regards,
Jean

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


Thread

missing part in graph Jean Dubois <jeandubois314@gmail.com> - 2014-03-11 05:24 -0700
  Re: missing part in graph Karl <mail.kfr@gmx.net> - 2014-03-11 13:53 +0100
    Re: missing part in graph Jean Dubois <jeandubois314@gmail.com> - 2014-03-11 06:12 -0700

csiph-web