| 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="829Usinggradientfillforbargraphs.html">
|
|
|
8 |
<LINK REL="Next" HREF="83Errorplots.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="829Usinggradientfillforbargraphs.html">Previous</A>
|
|
|
26 |
<A HREF="83Errorplots.html">Next</A>
|
|
|
27 |
<HR NOSHADE>
|
|
|
28 |
<H3><A NAME="8_2_10">8.2.10 Creating semi-filled bar graphs</A></H3>
|
|
|
29 |
<P> Semi filled bar graphs are in principle the same as normal filled
|
|
|
30 |
bar graphs but with the additional feature that you can choose to only
|
|
|
31 |
fill a specified range (or ranges) of X-coordinates. The figure below
|
|
|
32 |
illustrates this</P>
|
|
|
33 |
<P><DIV class="example">
|
|
|
34 |
<BR> <A href="exframes/frame_partiallyfilledlineex1.html" target="blank">
|
|
|
35 |
<IMG border="0" HEIGHT="300" src="img/partiallyfilledlineex1.png" WIDTH="400">
|
|
|
36 |
</A>
|
|
|
37 |
<BR><B>Figure 52:</B> Semi-filled line graph <A href="exframes/frame_partiallyfilledlineex1.html"
|
|
|
38 |
target="blank">[src]</A>
|
|
|
39 |
<P></P>
|
|
|
40 |
</DIV></P>
|
|
|
41 |
<P></P>
|
|
|
42 |
<P> In this example we defined two areas along the X-axis to be filled.
|
|
|
43 |
You can add filled areas by using the method <A href="../ref/LinePlot.html#_LINEPLOT_ADDAREA">
|
|
|
44 |
AddArea()</A> and specifying range and color for the filled area.</P>
|
|
|
45 |
<HR NOSHADE>
|
|
|
46 |
<A HREF="toc.html">Contents</A>
|
|
|
47 |
<A HREF="829Usinggradientfillforbargraphs.html">Previous</A>
|
|
|
48 |
<A HREF="83Errorplots.html">Next</A>
|
|
|
49 |
</BODY>
|
|
|
50 |
</HTML>
|