<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - Questions and Posts tagged with label</title>
    <link>http://www.mapleprimes.com/tags/label</link>
    <language>en-us</language>
    <copyright>2012 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Mon, 21 May 2012 18:49:26 GMT</lastBuildDate>
    <pubDate>Mon, 21 May 2012 18:49:26 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The most recent questions and posts on MaplePrimes tagged with label</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - Questions and Posts tagged with label</title>
      <link>http://www.mapleprimes.com/tags/label</link>
    </image>
    <item>
      <title>Label for inserted image and equations</title>
      <link>http://www.mapleprimes.com/questions/133882-Label-For-Inserted-Image-And-Equations?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;Hello everyone.&lt;/p&gt;
&lt;p&gt;an equation or a table can have a label and can be later referred to by using insert-&amp;gt;label. Can we do the same&amp;nbsp;for inserted images? Like Figure 1, etc....&amp;nbsp;A workaround is to insert the image in a 1x1 table and reformat the caption. But I am not sure that's the ultimate solution.&lt;/p&gt;
&lt;p&gt;Another related question: can an equation that is just in the 2D math mode that is not meant for execution get a dummy label like (*) or (**) or something like that?</itunes:summary>
      <description>&lt;p&gt;Hello everyone.&lt;/p&gt;
&lt;p&gt;an equation or a table can have a label and can be later referred to by using insert-&amp;gt;label. Can we do the same&amp;nbsp;for inserted images? Like Figure 1, etc....&amp;nbsp;A workaround is to insert the image in a 1x1 table and reformat the caption. But I am not sure that's the ultimate solution.&lt;/p&gt;
&lt;p&gt;Another related question: can an equation that is just in the 2D math mode that is not meant for execution get a dummy label like (*) or (**) or something like that?</description>
      <guid>133882</guid>
      <pubDate>Tue, 08 May 2012 09:00:51 Z</pubDate>
      <itunes:author>xaratustra</itunes:author>
      <author>xaratustra</author>
    </item>
    <item>
      <title>Maple plot - graph names</title>
      <link>http://www.mapleprimes.com/questions/132817-Maple-Plot--Graph-Names?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;Hi guys!&amp;nbsp;&lt;br&gt;&lt;br&gt;I'm going to plot:&lt;/p&gt;
&lt;pre&gt;plote1 := spacecurve(e1(theta),theta=a1..b1,color=red):&lt;br&gt;plote1p := plot(e1plan(theta),theta=Pi/4..Pi/2,color=red):&lt;br&gt;plote2 := spacecurve(e2(theta),theta=a2..b2,color=blue):&lt;br&gt;plote2p := plot(e2plan(theta),theta=0..Pi,color=blue):&lt;br&gt;plote3 := spacecurve(e3(theta),theta=a3..b3,color=yellow):&lt;br&gt;plote3p := plot(e3plan(theta),theta=0..3*Pi/2,color=yellow):&lt;br&gt;A := array(1..2):&lt;br&gt;A[1] := display(C,plote3,plote1,plote2,orientation=[60,75],axes=box):&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Hi guys!&amp;nbsp;&lt;br&gt;&lt;br&gt;I'm going to plot:&lt;/p&gt;
&lt;pre&gt;plote1 := spacecurve(e1(theta),theta=a1..b1,color=red):&lt;br&gt;plote1p := plot(e1plan(theta),theta=Pi/4..Pi/2,color=red):&lt;br&gt;plote2 := spacecurve(e2(theta),theta=a2..b2,color=blue):&lt;br&gt;plote2p := plot(e2plan(theta),theta=0..Pi,color=blue):&lt;br&gt;plote3 := spacecurve(e3(theta),theta=a3..b3,color=yellow):&lt;br&gt;plote3p := plot(e3plan(theta),theta=0..3*Pi/2,color=yellow):&lt;br&gt;A := array(1..2):&lt;br&gt;A[1] := display(C,plote3,plote1,plote2,orientation=[60,75],axes=box):&lt;/pre&gt;</description>
      <guid>132817</guid>
      <pubDate>Mon, 09 Apr 2012 18:44:50 Z</pubDate>
      <itunes:author>Mlund92</itunes:author>
      <author>Mlund92</author>
    </item>
    <item>
      <title>assumptions are lost when using label. (a bug?)</title>
      <link>http://www.mapleprimes.com/questions/129518-Assumptions-Are-Lost-When-Using-Label-a-Bug?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;Dear,&lt;/p&gt;
