X-Received: by 2002:a6b:1a8e:: with SMTP id a136-v6mr5223736ioa.66.1530257251983; Fri, 29 Jun 2018 00:27:31 -0700 (PDT) X-Received: by 2002:aca:1a18:: with SMTP id a24-v6mr1135778oia.5.1530257251694; Fri, 29 Jun 2018 00:27:31 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!d7-v6no277555itj.0!news-out.google.com!p13-v6ni527itf.0!nntp.google.com!u78-v6no271358itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Fri, 29 Jun 2018 00:27:31 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=46.142.201.109; posting-account=dOCFDgoAAADjxX1_Z07BOmxhzKhUF2Q5 NNTP-Posting-Host: 46.142.201.109 References: <2e3258e6-1bce-465f-9817-049a03ae996f@googlegroups.com> <21868ab2-d7c2-472d-9b53-60f40311fd31@googlegroups.com> <9d2ffdb9-bad7-43f9-b3d6-613fa7f06a61@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How to reset configurations to their defaults? From: palme@kapott.org Injection-Date: Fri, 29 Jun 2018 07:27:31 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 10 Xref: csiph.com comp.graphics.apps.gnuplot:3989 > set multiplot layout 2,2 > plot 1 > reset; set multiplot next; set multiplot previous > plot 2 > reset; set multiplot next; set multiplot previous > plot 3 > reset; set multiplot next; set multiplot previous > plot 4 > unset multiplot Works for me, thanks!