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


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

beginner has a feature request?

Path csiph.com!xmission!news.alt.net
From dale <dale@dalekelly.org>
Newsgroups comp.graphics.apps.gnuplot
Subject beginner has a feature request?
Date Sat, 8 Apr 2017 14:44:07 -0400
Lines 77
Message-ID <a880ii.g2c.17.1@news.alt.net> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Mozilla-News-Host snews://newsipv6.altopia.com:563
User-Agent Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Thunderbird/54.0a2
Content-Language en-US
Xref csiph.com comp.graphics.apps.gnuplot:3617

Show key headers only | 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