Subversion-Projekte lars-tiefland.php_share

Revision

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