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="8191Standardtwoaxisgraphs.html">
<LINK REL="Next" HREF="8193Adjustingthepositionofthescalelabels.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="8191Standardtwoaxisgraphs.html">Previous</A>
<A HREF="8193Adjustingthepositionofthescalelabels.html">Next</A>
<HR NOSHADE>
<H3><A NAME="8_19_2">8.19.2 Scientific style axis</A></H3>
<P> In scientific style plots it is often common to duplicate each axis
 so that all sides of the graph have a labeled axis. This is of course
 also fully supported by JpGraph.</P>
<P> Before we continue we show a small example to illustrate this
 feature</P>
<P><DIV class="example">
<BR> <A href="exframes/frame_funcex1.html" target="blank"><IMG border="0"
HEIGHT="350"  src="img/funcex1.png" WIDTH="450"></A>
<BR><B>Figure 94:</B> Example of scientific axis <A href="exframes/frame_funcex1.html"
target="blank">[src]</A>&nbsp;
<P></P>
</DIV></P>
<P></P>
<P> The example above shows the basic configuration. There are now
 several modifications you may do to these axis like</P>
<UL>
<LI> Choose if the labels should be inside or outside the plot area</LI>
<LI> Choose if the tickmarks should be inside or outside the plot area</LI>
</UL>
<P> The style of axis is determined by the method <A href="../ref/Graph.html#_GRAPH_SETAXISSTYLE">
 Graph::SetAxisStyle()</A> The available type of axis are</P>
<UL>
<LI> AXSTYLE_SIMPLE, The standard two axis graph</LI>
<LI> AXSTYLE_BOXIN, Four axis scientific style with labels and tickmarks
 on the inside</LI>
<LI> AXSTYLE_BOXOUT, Four axis scientific style with labels and
 tickmarks on the outside</LI>
</UL>
<P></P>
<HR NOSHADE>
<A HREF="toc.html">Contents</A>
<A HREF="8191Standardtwoaxisgraphs.html">Previous</A>
<A HREF="8193Adjustingthepositionofthescalelabels.html">Next</A>
</BODY>
</HTML>