Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: stefan.meingast@gmail.com Newsgroups: comp.graphics.apps.gnuplot Subject: 3d plot with residuals at bottom in color Date: Fri, 24 Aug 2012 03:42:56 -0700 (PDT) Organization: http://groups.google.com Lines: 9 Message-ID: NNTP-Posting-Host: 131.130.109.117 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1345804977 18843 127.0.0.1 (24 Aug 2012 10:42:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 24 Aug 2012 10:42:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=131.130.109.117; posting-account=7F1DiwoAAAAGIUDJQenoaW0PRPhUbLS0 User-Agent: G2/1.0 Xref: csiph.com comp.graphics.apps.gnuplot:1357 Hi I have a 3d data set which I can easily display with splot. What I want, however, is the following: The 3 axes simply contain the 3d data and I also want to show a 3d-fit (i.e. a plane) which I also know already. Thats simple enough, but I would like to show the residuals of the fit to the data as a color map on the bottom of the graph. Is that somehow possible? thanks