<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, plot3d labels and legends</title>
    <link>http://www.mapleprimes.com/questions/37093-Plot3d-Labels-And-Legends</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 17:50:25 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 17:50:25 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, plot3d labels and legends</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, plot3d labels and legends</title>
      <link>http://www.mapleprimes.com/questions/37093-Plot3d-Labels-And-Legends</link>
    </image>
    <item>
      <title>additionally...</title>
      <link>http://www.mapleprimes.com/questions/37093-Plot3d-Labels-And-Legends?ref=Feed:MaplePrimes:plot3d labels and legends:Comments#answer65059</link>
      <itunes:summary>&lt;p&gt;if I plot&lt;/p&gt;
&lt;p&gt;&lt;img src="file:///C:/Users/DIRKBU~1/AppData/Local/Temp/moz-screenshot-3.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="file:///C:/Users/DIRKBU~1/AppData/Local/Temp/moz-screenshot-4.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;plot(x^2,x=0..5,labels=[x,theta [&amp;deg;C]]);&lt;/p&gt;
&lt;p&gt;Maple puts the C into backets. How can I avoid this?&lt;/p&gt;
&lt;p&gt;&lt;img src="/view.aspx?sf=65059/1.jpg" alt=""&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;if I plot&lt;/p&gt;
&lt;p&gt;&lt;img src="file:///C:/Users/DIRKBU~1/AppData/Local/Temp/moz-screenshot-3.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="file:///C:/Users/DIRKBU~1/AppData/Local/Temp/moz-screenshot-4.jpg" alt=""&gt;&lt;/p&gt;
&lt;p&gt;plot(x^2,x=0..5,labels=[x,theta [&amp;deg;C]]);&lt;/p&gt;
&lt;p&gt;Maple puts the C into backets. How can I avoid this?&lt;/p&gt;
&lt;p&gt;&lt;img src="/view.aspx?sf=65059/1.jpg" alt=""&gt;&lt;/p&gt;</description>
      <guid>65059</guid>
      <pubDate>Mon, 29 Jun 2009 13:39:49 Z</pubDate>
      <itunes:author>Dirk</itunes:author>
      <author>Dirk</author>
    </item>
    <item>
      <title>rho [kg/m^3].</title>
      <link>http://www.mapleprimes.com/questions/37093-Plot3d-Labels-And-Legends?ref=Feed:MaplePrimes:plot3d labels and legends:Comments#answer65061</link>
      <itunes:summary>&lt;p&gt;&amp;gt; plot(x^2, x = 0 .. 5, labels = [x, rho*[`kg/m`^3]]);&lt;/p&gt;
&lt;p&gt;As for legends in 3D plots: no, that option is not available.&amp;nbsp; I guess you could simulate a legend to some extent with textplot3d.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;gt; plot(x^2, x = 0 .. 5, labels = [x, rho*[`kg/m`^3]]);&lt;/p&gt;
&lt;p&gt;As for legends in 3D plots: no, that option is not available.&amp;nbsp; I guess you could simulate a legend to some extent with textplot3d.&lt;/p&gt;</description>
      <guid>65061</guid>
      <pubDate>Tue, 30 Jun 2009 08:51:35 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>it works with Maple13</title>
      <link>http://www.mapleprimes.com/questions/37093-Plot3d-Labels-And-Legends?ref=Feed:MaplePrimes:plot3d labels and legends:Comments#answer65065</link>
      <itunes:summary>&lt;p&gt;Thanks for the hints!&lt;/p&gt;
&lt;p&gt;I just wonder why it does not word with Maple11. There the whole contents of the labels are plotted in 1D - are there any different rules?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks for the hints!&lt;/p&gt;
&lt;p&gt;I just wonder why it does not word with Maple11. There the whole contents of the labels are plotted in 1D - are there any different rules?&lt;/p&gt;</description>
      <guid>65065</guid>
      <pubDate>Wed, 01 Jul 2009 22:15:49 Z</pubDate>
      <itunes:author>Dirk</itunes:author>
      <author>Dirk</author>
    </item>
    <item>
      <title>typeset</title>
      <link>http://www.mapleprimes.com/questions/37093-Plot3d-Labels-And-Legends?ref=Feed:MaplePrimes:plot3d labels and legends:Comments#answer65066</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You could also use &amp;quot;typeset&amp;quot;: typeset(&amp;quot;area in &amp;quot;, m^3). Unfortunately, then the m is in italics, which is typographically wrong.&lt;/p&gt;
&lt;p&gt;typeset(&amp;quot;area in m&amp;quot;, ^3) does not work. Why? How can I use superscripts in labels withouth having the base in italics?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You could also use &amp;quot;typeset&amp;quot;: typeset(&amp;quot;area in &amp;quot;, m^3). Unfortunately, then the m is in italics, which is typographically wrong.&lt;/p&gt;
&lt;p&gt;typeset(&amp;quot;area in m&amp;quot;, ^3) does not work. Why? How can I use superscripts in labels withouth having the base in italics?&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;</description>
      <guid>65066</guid>
      <pubDate>Fri, 04 Sep 2009 00:05:20 Z</pubDate>
      <itunes:author>Benn</itunes:author>
      <author>Benn</author>
    </item>
    <item>
      <title>@Tim</title>
      <link>http://www.mapleprimes.com/questions/37093-Plot3d-Labels-And-Legends?ref=Feed:MaplePrimes:plot3d labels and legends:Comments#answer65068</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;You don't need the quote beside the word rad in document mode.&amp;nbsp; But I didn't find a way to have &lt;sup&gt;o&lt;/sup&gt;C instead of arcdeg.&amp;nbsp; Is it possible?&lt;/p&gt;
&lt;pre&gt;
--------------------------------------
Mario Lemelin
messagerie : mario.lemelin@cgocable.ca
t&amp;eacute;l&amp;eacute;phone :&amp;nbsp; (819) 376-0987&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;You don't need the quote beside the word rad in document mode.&amp;nbsp; But I didn't find a way to have &lt;sup&gt;o&lt;/sup&gt;C instead of arcdeg.&amp;nbsp; Is it possible?&lt;/p&gt;
&lt;pre&gt;
--------------------------------------
Mario Lemelin
messagerie : mario.lemelin@cgocable.ca
t&amp;eacute;l&amp;eacute;phone :&amp;nbsp; (819) 376-0987&lt;/pre&gt;</description>
      <guid>65068</guid>
      <pubDate>Fri, 04 Sep 2009 16:57:49 Z</pubDate>
      <itunes:author>lemelinm</itunes:author>
      <author>lemelinm</author>
    </item>
    <item>
      <title>Ockham's Razor</title>
      <link>http://www.mapleprimes.com/questions/37093-Plot3d-Labels-And-Legends?ref=Feed:MaplePrimes:plot3d labels and legends:Comments#comment65060</link>
      <itunes:summary>&lt;p&gt;The simplest answer is usually the correct one...just take off the brackets :)&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The simplest answer is usually the correct one...just take off the brackets :)&lt;/p&gt;</description>
      <guid>65060</guid>
      <pubDate>Mon, 29 Jun 2009 17:41:34 Z</pubDate>
      <itunes:author>Tim Vrablik</itunes:author>
      <author>Tim Vrablik</author>
    </item>
  </channel>
</rss>