Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3582

Re: beginner question

Path csiph.com!xmission!news.alt.net
From dale <dale@dalekelly.org>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: beginner question
Date Sat, 18 Mar 2017 12:48:47 -0400
Lines 31
Message-ID <a6gduf.1v7.19.1@news.alt.net> (permalink)
References <a6etek.7s4.19.1@news.alt.net> <oaj477$l8b$1@solani.org>
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 <oaj477$l8b$1@solani.org>
Content-Language en-US
Xref csiph.com comp.graphics.apps.gnuplot:3582

Show key headers only | View raw


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)

-- 
dale | http://www.dalekelly.org

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

beginner question dale <dale@dalekelly.org> - 2017-03-17 23:01 -0400
  Re: beginner question Karl Ratzsch <mail.kfr@gmx.net> - 2017-03-18 12:04 +0100
    Re: beginner question dale <dale@dalekelly.org> - 2017-03-18 12:48 -0400
      Re: beginner question dale <dale@dalekelly.org> - 2017-03-18 15:38 -0400

csiph-web