98 |
- |
1 |
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
|
|
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><title>SetYTickPos</title><link rel="stylesheet" type="text/css" href="phplotdoc.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="PHPlot Reference Manual" /><link rel="up" href="reference.html" title="PHPlot Function Reference" /><link rel="prev" href="SetYTickLength.html" title="SetYTickLength" /><link rel="next" href="SetYTimeFormat.html" title="SetYTimeFormat" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">SetYTickPos</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="SetYTickLength.html">Prev</a> </td><th width="60%" align="center">PHPlot Function Reference</th><td width="20%" align="right"> <a accesskey="n" href="SetYTimeFormat.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="SetYTickPos"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">SetYTickPos</span></h2><p>SetYTickPos — Position the Y tick marks</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">$plot->SetYTickPos(<em class="parameter"><code>$tp</code></em>)</pre></div><div class="refsect1"><a id="idp1379285756"></a><h2>Description</h2><p>
|
|
|
3 |
<code class="function">SetYTickPos</code> determines where (and if) the
|
|
|
4 |
Y tick marks are drawn. The tick marks can be drawn on the left side of the
|
|
|
5 |
plot, on the right side the plot, in both positions, at the Y axis (even if
|
|
|
6 |
it is in the middle of the plot), or not drawn at all.
|
|
|
7 |
</p></div><div class="refsect1"><a id="idp1379286940"></a><h2>Parameters</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><em class="replaceable"><code>$tp</code></em></span></dt><dd><p>
|
|
|
8 |
A string indicating the desired position for the Y tick marks:
|
|
|
9 |
</p><div class="informaltable"><table summary="Y tick position choices" border="1"><colgroup><col class="c1" /><col class="c2" /></colgroup><thead><tr><th>Position</th><th>Description</th></tr></thead><tbody><tr><td>plotleft</td><td>Tick marks on the left side of the plot</td></tr><tr><td>plotright</td><td>Tick marks on the right side of the plot</td></tr><tr><td>both</td><td>Tick marks on both left and right sides of the
|
|
|
10 |
plot</td></tr><tr><td>yaxis</td><td>Tick marks at Y axis (even if the axis is in
|
|
|
11 |
the middle of the plot)</td></tr><tr><td>none</td><td>No tick marks</td></tr></tbody></table></div><p>
|
|
|
12 |
</p></dd></dl></div></div><div class="refsect1"><a id="idp1379294508"></a><h2>Notes</h2><p>
|
|
|
13 |
The default position for the Y tick marks is on the left side of the plot.
|
|
|
14 |
</p><p>
|
|
|
15 |
This applies only to tick marks.
|
|
|
16 |
You may want the tick labels to be in the same positions as the tick
|
|
|
17 |
marks. To position the tick labels, see <a class="xref" href="SetYTickLabelPos.html" title="SetYTickLabelPos"><span class="refentrytitle">SetYTickLabelPos</span></a>.
|
|
|
18 |
</p><p>
|
|
|
19 |
See <a class="xref" href="SetYAxisPosition.html" title="SetYAxisPosition"><span class="refentrytitle">SetYAxisPosition</span></a> for positioning the Y axis.
|
|
|
20 |
</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="SetYTickLength.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="SetYTimeFormat.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">SetYTickLength </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> SetYTimeFormat</td></tr></table></div></body></html>
|