Skip to content

parametric_plot should take the variable range as (var, min, max) like plot #4152

@jasongrout

Description

@jasongrout

This should work to be consistent with plot:

sage: parametric_plot((2*x, x^2+1), (x,0,1))
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)

/home/grout/<ipython console> in <module>()

TypeError: parametric_plot() takes exactly 3 arguments (2 given)

Component: graphics

Issue created by migration from https://trac.sagemath.org/ticket/4152

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions