Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
one doctest for 7165
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Jan 4, 2020
1 parent a86de04 commit 354f929
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sage/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2613,6 +2613,12 @@ def parametric_plot(funcs, *args, **kwargs):
Traceback (most recent call last):
...
ValueError: there are more variables than variable ranges
One test for :trac:`7165`::
sage: m = SR.var('m')
sage: parametric_plot([real(exp(i*m)),imaginary(exp(i*m))], (m,0,7))
Graphics object consisting of 1 graphics primitive
"""
num_ranges = 0
for i in args:
Expand Down

0 comments on commit 354f929

Please sign in to comment.