Path: csiph.com!xmission!news.alt.net From: dale Newsgroups: comp.graphics.apps.gnuplot Subject: Re: beginner question Date: Sat, 18 Mar 2017 15:38:50 -0400 Lines: 44 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2 In-Reply-To: Content-Language: en-US Xref: csiph.com comp.graphics.apps.gnuplot:3583 On 3/18/17 12:48 PM, dale wrote: > On 3/18/17 7:04 AM, Karl Ratzsch wrote: >> Am 18.03.2017 um 04:01 schrieb dale: >>> I'm trying to plot three dimensional points >>> >>> splot "cube.txt" >> >>> the points are okay but the zaxis has two zeroes and a space between >>> them, I have set xrange, yrange and zrange and the zaxis remains the >>> same >>> >> >> I get numbered tics at 0,20,40...100 on the x,y and z-axis. >> >> The zero at the intersection of the z-axis with the xy-plane belongs >> to the x-axis. >> > > gnuplot> set xrange [0:100] > gnuplot> set yrange [0:100] > gnuplot> set zrange [0:100] > gnuplot> set xtics 0,10,100 > gnuplot> set ytics 0,10,100 > gnuplot> set ztics 0,10,100 > gnuplot> splot "cube.txt" > > still two zero planes along z axis > > xaxis is now reversed (100 to 0) > found a solution with a websearch of (gnuplot two xy planes in splot) http://theochem.ki.ku.dk/on_line_docs/gnuplot/gnuplot_36.html gnuplot> set xyplane 0 but why wouldn't this be the default? (set ticslevel is deprecated in Version 5.0 patchlevel 5) thanks much -- dale | http://www.dalekelly.org