File:Nephroide.svg

Summary

Description
Deutsch: Nephroide
Date
Source Own work
Author El Grafo
SVG development
InfoField
 
The SVG code is valid.
 
This trigonometry was created with Gnuplot.
Category:Valid SVG created with Gnuplot code#Nephroide.svg
 
This plot uses embedded text/digits.
Source code
InfoField

Gnuplot code

set terminal svg size 600, 600
set output "nephroid.svg"
unset key
set xzeroaxis lt -1 lw 1
set yzeroaxis lt -1 lw 1
set xtics axis 1
set ytics axis 1
unset border
set size ratio -1
set parametric

x(t)=0.75*cos(t)-0.25*cos(3*t)
y(t)=0.75*sin(t)-0.25*sin(3*t)
a(t)=0.5*cos(t) 
b(t)=0.5*sin(t)   
r=1
plot [t=0:2*pi] x(t),y(t) lt rgb "#F00" lw 3
plot [t=0:2*pi] a(t),b(t) lt rgb "#00F" lw 3
unset output

Licensing

Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Category:CC-Zero#Nephroide.svg

Original upload log

Transferred from de.wikipedia to Commons by Leyo using CommonsHelper.

The original description page was here. All following user names refer to de.wikipedia.
  • 2009-05-02 22:23 El Grafo 945×1215 (4497 bytes) {{Information |Beschreibung = [[Nephroide|Nephroid]] |Quelle = {{own}} |Urheber = ~~~ |Datum = 3. Mai 2009 |Genehmigung = |Andere Versionen = [[Nephroid.svg]], [[Nephroid.gif]] |Anmerkungen = erstellt mit Gnuplot/Inkscape }}
Category:Files by User:El Grafo Category:Nephroid
Category:CC-Zero Category:Files by User:El Grafo Category:Nephroid Category:Valid SVG created with Gnuplot code