Blame | Letzte Änderung | Log anzeigen | RSS feed
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1"><LINK REL="Start" HREF="index.html"><LINK REL="Contents" HREF="toc.html"><LINK REL="Prev" HREF="65Commonfeatureforallgraphs.html"><LINK REL="Next" HREF="652Commonlyusedproperties.html"><STYLE TYPE="text/css"><!--BODY { font-family: serif }H1 { font-family: sans-serif }H2 { font-family: sans-serif }H3 { font-family: sans-serif }H4 { font-family: sans-serif }H5 { font-family: sans-serif }H6 { font-family: sans-serif }SUB { font-size: smaller }SUP { font-size: smaller }PRE { font-family: monospace }A { text-decoration: none }--></STYLE></HEAD><BODY><A HREF="toc.html">Contents</A><A HREF="65Commonfeatureforallgraphs.html">Previous</A><A HREF="652Commonlyusedproperties.html">Next</A><HR NOSHADE><H3><A NAME="6_5_1">6.5.1 Clipping</A></H3><P> By default plots are not clipped outside the plot area forperformance reasons.</P><P> This means that if you have manually specified a scale range andyour data is outside that range the plot will be drawn outside thescale and into the margin.</P><P> The clipping algorithm is "perfect" in the sense that for exampleline plots where the plot area cuts the line between two data pointsthe line will be drawn up to the edge of the plot area. The algorithmused is O(1) in number of data points.</P><P> The disabling/enabling of clipping manually is controlled by <A href="../ref/Graph.html#_GRAPH_SETCLIPPING">Graph::SetClipping()</A></P><HR NOSHADE><A HREF="toc.html">Contents</A><A HREF="65Commonfeatureforallgraphs.html">Previous</A><A HREF="652Commonlyusedproperties.html">Next</A></BODY></HTML>