Path: csiph.com!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Combining splot and plot Date: Wed, 10 May 2017 16:50:12 +0200 Organization: solani.org Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1494427811 26395 eJwFwYERADAEBLCVaHmMw/fsP0ITv1AwDA7z9e3dfKQFCjUih31My5CIl9HGOx6Sw6XWvg8gBhFE (10 May 2017 14:50:11 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Wed, 10 May 2017 14:50:11 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 X-NNTP-Posting-Host: eJwFwYEBwCAIA7CXnKVlngMI/59gQuhTuYkyDmfDOq6lq1ITuViDVgEklogO7bn8zxxz6wcn0hE6 In-Reply-To: X-User-ID: eJwFwYEBwCAIA7CbZmk7z0GQ/08wIfSpHKKCw4ntnHYX19knmIbgtLGuVmujYy6FYf0NPRvcEO8= Content-Language: de-DE-1901 Cancel-Lock: sha1:E02oWAx7WOJj36hdmc3cPQ0lKE0= Xref: csiph.com comp.graphics.apps.gnuplot:3638 Am 10.05.2017 um 14:56 schrieb phanlipo: > I would combine a splot of a matrix as a image with a normal plotted function. You mean next to each other or an inset or similar? You can make additional, totally independent plots (2D or 3D) to the same canvas, check "help multiplot". For a simple case, use the "layout" option, or control the position of the (s)plots individually via "set size", "set origin" and/or "set margins". Combining 2D and 3D in the same plot (=same coordinate system) is not directly possible, obviously. Either use splot for the 2D plot, too, or use again multiplot and transform the coordinate systems by hand, so they land exactly on top of each other. hth Karl