&lt;p&gt;I have problem that after using assume(...) and then use label such as (1.1)... then the assumptions are lost. Is it a bug?&lt;/p&gt;
&lt;p&gt;Below is my attached worksheet (I used Maple 13 , I don't know if later version is better?)&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=129518/428442/label_and_assume.mw"&gt;label_and_assume.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Actually , the lost of assumptions will cause some problems such as make integration become unevaluated.... and will take you a hard time to debug...</itunes:summary>
      <description>&lt;p&gt;Dear,&lt;/p&gt;
&lt;p&gt;I have problem that after using assume(...) and then use label such as (1.1)... then the assumptions are lost. Is it a bug?&lt;/p&gt;
&lt;p&gt;Below is my attached worksheet (I used Maple 13 , I don't know if later version is better?)&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=129518/428442/label_and_assume.mw"&gt;label_and_assume.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Actually , the lost of assumptions will cause some problems such as make integration become unevaluated.... and will take you a hard time to debug...</description>
      <guid>129518</guid>
      <pubDate>Tue, 10 Jan 2012 13:22:57 Z</pubDate>
      <itunes:author>tieuvodanh</itunes:author>
      <author>tieuvodanh</author>
    </item>
    <item>
      <title>Gems 16-20 from the Red Book of Maple Magic</title>
      <link>http://www.mapleprimes.com/maplesoftblog/129405-Gems-1620-From-The-Red-Book-Of-Maple-Magic?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;A &lt;a href="http://www.maplesoft.com/email/maplereporter/sept11/aca/index.html"&gt;recent Tips and Techniques article&lt;/a&gt;&amp;nbsp;in the Maple Reporter contained the following five "gems" from my Red Book of Maple Magic.&amp;nbsp;These 'gems' are tricks and techniques for Maple that I've discovered in my years here at Maplesoft.&amp;nbsp;The previous 15 gems have appeared in three other issues of the Reporter, as...</itunes:summary>
      <description>&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;A &lt;a href="http://www.maplesoft.com/email/maplereporter/sept11/aca/index.html"&gt;recent Tips and Techniques article&lt;/a&gt;&amp;nbsp;in the Maple Reporter contained the following five "gems" from my Red Book of Maple Magic.&amp;nbsp;These 'gems' are tricks and techniques for Maple that I've discovered in my years here at Maplesoft.&amp;nbsp;The previous 15 gems have appeared in three other issues of the Reporter, as...</description>
      <guid>129405</guid>
      <pubDate>Fri, 06 Jan 2012 21:54:30 Z</pubDate>
      <itunes:author>Robert Lopez</itunes:author>
      <author>Robert Lopez</author>
    </item>
    <item>
      <title>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?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;To label plot axes as Greek letters, one should use the "labelfont=[SYMBOL]" parameter, but this option makes both axes in Greek letters. Is it possible to make only the horizontal axe as a Greek letter, while the vertical axe remains as an English word?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;To label plot axes as Greek letters, one should use the "labelfont=[SYMBOL]" parameter, but this option makes both axes in Greek letters. Is it possible to make only the horizontal axe as a Greek letter, while the vertical axe remains as an English word?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;</description>
      <guid>126013</guid>
      <pubDate>Wed, 28 Sep 2011 01:10:50 Z</pubDate>
      <itunes:author>uwowizard</itunes:author>
      <author>uwowizard</author>
    </item>
    <item>
      <title>Paper Models of 3D Plots</title>
      <link>http://www.mapleprimes.com/maplesoftblog/125512-Paper-Models-Of-3D-Plots?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p style="text-align: center;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;a href="/view.aspx?sf=125512/420692/paperplot2.jpg"&gt;&lt;img src="/view.aspx?sf=125512/420692/paperplot2.jpg" alt="" width="250"&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="/view.aspx?sf=125512/420692/paperplot3.jpg"&gt;&lt;img src="/view.aspx?sf=125512/420692/paperplot3.jpg" alt="" width="250"&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;strong&gt;3D Paper Physical Model&lt;/strong&gt;</itunes:summary>
      <description>&lt;p style="text-align: center;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;a href="/view.aspx?sf=125512/420692/paperplot2.jpg"&gt;&lt;img src="/view.aspx?sf=125512/420692/paperplot2.jpg" alt="" width="250"&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;a href="/view.aspx?sf=125512/420692/paperplot3.jpg"&gt;&lt;img src="/view.aspx?sf=125512/420692/paperplot3.jpg" alt="" width="250"&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;strong&gt;3D Paper Physical Model&lt;/strong&gt;</description>
      <guid>125512</guid>
      <pubDate>Fri, 09 Sep 2011 18:41:50 Z</pubDate>
      <itunes:author>Paul</itunes:author>
      <author>Paul</author>
    </item>
    <item>
      <title>Plot formatting: Label secondary x, y-axis in boxed style</title>
      <link>http://www.mapleprimes.com/questions/124984-Plot-Formatting-Label-Secondary-X?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;Hello togehter,&lt;/p&gt;
&lt;p&gt;i switched for various reasons from Gnuplot to Maple for plotting my data.&lt;/p&gt;
&lt;p&gt;1) Is there a way to label the secondary x (top) and secondary y axis (right) in boxed axis style. Attached you find a picture from a Gnuplot i've done and the plot i'm currently working on in maple.&lt;/p&gt;
&lt;p&gt;2) I do like the black "cross" in the midlle refering to the x,y axis at zero positions. Is there a way to do this, as well. &lt;/p&gt;
&lt;p&gt;Gnuplot:&lt;/p&gt;
&lt;p&gt;</itunes:summary>
      <description>&lt;p&gt;Hello togehter,&lt;/p&gt;
