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
 
This W3C-unspecified plot was created with Gnuplot.
Category:Unspec SVG created with Gnuplot#00060114Gnuplot%20heart.svg

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
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.
Category:CC-BY-SA-3.0#Gnuplot%20heart.svg
Category:Self-published work Category:Gnuplot graphics Category:Heart shapes in mathematics Category:SVG heart icons
Category:CC-BY-SA-3.0 Category:Gnuplot graphics Category:Heart shapes in mathematics Category:SVG heart icons Category:Self-published work Category:Unspec SVG created with Gnuplot