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


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

Re: Aligning Graphs, accurancy problems

From Hans-Bernhard Bröker <HBBroeker@t-online.de>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Aligning Graphs, accurancy problems
Date 2012-05-15 18:45 +0200
Message-ID <a1ffgsFlsmU1@mid.dfncis.de> (permalink)
References (3 earlier) <jlf49e$6k5$1@dont-email.me> <6e5b1744-d52a-4940-a09f-7ed467d1feb5@b2g2000yqb.googlegroups.com> <jlfcke$16c$2@dont-email.me> <59e5ede1-dc9e-4ce6-9ea9-f8ad3087987d@w5g2000yqi.googlegroups.com> <bf664ab7-ba1f-45cf-af2c-17e0d44fca58@3g2000vbx.googlegroups.com>

Show all headers | View raw


On 12.05.2012 18:48, T4b wrote:
> Now I'm doing something else with gnuplot and I'm again annoyed that
> those graphs aren't drawn in the same coordinate system:

Well, you _told_ gnuplot you wanted two completely independent 
coordinate systems, which appears to be the opposite of what you 
actually want.  Short of implementing a mind-reading device, there's no 
really anything gnuplot can do about such a mismatch.

> set multiplot
> plot x*x
> set parametric
> plot 0.25, 0 with dots
> unset multiplot
> How would you do something like this?

plot x*x, '-' notitle with dots
    0.25 0
e

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


Thread

Aligning Graphs, accurancy problems T4b <00t4b00@gmail.com> - 2012-03-30 12:47 -0700
  Re: Aligning Graphs, accurancy problems sfeam <sfeam@users.sourceforge.net> - 2012-04-02 14:46 -0700
    Re: Aligning Graphs, accurancy problems T4b <00t4b00@gmail.com> - 2012-04-03 01:34 -0700
      Re: Aligning Graphs, accurancy problems sfeam <sfeam@users.sourceforge.net> - 2012-04-03 08:17 -0700
        Re: Aligning Graphs, accurancy problems T4b <00t4b00@gmail.com> - 2012-04-03 09:59 -0700
          Re: Aligning Graphs, accurancy problems sfeam <sfeam@users.sourceforge.net> - 2012-04-03 10:39 -0700
            Re: Aligning Graphs, accurancy problems T4b <00t4b00@gmail.com> - 2012-04-03 12:17 -0700
              Re: Aligning Graphs, accurancy problems T4b <00t4b00@gmail.com> - 2012-05-12 09:48 -0700
                Re: Aligning Graphs, accurancy problems Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2012-05-15 18:45 +0200
                Re: Aligning Graphs, accurancy problems T4b <00t4b00@gmail.com> - 2012-06-11 07:17 -0700

csiph-web