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


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

beginner question

From dale <dale@dalekelly.org>
Newsgroups comp.graphics.apps.gnuplot
Subject beginner question
Date 2017-03-17 23:01 -0400
Message-ID <a6etek.7s4.19.1@news.alt.net> (permalink)

Show all headers | View raw


I'm trying to plot three dimensional points

splot "cube.txt"

where cube.txt is as follows

0 0 0
0 0 100
0 100 100
0 100 0
0 100 100
100 0 0
100 100 0
100 100 100

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

if I do

plot "square.txt"

where square.txt is as follows

0 0
0 100
100 0
100 100

the x and y axis work as I want


I did a little with autoscale, is this where I need to look?

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

Back to comp.graphics.apps.gnuplot | Previous | NextNext 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