&lt;p&gt;i switched for various reasons from Gnuplot to Maple for plotting my data.&lt;/p&gt;
&lt;p&gt;1) Is there a way to label the secondary x (top) and secondary y axis (right) in boxed axis style. Attached you find a picture from a Gnuplot i've done and the plot i'm currently working on in maple.&lt;/p&gt;
&lt;p&gt;2) I do like the black "cross" in the midlle refering to the x,y axis at zero positions. Is there a way to do this, as well. &lt;/p&gt;
&lt;p&gt;Gnuplot:&lt;/p&gt;
&lt;p&gt;</description>
      <guid>124984</guid>
      <pubDate>Sun, 21 Aug 2011 20:00:18 Z</pubDate>
      <itunes:author>tomukoe</itunes:author>
      <author>tomukoe</author>
    </item>
    <item>
      <title>draw a polygon with labeled vertex</title>
      <link>http://www.mapleprimes.com/questions/120193-Draw-A-Polygon-With-Labeled-Vertex?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;how can i draw a polygon with labeled vertex by numbers which are inside of that polygon&amp;sect;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;how can i draw a polygon with labeled vertex by numbers which are inside of that polygon&amp;sect;&lt;/p&gt;</description>
      <guid>120193</guid>
      <pubDate>Sun, 22 May 2011 19:17:34 Z</pubDate>
      <itunes:author>tiepdinhvan</itunes:author>
      <author>tiepdinhvan</author>
    </item>
    <item>
      <title>Label inequal graph</title>
      <link>http://www.mapleprimes.com/questions/103047-Label-Inequal-Graph?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;Hi, my professor wants our graphs to be labeled (which is reasonable). How can I label the graph I made this way:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt;inequal({x[1] &amp;gt;= 0, x[2] &amp;gt;= 0, x[1]-3*x[2] &amp;gt;= -3, 2*x[1]+3*x[2] &amp;lt;= 6}, x[1] = 0 .. 3.5, x[2] = 0 .. 2.5)&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi, my professor wants our graphs to be labeled (which is reasonable). How can I label the graph I made this way:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;gt;inequal({x[1] &amp;gt;= 0, x[2] &amp;gt;= 0, x[1]-3*x[2] &amp;gt;= -3, 2*x[1]+3*x[2] &amp;lt;= 6}, x[1] = 0 .. 3.5, x[2] = 0 .. 2.5)&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <guid>103047</guid>
      <pubDate>Sun, 27 Mar 2011 19:32:13 Z</pubDate>
      <itunes:author>Jeff</itunes:author>
      <author>Jeff</author>
    </item>
    <item>
      <title>creating labels for equations generated using for loop</title>
      <link>http://www.mapleprimes.com/questions/102995-Creating-Labels-For-Equations-Generated?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=114263_1301085617/HW_6.5.mw"&gt;HW_6.5.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I just want to know how i could label the expressions that are generated by executing the loop,&lt;/p&gt;
