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


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

Re: beginner question

From dale <dale@dalekelly.org>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: beginner question
Date 2017-03-18 12:48 -0400
Message-ID <a6gduf.1v7.19.1@news.alt.net> (permalink)
References <a6etek.7s4.19.1@news.alt.net> <oaj477$l8b$1@solani.org>

Show all headers | 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