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="825Usinggroupedbarplots.html">
<LINK REL="Next" HREF="827Usinggroupedaccumulatedbargraphs.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="825Usinggroupedbarplots.html">Previous</A>
<A HREF="827Usinggroupedaccumulatedbargraphs.html">Next</A>
<HR NOSHADE>
<H3><A NAME="8_2_6">8.2.6 Using accumulated bar plots</A></H3>
<P> The final variety of group bars you can have are accumulated bars.
 They work in much the same way as accumulated line plots described
 above. Each plot is stacked on top of each other.</P>
<P> You create accumulated bar plots in the same way as grouped bar
 plots by first creating a number of ordinary bar plots that are then
 aggregated with a call to <A href="../ref/AccBarPlot.html#_ACCBARPLOT_ACCBARPLOT">
 AccBarPlot();</A></P>
<P> An example makes this clear. Let's use the same data as in the two
 examples above but instead of grouping the bars we accumulate (or
 stack) them. The code would be very similar (actually only one line has
 to change)<DIV class="example">
<BR> <A href="exframes/frame_example23.html" target="blank"><IMG border="0"
HEIGHT="200"  src="img/example23.png" WIDTH="310"></A>
<BR><B>Figure 38:</B> Accumulated bar plots <A href="exframes/frame_example23.html"
target="blank">[src]</A>&nbsp;
<P></P>
</DIV></P>
<P></P>
<HR NOSHADE>
<A HREF="toc.html">Contents</A>
<A HREF="825Usinggroupedbarplots.html">Previous</A>
<A HREF="827Usinggroupedaccumulatedbargraphs.html">Next</A>
</BODY>
</HTML>