Ticket #2409 (closed defect: fixed)

Opened 9 months ago

Last modified 3 months ago

plotting constant functions throws an error

Reported by: jbmohler Assigned to: was
Priority: major Milestone: sage-3.1.2
Component: graphics Keywords:
Cc:

Description

The command

sage: plot(x+1,(x,1,4))

produces a very nice line with slope 1 (and I love the syntax which I think is a moderately recent improvement!).

By analogy,

sage: plot(1,(x,1,4))

should produce a horizontal line.

Change History

03/06/2008 06:41:12 PM changed by mabshoff

  • milestone set to sage-2.10.3.

04/08/2008 05:49:45 AM changed by mabshoff

  • summary changed from plot'ting constants to plotting constant functions throws an error.

08/25/2008 07:00:09 PM changed by mhansen

These will be fixed by #3952

08/25/2008 07:03:38 PM changed by mhansen

Note that this depends on #2410 and #3853.

08/25/2008 07:05:13 PM changed by mhansen

  • summary changed from plotting constant functions throws an error to [with patch, needs review] plotting constant functions throws an error.

08/25/2008 07:09:38 PM changed by mhansen

  • summary changed from [with patch, needs review] plotting constant functions throws an error to plotting constant functions throws an error.

08/26/2008 02:54:49 PM changed by mabshoff

  • status changed from new to closed.
  • resolution set to fixed.

Since #3952 was merged this is fixed.

Cheers,

Michael