&lt;p&gt;like A1 = .....&lt;/p&gt;
&lt;p&gt;A2= .....&lt;/p&gt;
&lt;p&gt;If you see the file above , the for loop gives out several expressions in terms of c and t , the equations generated are correct but i want to give each expression a label like A1,A2,A3 when the output is generated&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="/ViewTemp.ashx?f=114263_1301085617/HW_6.5.mw"&gt;HW_6.5.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I just want to know how i could label the expressions that are generated by executing the loop,&lt;/p&gt;
&lt;p&gt;like A1 = .....&lt;/p&gt;
&lt;p&gt;A2= .....&lt;/p&gt;
&lt;p&gt;If you see the file above , the for loop gives out several expressions in terms of c and t , the equations generated are correct but i want to give each expression a label like A1,A2,A3 when the output is generated&lt;/p&gt;</description>
      <guid>102995</guid>
      <pubDate>Fri, 25 Mar 2011 20:45:43 Z</pubDate>
      <itunes:author>elango8</itunes:author>
      <author>elango8</author>
    </item>
    <item>
      <title>Infinite square well, axis labelling</title>
      <link>http://www.mapleprimes.com/questions/102359-Infinite-Square-Well-Axis-Labelling?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there some way i can label the x axis with numbers and an 'a'? I want to make an infinite square well of width 'a' so i'd like to keep the central zero and put an 'a' and '-a'&amp;nbsp;on the x axis on either side of the origin.&lt;/p&gt;
&lt;p&gt;So far i have this:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: small;"&gt;restart;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: small;"&gt;a:=1;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: small;"&gt;for n from 1 by 2 to 3&lt;/span&gt;&lt;/strong&gt;</itunes:summary>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there some way i can label the x axis with numbers and an 'a'? I want to make an infinite square well of width 'a' so i'd like to keep the central zero and put an 'a' and '-a'&amp;nbsp;on the x axis on either side of the origin.&lt;/p&gt;
&lt;p&gt;So far i have this:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: small;"&gt;restart;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: small;"&gt;a:=1;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: small;"&gt;for n from 1 by 2 to 3&lt;/span&gt;&lt;/strong&gt;</description>
      <guid>102359</guid>
      <pubDate>Wed, 09 Mar 2011 17:29:20 Z</pubDate>
      <itunes:author>john9ab</itunes:author>
      <author>john9ab</author>
    </item>
    <item>
      <title>Intersection label</title>
      <link>http://www.mapleprimes.com/questions/96608-Intersection-Label?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;I need to label the intersection between a plane and a surface. A perfect, no need to explain more example is this picture taken from wikipedia:&lt;/p&gt;
&lt;p&gt;I need to be able to show the red lines that you see there.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://upload.wikimedia.org/wikipedia/commons/e/eb/Minimal_surface_curvature_planes-en.svg"&gt;http://upload.wikimedia.org/wikipedia/commons/e/eb/Minimal_surface_curvature_planes-en.svg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Can someone help?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I need to label the intersection between a plane and a surface. A perfect, no need to explain more example is this picture taken from wikipedia:&lt;/p&gt;
&lt;p&gt;I need to be able to show the red lines that you see there.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://upload.wikimedia.org/wikipedia/commons/e/eb/Minimal_surface_curvature_planes-en.svg"&gt;http://upload.wikimedia.org/wikipedia/commons/e/eb/Minimal_surface_curvature_planes-en.svg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Can someone help?&lt;/p&gt;</description>
      <guid>96608</guid>
      <pubDate>Thu, 02 Sep 2010 16:58:38 Z</pubDate>
      <itunes:author>gez13</itunes:author>
      <author>gez13</author>
    </item>
    <item>
      <title>How to create labels for each result of commands embedded in a do-loop?</title>
      <link>http://www.mapleprimes.com/questions/95005-How-To-Create-Labels-For-Each-Result?ref=Feed:MaplePrimes:Tagged With label</link>
      <itunes:summary>&lt;p&gt;When Maple displays the results of a do-loop, it usually assigns only one label (e.g. '(2.1)') to the whole bunch of results.&lt;/p&gt;
&lt;p&gt;Is there a way to have Maple assign a label to each expression resulting from some do-loop commands?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;When Maple displays the results of a do-loop, it usually assigns only one label (e.g. '(2.1)') to the whole bunch of results.&lt;/p&gt;
&lt;p&gt;Is there a way to have Maple assign a label to each expression resulting from some do-loop commands?&lt;/p&gt;</description>
      <guid>95005</guid>
      <pubDate>Mon, 12 Jul 2010 10:06:58 Z</pubDate>
      <itunes:author>afeddersen</itunes:author>
      <author>afeddersen</author>
    </item>
  </channel>
</rss>
