| 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="816Handlingnullvaluesinlineplots.html">
|
|
|
8 |
<LINK REL="Next" HREF="818Usinglogarithmicscale.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="816Handlingnullvaluesinlineplots.html">Previous</A>
|
|
|
26 |
<A HREF="818Usinglogarithmicscale.html">Next</A>
|
|
|
27 |
<HR NOSHADE>
|
|
|
28 |
<H3><A NAME="8_1_7">8.1.7 Using the step-style to render line plots</A></H3>
|
|
|
29 |
<P> Step style refers to an alternate way of rendering line plots by not
|
|
|
30 |
drawing a direct line between two adjacent points but rather draw two
|
|
|
31 |
segments. The first segment being a horizontal line to the next X-value
|
|
|
32 |
and then a vertical line from that point to the correct Y-value. This
|
|
|
33 |
is perhaps easier demonstrated by an example as seen below.</P>
|
|
|
34 |
<P> You specify that you want the plot to be rendered with this style by
|
|
|
35 |
calling the method <A href="../ref/LinePlot.html#_LINEPLOT_SETSTEPSTYLE">
|
|
|
36 |
SetStepStyle()</A> on the lineplot.<DIV class="example">
|
|
|
37 |
<BR> <A href="exframes/frame_example6.2.html" target="blank"><IMG border="0"
|
|
|
38 |
HEIGHT="240" src="img/example6.2.png" WIDTH="300"></A>
|
|
|
39 |
<BR><B>Figure 14:</B> Rendering a line plot with the step style <A href="exframes/frame_example6.2.html"
|
|
|
40 |
target="blank">[src]</A>
|
|
|
41 |
<P></P>
|
|
|
42 |
</DIV></P>
|
|
|
43 |
<P></P>
|
|
|
44 |
<HR NOSHADE>
|
|
|
45 |
<A HREF="toc.html">Contents</A>
|
|
|
46 |
<A HREF="816Handlingnullvaluesinlineplots.html">Previous</A>
|
|
|
47 |
<A HREF="818Usinglogarithmicscale.html">Next</A>
|
|
|
48 |
</BODY>
|
|
|
49 |
</HTML>
|