| 1 |
lars |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
|
2 |
<HTML>
|
|
|
3 |
<HEAD>
|
|
|
4 |
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
|
|
5 |
<LINK REL="Start" HREF="index.html">
|
|
|
6 |
<LINK REL="Contents" HREF="toc.html">
|
|
|
7 |
<LINK REL="Prev" HREF="55Commonfeatureforallgraphs.html">
|
|
|
8 |
<LINK REL="Next" HREF="552Commonlyusedproperties.html">
|
|
|
9 |
<STYLE TYPE="text/css"><!--
|
|
|
10 |
BODY { font-family: serif }
|
|
|
11 |
H1 { font-family: sans-serif }
|
|
|
12 |
H2 { font-family: sans-serif }
|
|
|
13 |
H3 { font-family: sans-serif }
|
|
|
14 |
H4 { font-family: sans-serif }
|
|
|
15 |
H5 { font-family: sans-serif }
|
|
|
16 |
H6 { font-family: sans-serif }
|
|
|
17 |
SUB { font-size: smaller }
|
|
|
18 |
SUP { font-size: smaller }
|
|
|
19 |
PRE { font-family: monospace }
|
|
|
20 |
A { text-decoration: none }
|
|
|
21 |
--></STYLE>
|
|
|
22 |
</HEAD>
|
|
|
23 |
<BODY>
|
|
|
24 |
<A HREF="toc.html">Contents</A>
|
|
|
25 |
<A HREF="55Commonfeatureforallgraphs.html">Previous</A>
|
|
|
26 |
<A HREF="552Commonlyusedproperties.html">Next</A>
|
|
|
27 |
<HR NOSHADE>
|
|
|
28 |
<H3><A NAME="5_5_1">5.5.1 Clipping</A></H3>
|
|
|
29 |
<P> By default all plots are clipped outside the plot area. This means
|
|
|
30 |
that if you manually specify a scale and then try to plot which has
|
|
|
31 |
values smaller/larger than the scale those values will not show.</P>
|
|
|
32 |
<P> The clipping algorithm is "perfect" in the sense that for example
|
|
|
33 |
line plots where the plot area cuts the line between two data points
|
|
|
34 |
the line will be drawn up to the edge of the plot area. The algorithm
|
|
|
35 |
used is O(1) in number of data points.</P>
|
|
|
36 |
<P> The disabling/enabling of clipping manually is controlled by <A href="../ref/Graph.html#_GRAPH_SETCLIPPING">
|
|
|
37 |
Graph::SetClipping()</A></P>
|
|
|
38 |
<HR NOSHADE>
|
|
|
39 |
<A HREF="toc.html">Contents</A>
|
|
|
40 |
<A HREF="55Commonfeatureforallgraphs.html">Previous</A>
|
|
|
41 |
<A HREF="552Commonlyusedproperties.html">Next</A>
|
|
|
42 |
</BODY>
|
|
|
43 |
</HTML>
|