Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 591c941c2fdf0a32dc57bb5f10791cde > files > 349

gnuplot-doc-4.4.0-5.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2008 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Circle</TITLE>
<META NAME="description" CONTENT="Circle">
<META NAME="keywords" CONTENT="gnuplot">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="gnuplot.css">

<LINK REL="next" HREF="node239.html">
<LINK REL="previous" HREF="node237.html">
<LINK REL="up" HREF="node235.html">
<LINK REL="next" HREF="node239.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A NAME="tex2html4633"
  HREF="node239.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html4627"
  HREF="node235.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html4621"
  HREF="node237.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html4629"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html4631"
  HREF="node467.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html4634"
  HREF="node239.html">Polygon</A>
<B> Up:</B> <A NAME="tex2html4628"
  HREF="node235.html">Object</A>
<B> Previous:</B> <A NAME="tex2html4622"
  HREF="node237.html">Ellipse</A>
 &nbsp; <B>  <A NAME="tex2html4630"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html4632"
  HREF="node467.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H3><A NAME="SECTION0402446300000000000000"></A>
<A NAME="circle"></A><A NAME="5608"></A>
<A NAME="commands_set_object_circle"></A><A NAME="commands_show_object_circle"></A><A NAME="set_object_circle"></A><A NAME="show_object_circle"></A>
<BR>
Circle
</H3>
Syntax:
<BR>
<PRE>
   set object &lt;index&gt; circle {at|center} &lt;position&gt; size &lt;radius&gt;
       {arc [&lt;begin&gt;:&lt;end&gt;]}
       {&lt;other-object-properties&gt;}
</PRE>
<BR>

<P>
The position of the circle is specified by giving the position of the center
center followed by the radius.  The keywords <B>at</B> and <B>center</B> are synonyms.
The position and radius may be given in x-axis, graph, or canvas
coordinates. See <B>coordinates (p.&nbsp;<A HREF="node18.html#coordinates"><IMG  ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>)<A NAME="5618"></A></B>. In all cases the radius is calculated
relative to the horizontal scale of the axis, graph, or canvas.  Any
disparity between the horizontal and vertical scaling will be corrected for
so that the result is always a circle.

<P>
By default a full circle is drawn. The optional qualifier <B>arc</B> specifies
a starting angle and ending angle, in degrees, for one arc of the circle.
The arc is always drawn counterclockwise.

<P>
<BR><HR>
<ADDRESS>

2010-08-17
</ADDRESS>
</BODY>
</HTML>