1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>plszax: Set z axis parameters</title><link rel="stylesheet" type="text/css" href="stylesheet.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="Documentation of the PLplot plotting software"><link rel="up" href="API.html" title="Chapter 17. The Common API for PLplot"><link rel="prev" href="plsym.html" title="plsym: Plot a glyph at the specified points"><link rel="next" href="pltext.html" title="pltext: Switch to text screen"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">
<code class="function">plszax</code>: Set z axis parameters
</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="plsym.html">Prev</a> </td><th width="60%" align="center">Chapter 17. The Common API for PLplot</th><td width="20%" align="right"> <a accesskey="n" href="pltext.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h4 class="title"><a name="plszax"></a>
<code class="function">plszax</code>: Set z axis parameters
</h4></div></div></div><p>
</p><div class="funcsynopsis"><table border="0" class="funcprototype-table" summary="Function synopsis" style="cellspacing: 0; cellpadding: 0;"><tr><td><code class="funcdef">
<b class="fsfunc">plszax</b>
(</code></td><td>
<var class="pdparam">digmax</var>
, </td></tr><tr><td> </td><td>
<var class="pdparam">digits</var>
<code>)</code>;</td></tr></table><div class="funcprototype-spacer"> </div></div><p>
</p><p>
Identical to <a class="link" href="plsxax.html" title="plsxax: Set x axis parameters"><code class="function">plsxax</code></a>, except that arguments are flags for z axis.
See the description of <a class="link" href="plsxax.html" title="plsxax: Set x axis parameters"><code class="function">plsxax</code></a> for more detail.
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">
<em class="parameter"><code>digmax</code></em>
(<code class="literal"><a class="link" href="c.html#PLINT-type"><code class="function">PLINT</code></a></code>, input)
</span></dt><dd><p>
Variable to set the maximum number of digits for the z axis. If nonzero, the
printed label will be switched to a floating-point
representation when the number of digits exceeds
<code class="literal">
<em class="parameter"><code>digmax</code></em>
</code>.
</p></dd><dt><span class="term">
<em class="parameter"><code>digits</code></em>
(<code class="literal"><a class="link" href="c.html#PLINT-type"><code class="function">PLINT</code></a></code>, input)
</span></dt><dd><p>
Field digits value. Currently, changing its value here has no
effect since it is set only by <a class="link" href="plbox.html" title="plbox: Draw a box with axes, etc"><code class="function">plbox</code></a> or <a class="link" href="plbox3.html" title="plbox3: Draw a box with axes, etc, in 3-d"><code class="function"> plbox3</code></a>. However,
the user may obtain its value after a call to either of these functions by
calling <a class="link" href="plgzax.html" title="plgzax: Get z axis parameters"><code class="function">plgzax</code></a>.
</p></dd></dl></div><p>
Redacted form: <code class="function">plszax(digmax, digits)</code>
</p><p>
This function is used in example 31.
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="plsym.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="API.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="pltext.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">
<code class="function">plsym</code>: Plot a glyph at the specified points
</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">
<code class="function">pltext</code>: Switch to text screen
</td></tr></table></div></body></html>
|