File:Bicorn.svg

Summary

Description
English: plot of the Bicorn created in maxima.
load(draw);
draw2d(terminal=svg,file_name="Bicorn",
  color=black,font="Times",font_size=15,nticks=75,proportional_axes=xy,
  user_preamble="set termoption enhanced; set mxtics; set mytics;set key at 5.5,7",
  xtics_axis=false,ytics_axis=false,grid=true,xrange=[-1.1,1.1],yrange=[-.1,1.1],
  xaxis=true,yaxis=true,axis_top=true,axis_bottom=true,axis_left=true,axis_right=true,
  line_width=2,/*label(["x",1.,0.1],["y",0.1,1.]),*/xlabel="x",ylabel="y",
  xtics={["-a",-1],["0",0],["a",1]},ytics={["0",0],["a/3",1/3],["a",1]},
  color=red,key="",parametric( sin(t), cos(t)**2 * (2+cos(t))/(3+sin(t)**2) ,t,-%pi,%pi)
 );
Date
Source Own work
Author Bamse Edit this at Structured Data on Commons
SVG development
InfoField
 The SVG code is valid.
 This plot was created with Gnuplot.
Category:Valid SVG created with Gnuplot#Bicorn.svg
Error in Information template: unknown parameter "suthor". Category:Pages using Information template with incorrect parameter

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#Bicorn.svgCategory:PD-self#Bicorn.svg Category:Bicorns Category:Images with Maxima CAS source code
Category:Bicorns Category:Images with Maxima CAS source code Category:PD-self Category:Pages using Information template with incorrect parameter Category:Self-published work Category:Valid SVG created with Gnuplot