Path: csiph.com!news.mixmin.net!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: GNUPLOT Date: Tue, 20 Feb 2018 10:20:55 +0100 Organization: solani.org Lines: 16 Message-ID: References: <34106976-d0c3-4150-ab26-ed1a989f8e99@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1519118455 7481 eJwNwokRwDAIA7CV+Ax0HOKW/UdIT4KnJisSGVgs25X29nOmaewV+1ARhSChIlL4Wa9PzfELExsQcA== (20 Feb 2018 09:20:55 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Tue, 20 Feb 2018 09:20:55 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 X-User-ID: eJwFwQERADEIAzBL46GFynm44V/CEjiNk0EwsNhvy1Tupw9sMu/vmgtu3G5lrcSZcnYos+oBD/oQog== Cancel-Lock: sha1:3g2T7FSUGAVieXHmmeigLlL77tE= In-Reply-To: <34106976-d0c3-4150-ab26-ed1a989f8e99@googlegroups.com> Content-Language: de-DE-1901 X-NNTP-Posting-Host: eJwFwYERACEIA7CV9EoBx5H63X+ET4jcqYpkBk23QdQY70jDq3E898FanPYtOPXJm4fY0A80bRHN Xref: csiph.com comp.graphics.apps.gnuplot:3881 Am 20.02.2018 um 08:43 schrieb rehman.techgeophy@gmail.com: > Hello, > I want to plot a 1D depth model in gnuplot, For this X-axis is same(horizontal) but the Y-axis should indicate depth ie,. Y axis should be below the X-axis. How to plot it, please Help me > That's unfortunately not directly possible (i.e. by a single command that could look like "set yaxis at graph 0"), but there are ways to get what you want. My favourite is the second answer in https://stackoverflow.com/questions/12749661/how-to-move-axes-to-center-of-chart which looks a bit weird at first glance but is really ingenious imo. Karl