X-Received: by 10.224.167.8 with SMTP id o8mr6843071qay.0.1394540678328; Tue, 11 Mar 2014 05:24:38 -0700 (PDT) X-Received: by 10.140.37.168 with SMTP id r37mr38586qgr.13.1394540678246; Tue, 11 Mar 2014 05:24:38 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!hw13no3422979qab.1!news-out.google.com!bw18ni8930qab.1!nntp.google.com!w5no3451633qac.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Tue, 11 Mar 2014 05:24:37 -0700 (PDT) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <371c1ddf-71b7-44e1-9e4a-1cc2759aeee9@googlegroups.com> Subject: missing part in graph From: Jean Dubois Injection-Date: Tue, 11 Mar 2014 12:24:38 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.graphics.apps.gnuplot:2337 When plotting x^(1/3) as follows, the part in the middle is not shown. What's the reason and workaround for this? plot x**(1./3.), -(-x)**(1./3.) thanks jean