<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Plotting with units?</title>
    <link>http://www.mapleprimes.com/questions/43377-Plotting-With-Units</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 18 Jun 2026 07:16:10 GMT</lastBuildDate>
    <pubDate>Thu, 18 Jun 2026 07:16:10 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Plotting with units?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Plotting with units?</title>
      <link>http://www.mapleprimes.com/questions/43377-Plotting-With-Units</link>
    </image>
    <item>
      <title>removing units</title>
      <link>http://www.mapleprimes.com/questions/43377-Plotting-With-Units?ref=Feed:MaplePrimes:Plotting with units?:Comments#answer80368</link>
      <itunes:summary>You can remove units as follows, &gt; F := sin(x)*Unit(m); F := sin(x) [m] &gt; F_no_unit := convert(F, unit_free, 'F_unit'); F_no_unit := sin(x) &gt; F_unit; [m] The usage above, with a 3rd parameter as a name like 'F_unit', allows you to retain the units that get removed. You could then plot F_no_unit and place F_unit in the plot's label or legend. Eg, &gt; plot(F_no_unit,x=-6..6,labels=["",convert(op(F_unit),string)]); Dave Linder Team Lead, Mathematical Software, Maplesoft, Inc.</itunes:summary>
      <description>You can remove units as follows, &gt; F := sin(x)*Unit(m); F := sin(x) [m] &gt; F_no_unit := convert(F, unit_free, 'F_unit'); F_no_unit := sin(x) &gt; F_unit; [m] The usage above, with a 3rd parameter as a name like 'F_unit', allows you to retain the units that get removed. You could then plot F_no_unit and place F_unit in the plot's label or legend. Eg, &gt; plot(F_no_unit,x=-6..6,labels=["",convert(op(F_unit),string)]); Dave Linder Team Lead, Mathematical Software, Maplesoft, Inc.</description>
      <guid>80368</guid>
      <pubDate>Wed, 23 Nov 2005 21:35:37 Z</pubDate>
      <itunes:author>Dave L</itunes:author>
      <author>Dave L</author>
    </item>
  </channel>
</rss>