<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Plot: make the label of one of the axes as a Greek letter, and label of another axe as an English word</title>
    <link>http://www.mapleprimes.com/questions/126013-Plot-Make-The-Label-Of-One-Of-The-Axes</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 18:06:58 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 18:06:58 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Plot: make the label of one of the axes as a Greek letter, and label of another axe as an English word</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Plot: make the label of one of the axes as a Greek letter, and label of another axe as an English word</title>
      <link>http://www.mapleprimes.com/questions/126013-Plot-Make-The-Label-Of-One-Of-The-Axes</link>
    </image>
    <item>
      <title>sure</title>
      <link>http://www.mapleprimes.com/questions/126013-Plot-Make-The-Label-Of-One-Of-The-Axes?ref=Feed:MaplePrimes:Plot: make the label of one of the axes as a Greek letter, and label of another axe as an English word:Comments#answer126014</link>
      <itunes:summary>&lt;p&gt;It is not so hard to accomplish if you forget about using the SYMBOL font and instead use Maple's Standard GUI instead of the Classic GUI. All of these produce a Greek lowercase single-letter beta and Roman xi (differing according to whether you want upright or italic), entered as 1D Maple Notation in a Worksheet in the Standard GUI.&lt;/p&gt;
&lt;pre&gt;plot(sin(beta),beta=0..1,labels=[beta,"xi"]);
plot(sin(beta),beta=0..1,labels=[beta,`xi `]);
plot(sin(beta),beta=0..1,labels=[beta,`#mo(xi)`]);
&lt;/pre&gt;
&lt;p&gt;Of course, if your vertical axis label is not the name of a Greek letter then you don't need to quote it or do anything special at all. Only the name of the Greek letter will be typeset specially. eg,&lt;/p&gt;
&lt;pre&gt;plot(sin(beta),beta=0..1,labels=[beta, hello]);&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;It is not so hard to accomplish if you forget about using the SYMBOL font and instead use Maple's Standard GUI instead of the Classic GUI. All of these produce a Greek lowercase single-letter beta and Roman xi (differing according to whether you want upright or italic), entered as 1D Maple Notation in a Worksheet in the Standard GUI.&lt;/p&gt;
&lt;pre&gt;plot(sin(beta),beta=0..1,labels=[beta,"xi"]);
plot(sin(beta),beta=0..1,labels=[beta,`xi `]);
plot(sin(beta),beta=0..1,labels=[beta,`#mo(xi)`]);
&lt;/pre&gt;
&lt;p&gt;Of course, if your vertical axis label is not the name of a Greek letter then you don't need to quote it or do anything special at all. Only the name of the Greek letter will be typeset specially. eg,&lt;/p&gt;
&lt;pre&gt;plot(sin(beta),beta=0..1,labels=[beta, hello]);&lt;/pre&gt;</description>
      <guid>126014</guid>
      <pubDate>Wed, 28 Sep 2011 06:48:59 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
    <item>
      <title>printing the Greek xi</title>
      <link>http://www.mapleprimes.com/questions/126013-Plot-Make-The-Label-Of-One-Of-The-Axes?ref=Feed:MaplePrimes:Plot: make the label of one of the axes as a Greek letter, and label of another axe as an English word:Comments#answer126023</link>
      <itunes:summary>&lt;p&gt;Maple 15 / Windows 7-64 / Standard GUI.&lt;/p&gt;
