File:7 Petal rose.svg

Summary

Description
English: 7-Petal rose curve created using maxima and defined by the polar equation with .
Date
Source Own work
Author Krishnavedala
SVG development
InfoField
 The SVG code is valid.
 This plot was created with gnuplot.
Category:Valid SVG created with Gnuplot code#7%20Petal%20rose.svg
 This plot uses embedded text/digits.
Source code
InfoField

Gnuplot code

load(draw);
draw2d(terminal=svg,dimensions=[600,600],grid=true,proportional_axes=xy,
  user_preamble="set grid polar",xtics=0.2,ytics=.2,axis_top=false,
  axis_bottom=false,axis_left=false,axis_right=false,line_width=1.5,
  xrange=[-1,1],yrange=[-1,1],nticks=200,xtics_axis=true,ytics_axis=true, 
  color=blue,polar(cos(7*th),th,0,pi)
  );

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
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#7%20Petal%20rose.svg
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
Category:License migration redundant#7%20Petal%20rose.svgCategory:GFDL#7%20Petal%20rose.svg
You may select the license of your choice.
Category:Self-published work
Category:SVG rose curves Category:7-fold dihedral symmetry Category:Images with Maxima CAS source code
Category:7-fold dihedral symmetry Category:CC-BY-SA-3.0 Category:GFDL Category:Images with Maxima CAS source code Category:License migration redundant Category:SVG rose curves Category:Self-published work Category:Valid SVG created with Gnuplot code