mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
added gnuplot example
This commit is contained in:
parent
14a67c4bac
commit
a0402e59e7
4 changed files with 137 additions and 0 deletions
9
math/gnuplot/high-order-knot/plot.gnuplot
Normal file
9
math/gnuplot/high-order-knot/plot.gnuplot
Normal file
|
@ -0,0 +1,9 @@
|
|||
set terminal latex
|
||||
set output "plot-tmp.tex"
|
||||
set nokey
|
||||
set parametric
|
||||
set hidden3d
|
||||
set view 45,60
|
||||
set isosamples 200,15
|
||||
splot [-3*pi:3*pi][-pi:pi] cos(u)*cos(v)+3*cos(u)*(1.5+sin(u*5/3)/2),\
|
||||
sin(u)*cos(v)+3*sin(u)*(1.5+sin(u*5/3)/2), sin(v)+2*cos(u*5/3)
|
Loading…
Add table
Add a link
Reference in a new issue