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


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

beginner has a feature request?

From dale <dale@dalekelly.org>
Newsgroups comp.graphics.apps.gnuplot
Subject beginner has a feature request?
Date 2017-04-08 14:44 -0400
Message-ID <a880ii.g2c.17.1@news.alt.net> (permalink)

Show all headers | View raw


took a couples weeks of hacking to get what I wanted in a 3d plot, could 
the third plot settings be considered as default? the third plot seems 
"smaller" than the others, shouldn't there be a default "size" setting 
too? any help on the size or otherwise appreciated. Would really like to 
use "with surface" and get a transparent surface I can plot within

gnuplot> splot "cube.txt" with lines

https://github.com/dalekellytoo/gnuplot-cube/blob/master/cube1.png

gnuplot> set xyplane 0
gnuplot> splot "cube.txt" with lines

https://github.com/dalekellytoo/gnuplot-cube/blob/master/cube2.png


gnuplot> set xyplane 0
gnuplot> set view equal xyz
gnuplot> splot "cube.txt" with lines

https://github.com/dalekellytoo/gnuplot-cube/blob/master/cube3.png


https://github.com/dalekellytoo/gnuplot-cube/blob/master/cube.txt


# cube

0 0 0

0 0 1

0 1 1

0 1 0

0 0 0



1 0 0

1 0 1

1 1 1

1 1 0

1 0 0



0 0 0

1 0 0

1 1 0

0 1 0

0 0 0



0 0 1

1 0 1

1 1 1

0 1 1

0 0 1


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

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


Thread

beginner has a feature request? dale <dale@dalekelly.org> - 2017-04-08 14:44 -0400
  Re: beginner has a feature request? Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2017-04-09 13:33 +0200
    Re: beginner has a feature request? dale <dale@dalekelly.org> - 2017-04-09 07:58 -0400
      Re: beginner has a feature request? Karl Ratzsch <mail.kfr@gmx.net> - 2017-04-09 18:35 +0200
        Re: beginner has a feature request? dale <dale@dalekelly.org> - 2017-04-09 18:46 -0400

csiph-web