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


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

Re: Splot 3d data with interpolated pm3d colors at b

From Ethan A Merritt <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Splot 3d data with interpolated pm3d colors at b
Date 2013-10-15 10:08 -0700
Organization gnuplot development
Message-ID <l3jsq0$2fg$1@dont-email.me> (permalink)
References <c6b28b43-e88d-4d59-a90a-fe7e0a52202a@googlegroups.com> <l3hssk$f5l$1@dont-email.me> <d56643cc-a910-4570-92a6-8377b708318f@googlegroups.com>

Show all headers | View raw


biostudies5@googlemail.com wrote:

> Am Dienstag, 15. Oktober 2013 00:57:22 UTC+2 schrieb Ethan A Merritt:
>> I can pretty much guarantee that you don't want "interpolate 30,30".
> 
> Ok, maybe 30,30 is a bit too much.
> 
>> But yes, it does seem that giving any interpolation values other than 1
>> 
>> has the unintended side effect of cancelling the "at bottom".
> 
> But I assume that there should be any solution to this problem?

Issue your default splot command and  make a note of the Z coordinate
of the xy-plane at the bottom.  Let's say it's ZBOT.
Now replot as below forcing the pm3d-colored surface to lie in this
plane.


ZBOT = <whatever it was before, or your choice of something else>
set pm3d interpolate 3,3 noimplicit
set xyplane at ZBOT
splot 'data' using 1:2:(ZBOT):3 with pm3d, '' using 1:2:3 with lines

	Ethan

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


Thread

Splot 3d data with interpolated pm3d colors at b biostudies5@googlemail.com - 2013-10-14 13:01 -0700
  Re: Splot 3d data with interpolated pm3d colors at b Ethan A Merritt <sfeam@users.sourceforge.net> - 2013-10-14 15:57 -0700
    Re: Splot 3d data with interpolated pm3d colors at b biostudies5@googlemail.com - 2013-10-14 22:32 -0700
      Re: Splot 3d data with interpolated pm3d colors at b Ethan A Merritt <sfeam@users.sourceforge.net> - 2013-10-15 10:08 -0700
        Re: Splot 3d data with interpolated pm3d colors at b biostudies5@googlemail.com - 2013-10-15 13:29 -0700
          Re: Splot 3d data with interpolated pm3d colors at b biostudies5@googlemail.com - 2013-10-15 14:09 -0700

csiph-web