X-Received: by 2002:ac8:4597:: with SMTP id l23mr31165031qtn.284.1569933602633; Tue, 01 Oct 2019 05:40:02 -0700 (PDT) X-Received: by 2002:a9d:7842:: with SMTP id c2mr18305423otm.171.1569933602197; Tue, 01 Oct 2019 05:40:02 -0700 (PDT) Path: csiph.com!3.us.feeder.erje.net!feeder.erje.net!news.linkpendium.com!news.linkpendium.com!news.snarked.org!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!o24no6569056qtl.0!news-out.google.com!x7ni436qtf.0!nntp.google.com!o24no6569054qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Tue, 1 Oct 2019 05:40:02 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2001:67c:2564:520:f193:49dd:6ac:b532; posting-account=YomKcAkAAABAp-Jq2neOoy4fpbAeGcSe NNTP-Posting-Host: 2001:67c:2564:520:f193:49dd:6ac:b532 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: bootstrapping large data similar to Python's matplotlib-seaborn lineplot From: Foad S Farimani Injection-Date: Tue, 01 Oct 2019 12:40:02 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 10 Xref: csiph.com comp.graphics.apps.gnuplot:4234 I have originally posted this question here on StackOverflow: https://stackoverflow.com/q/58182568/4999991 Basically, I want to bootstrap a larger dataset and plot it with Gnuplot, similar to how seaborn lineplot does. https://seaborn.pydata.org/generated/seaborn.lineplot.html I would appreciate it if you could help me know if/ho wI can do this?