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


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

Re: How to reset configurations to their defaults?

X-Received by 2002:a6b:bb42:: with SMTP id l63-v6mr5202332iof.101.1530246778778; Thu, 28 Jun 2018 21:32:58 -0700 (PDT)
X-Received by 2002:aca:1214:: with SMTP id 20-v6mr1084505ois.3.1530246778569; Thu, 28 Jun 2018 21:32:58 -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-v6no186820itj.0!news-out.google.com!p13-v6ni281itf.0!nntp.google.com!u78-v6no182241itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.graphics.apps.gnuplot
Date Thu, 28 Jun 2018 21:32:58 -0700 (PDT)
In-Reply-To <ph3sl9$kgk$1@solani.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=80.242.179.110; posting-account=dOCFDgoAAADjxX1_Z07BOmxhzKhUF2Q5
NNTP-Posting-Host 80.242.179.110
References <cd0f19dc-36b6-4636-9101-1bd02a47062b@googlegroups.com> <2e3258e6-1bce-465f-9817-049a03ae996f@googlegroups.com> <a9a16ff6-a11f-4f9f-90c2-554d192b8951@googlegroups.com> <21868ab2-d7c2-472d-9b53-60f40311fd31@googlegroups.com> <ph3d4f$l9$1@dont-email.me> <9d2ffdb9-bad7-43f9-b3d6-613fa7f06a61@googlegroups.com> <e6f4c672-8803-4353-87f3-fc578d4de14b@googlegroups.com> <ph3sl9$kgk$1@solani.org>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <2f0dac43-08ed-4934-9505-7c0f167b909c@googlegroups.com> (permalink)
Subject Re: How to reset configurations to their defaults?
From palme@kapott.org
Injection-Date Fri, 29 Jun 2018 04:32:58 +0000
Content-Type text/plain; charset="UTF-8"
Lines 27
Xref csiph.com comp.graphics.apps.gnuplot:3987

Show key headers only | View raw


On Friday, 29 June 2018 01:57:30 UTC+2, Karl Ratzsch  wrote:
> 
> "reset" does not "destroy" the multiplot environment, it's just not
> compatible with multiplot's "layout" option.
> 

Indeed. When using "set multiplot" in combination with "set size" and "set origin" for each plot explicitly, I can prefix each plot with "reset", and the result is what I expect.

This would require me to do some simple maths for the correct values for the size/origin parameters, depending on the number of rows/columns, but this is a walk in the park compared to all the other ugly solutions ;-)

  set multiplot
  reset
  set size 0.5,0.5; set origin 0,0
  plot sin(x)
  reset
  set size 0.5,0.5; set origin 0.5,0
  plot cos(x)
  reset
  set size 0.5,0.5; set origin 0,0.5
  plot tan(x)
  reset
  set size 0.5,0.5; set origin 0.5,0.5
  plot x*x
  unset multiplot 

Thanks a lot to both of you, this was really helpful to improve my understanding and to solve my issue

-stefan-

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


Thread

How to reset configurations to their defaults? palme@kapott.org - 2018-06-27 12:01 -0700
  Re: How to reset configurations to their defaults? Ethan Merritt <eamerritt@gmail.com> - 2018-06-28 04:36 +0000
  Re: How to reset configurations to their defaults? palme@kapott.org - 2018-06-27 22:07 -0700
    Re: How to reset configurations to their defaults? palme@kapott.org - 2018-06-27 22:26 -0700
      Re: How to reset configurations to their defaults? palme@kapott.org - 2018-06-27 23:01 -0700
        Re: How to reset configurations to their defaults? Ethan Merritt <sfeam@users.sf.net> - 2018-06-28 19:32 +0000
          Re: How to reset configurations to their defaults? palme@kapott.org - 2018-06-28 13:14 -0700
            Re: How to reset configurations to their defaults? palme@kapott.org - 2018-06-28 13:22 -0700
              Re: How to reset configurations to their defaults? Karl Ratzsch <mail.kfr@gmx.net> - 2018-06-29 01:57 +0200
                Re: How to reset configurations to their defaults? palme@kapott.org - 2018-06-28 21:32 -0700
                Re: How to reset configurations to their defaults? Ethan Merritt <eamerritt@gmail.com> - 2018-06-29 05:37 +0000
                Re: How to reset configurations to their defaults? palme@kapott.org - 2018-06-29 00:27 -0700
                Re: How to reset configurations to their defaults? Ethan Merritt <eamerritt@gmail.com> - 2018-06-29 21:04 +0000

csiph-web