X-Received: by 10.66.66.109 with SMTP id e13mr16167152pat.1.1394543522723; Tue, 11 Mar 2014 06:12:02 -0700 (PDT) X-Received: by 10.182.88.133 with SMTP id bg5mr12110obb.24.1394543522606; Tue, 11 Mar 2014 06:12:02 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!l13no5175436iga.0!news-out.google.com!gi6ni106igc.0!nntp.google.com!ur14no5656589igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Tue, 11 Mar 2014 06:12:02 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.190.130.128; posting-account=-4q5ZAoAAABqYnHiWOUEwtub4CGC9qTi NNTP-Posting-Host: 193.190.130.128 References: <371c1ddf-71b7-44e1-9e4a-1cc2759aeee9@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8d852f83-dbc1-4505-bb6a-aaaa083969a5@googlegroups.com> Subject: Re: missing part in graph From: Jean Dubois Injection-Date: Tue, 11 Mar 2014 13:12:02 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:2339 Op dinsdag 11 maart 2014 13:53:36 UTC+1 schreef Karl: > Am 11.03.2014 13:24, schrieb Jean Dubois: >=20 > > plot x**(1./3.), -(-x)**(1./3.) >=20 >=20 >=20 > That=B4s because x=3D0 is not sampled with the default settings >=20 >=20 >=20 > xrange [-10:10] >=20 > set sample 100 >=20 >=20 >=20 > plot x**(1./3.) w lp, -(-x)**(1./3.) w lp >=20 >=20 >=20 > If you change the number of samples to an odd number, the curves will >=20 > connect. >=20 >=20 >=20 >=20 >=20 > Karl thanks, that explains everything kind regards, Jean