&lt;p&gt;pagan, xi doesn't print as intended here. I'm assuming xi is the Greek letter, yes?&lt;/p&gt;
&lt;p&gt;This may be related to recent discussions about broken plot functionalities in Standard GUI.&lt;/p&gt;
&lt;p&gt;I found the following works:&lt;/p&gt;
&lt;p&gt;plot(sin(beta),beta=0..1,labels=[beta,typeset(`xi`)]);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Maple 15 / Windows 7-64 / Standard GUI.&lt;/p&gt;
&lt;p&gt;pagan, xi doesn't print as intended here. I'm assuming xi is the Greek letter, yes?&lt;/p&gt;
&lt;p&gt;This may be related to recent discussions about broken plot functionalities in Standard GUI.&lt;/p&gt;
&lt;p&gt;I found the following works:&lt;/p&gt;
&lt;p&gt;plot(sin(beta),beta=0..1,labels=[beta,typeset(`xi`)]);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>126023</guid>
      <pubDate>Wed, 28 Sep 2011 14:07:42 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>also in Classic</title>
      <link>http://www.mapleprimes.com/questions/126013-Plot-Make-The-Label-Of-One-Of-The-Axes?ref=Feed:MaplePrimes:Plot: make the label of one of the axes as a Greek letter, and label of another axe as an English word:Comments#comment126016</link>
      <itunes:summary>&lt;p&gt;All these examples work fine in the Classic GUI using the maplet driver.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;All these examples work fine in the Classic GUI using the maplet driver.&lt;/p&gt;</description>
      <guid>126016</guid>
      <pubDate>Wed, 28 Sep 2011 07:30:15 Z</pubDate>
      <itunes:author>Alejandro Jakubi</itunes:author>
      <author>Alejandro Jakubi</author>
    </item>
    <item>
      <title>more complicated examples</title>
      <link>http://www.mapleprimes.com/questions/126013-Plot-Make-The-Label-Of-One-Of-The-Axes?ref=Feed:MaplePrimes:Plot: make the label of one of the axes as a Greek letter, and label of another axe as an English word:Comments#comment126024</link>
      <itunes:summary>&lt;p&gt;if you want something with subscripts:&lt;/p&gt;
&lt;p&gt;plot(sin(beta),beta=0..1,labels=[typeset(`#msubsup(mi("sigma"),mi("xi"))`), typeset(`#msubsup(mi("xi"),mi("A"))`)]);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;if you want something with subscripts:&lt;/p&gt;
&lt;p&gt;plot(sin(beta),beta=0..1,labels=[typeset(`#msubsup(mi("sigma"),mi("xi"))`), typeset(`#msubsup(mi("xi"),mi("A"))`)]);&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>126024</guid>
      <pubDate>Wed, 28 Sep 2011 14:15:36 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>right goal?</title>
      <link>http://www.mapleprimes.com/questions/126013-Plot-Make-The-Label-Of-One-Of-The-Axes?ref=Feed:MaplePrimes:Plot: make the label of one of the axes as a Greek letter, and label of another axe as an English word:Comments#comment126026</link>
      <itunes:summary>&lt;p&gt;The submitter asked that the vertical axis label be in the &lt;em&gt;English&lt;/em&gt; alphabet, not the &lt;em&gt;Greek&lt;/em&gt; one. To attain the opposite of what was asked, for the vertical axis, simply labels=[beta,xi] would suffice.&lt;/p&gt;
&lt;p&gt;I used xi in the example to show that some extra effort might be needed to &lt;em&gt;force&lt;/em&gt; the names of Greek letters to be shown using the English language.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The submitter asked that the vertical axis label be in the &lt;em&gt;English&lt;/em&gt; alphabet, not the &lt;em&gt;Greek&lt;/em&gt; one. To attain the opposite of what was asked, for the vertical axis, simply labels=[beta,xi] would suffice.&lt;/p&gt;
&lt;p&gt;I used xi in the example to show that some extra effort might be needed to &lt;em&gt;force&lt;/em&gt; the names of Greek letters to be shown using the English language.&lt;/p&gt;</description>
      <guid>126026</guid>
      <pubDate>Wed, 28 Sep 2011 15:14:44 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
    <item>
      <title>forcing Greek as Latin</title>
      <link>http://www.mapleprimes.com/questions/126013-Plot-Make-The-Label-Of-One-Of-The-Axes?ref=Feed:MaplePrimes:Plot: make the label of one of the axes as a Greek letter, and label of another axe as an English word:Comments#comment126031</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/126013-Plot-Make-The-Label-Of-One-Of-The-Axes#comment126026"&gt;@pagan&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I see, I hadn't understood what you were doing.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/126013-Plot-Make-The-Label-Of-One-Of-The-Axes#comment126026"&gt;@pagan&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I see, I hadn't understood what you were doing.&lt;/p&gt;</description>
      <guid>126031</guid>
      <pubDate>Wed, 28 Sep 2011 20:46:41 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
  </channel>
</rss>