gpintro-arstexnica/03_sfera.gp

20 lines
383 B
Plaintext
Raw Permalink Normal View History

2011-03-18 02:17:35 +01:00
#
2011-03-30 00:16:52 +02:00
# 03_sfera
2011-03-18 02:17:35 +01:00
#
# Created by Emiliano Vavassori on 2011-03-14.
# Copyright (c) 2011 __MyCompanyName__. All rights reserved.
#
set terminal lua tikz solid color tikzarrows
2011-03-30 00:16:52 +02:00
set output "../img/03_sfera.gtx"
2011-03-18 02:17:35 +01:00
unset key
unset border
unset xtics
unset ytics
unset ztics
set samples 64, 64
set isosamples 13, 13
2011-03-18 02:17:35 +01:00
set parametric
set dummy u, v
splot cos(u)*cos(v),cos(u)*sin(v),sin(u) lt 3