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 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
<!DOCTYPE html>
<html>
<!-- Created by GNU Texinfo 7.1.1, https://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Use of the "interpreter" Property (GNU Octave (version 10.3.0))</title>
<meta name="description" content="Use of the "interpreter" Property (GNU Octave (version 10.3.0))">
<meta name="keywords" content="Use of the "interpreter" Property (GNU Octave (version 10.3.0))">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="index.html" rel="start" title="Top">
<link href="Concept-Index.html" rel="index" title="Concept Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="High_002dLevel-Plotting.html" rel="up" title="High-Level Plotting">
<link href="Printing-and-Saving-Plots.html" rel="next" title="Printing and Saving Plots">
<link href="Manipulation-of-Plot-Windows.html" rel="prev" title="Manipulation of Plot Windows">
<style type="text/css">
<!--
a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
span:hover a.copiable-link {visibility: visible}
-->
</style>
<link rel="stylesheet" type="text/css" href="octave.css">
</head>
<body lang="en">
<div class="subsection-level-extent" id="Use-of-the-_0022interpreter_0022-Property">
<div class="nav-panel">
<p>
Next: <a href="Printing-and-Saving-Plots.html" accesskey="n" rel="next">Printing and Saving Plots</a>, Previous: <a href="Manipulation-of-Plot-Windows.html" accesskey="p" rel="prev">Manipulation of Plot Windows</a>, Up: <a href="High_002dLevel-Plotting.html" accesskey="u" rel="up">High-Level Plotting</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<h4 class="subsection" id="Use-of-the-_0022interpreter_0022-Property-1"><span>15.2.8 Use of the "interpreter" Property<a class="copiable-link" href="#Use-of-the-_0022interpreter_0022-Property-1"> ¶</a></span></h4>
<p><code class="code">text</code> (such as titles, labels, legend item) and <code class="code">axes</code> objects
feature an <a class="ref" href="Text-Properties.html#XREFtextinterpreter"><code class="code">"interpreter"</code></a> and a
<a class="ref" href="Axes-Properties.html#XREFaxesticklabelinterpreter"><code class="code">"ticklabelinterpreter"</code></a> property
respectively. It determines the manner in which special control sequences in
the text are rendered.
</p>
<p>The interpreter property can take three values: <code class="code">"none"</code>, <code class="code">"tex"</code>,
<code class="code">"latex"</code>.
</p>
<ul class="mini-toc">
<li><a href="_0022none_0022-interpreter.html" accesskey="1">"none" interpreter</a></li>
<li><a href="_0022tex_0022-interpreter.html" accesskey="2">"tex" interpreter</a></li>
<li><a href="_0022latex_0022-interpreter.html" accesskey="3">"latex" interpreter</a></li>
</ul>
</div>
</body>
</html>
|