File:Superellipse gnuplot.svg

Summary

Description
Deutsch: Eine Superellipse mittels Gnuplot erzeugt
Source Own work
Author Max Mustermann (A1000)
SVG development
InfoField
 
The SVG code is valid.
 
This plot was created with Gnuplot.
Category:Valid SVG created with Gnuplot code#Superellipse%20gnuplot.svg
 
Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.
Source code
InfoField

Gnuplot code

set polar
 set grid polar 15
 a=1
 b=1
 m=73
 n1=2
 n2=2
 n3=8
 h1(t)=abs(cos(m/4*t)/a)**n2
 h2(t)=abs(sin(m/4*t)/b)**n3
 set trange [-pi:pi]
 plot ( h1(t)+h2(t))**-n1

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
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#Superellipse%20gnuplot.svg
Category:Self-published work Category:Superformula
Category:CC-Zero Category:Self-published work Category:Superformula Category:Translation possible - SVG Category:Valid SVG created with Gnuplot code