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: Best fit point in contour plots using Gnuplot Date: Tue, 20 Nov 2018 11:20:21 +0100 Organization: solani.org Lines: 19 Message-ID: References: <7f45f7f2-7355-4a87-86c8-100de899e262@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1542709222 25780 127.0.0.43 (20 Nov 2018 10:20:22 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Tue, 20 Nov 2018 10:20:22 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Cancel-Lock: sha1:zuelgsjjssbvzaSiBlYN7zuhGCQ= Content-Language: en-GB In-Reply-To: X-User-ID: eJwNyMEBwCAIA8CVAEnEcSiF/UfQex4WlbWdoGMw3t/ECyRTJpuIhb9QJdKhHmY6qdtYlEO7Jy8Qzg== Xref: csiph.com comp.graphics.apps.gnuplot:4067 Am 20.11.2018 um 10:00 schrieb srishtinagu19@gmail.com: > On Monday, November 19, 2018 at 8:59:43 PM UTC+5:30, srisht...@gmail.com wrote: >> gnuplot> set contour >> gnuplot> set view 0,0 >> gnuplot> unset surface >> gnuplot> set cntrparam levels discrete 2.3,6.2,11.8 >> gnuplot> splot[0:360][0:0.9] "test1.dat" > > Please tell how can I make my axes properly.. I want to show my plot... how should i post it here ? I dont find any option of attaching a file > I think what you want is "set view map", to get an actual 2D contour plot instead of viewing the 3D plot in the z direction. set contour unset surface set view map splot ...