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

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
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 Tue, 15 Oct 2013 10:08:14 -0700
Organization gnuplot development
Lines 24
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>
Mime-Version 1.0
Content-Type text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding 7Bit
Injection-Date Tue, 15 Oct 2013 17:08:16 +0000 (UTC)
Injection-Info mx05.eternal-september.org; posting-host="8e86a57dfa599721f116da4577f3d1af"; logging-data="2544"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/hUrhlCGEDAKLluhMADPBl"
User-Agent KNode/4.10.5
Cancel-Lock sha1:ebBVEOvHocbsB2/I8WY2n8tOjZ4=
Xref csiph.com comp.graphics.apps.gnuplot:2148

Show key headers only | 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