File:Gnuplot heart.svg
Summary
Description |
Español: un "corazón" graficado con dos funciones en gnuplot English: just a heart drawed with gnuplot. Script code:
set term svg
set output 'gnuplot_heart.svg'
set yrange [-3.5:2]
set xzeroaxis
set yzeroaxis
plot [-2:2] acos(1-abs(x))-pi,sqrt(1-(abs(x)-1)**2)
unset output
unset term
|
Date | |
Source | Own work |
Author | Gonzalo Rivero |
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.