<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Problem with FunctionChart</title>
    <link>http://www.mapleprimes.com/questions/43709-Problem-With-FunctionChart</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 20:59:32 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 20:59:32 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Problem with FunctionChart</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Problem with FunctionChart</title>
      <link>http://www.mapleprimes.com/questions/43709-Problem-With-FunctionChart</link>
    </image>
    <item>
      <title>Enter the x range</title>
      <link>http://www.mapleprimes.com/questions/43709-Problem-With-FunctionChart?ref=Feed:MaplePrimes:Problem with FunctionChart:Comments#answer80690</link>
      <itunes:summary>

FunctionChart(x^2,x=-2..2)

works OK, If, for some reason, you want extend the y-axis, the view also can be used,

FunctionChart(x^2, x = -2 .. 2, view = [-2 .. 2, 0 .. 9])

The problem with your input is that if the x-range is not entered, it automatically becomes [-10..10].</itunes:summary>
      <description>

FunctionChart(x^2,x=-2..2)

works OK, If, for some reason, you want extend the y-axis, the view also can be used,

FunctionChart(x^2, x = -2 .. 2, view = [-2 .. 2, 0 .. 9])

The problem with your input is that if the x-range is not entered, it automatically becomes [-10..10].</description>
      <guid>80690</guid>
      <pubDate>Sat, 20 Aug 2005 04:56:33 Z</pubDate>
      <itunes:author>alec</itunes:author>
      <author>alec</author>
    </item>
  </channel>
</rss>