Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update plot.py to 100% coverage #10144

Closed
kcrisman opened this issue Oct 19, 2010 · 2 comments
Closed

Update plot.py to 100% coverage #10144

kcrisman opened this issue Oct 19, 2010 · 2 comments

Comments

@kcrisman
Copy link
Member

sage/plot/plot.py is missing coverage for the important function _plot as well as for some GraphicsArray methods. This is documention, but putting under graphics component since it requires good knowledge of this.

Component: graphics

Reviewer: Karl-Dieter Crisman

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

@kcrisman
Copy link
Member Author

kcrisman commented Jul 7, 2012

comment:1
$ sage -coverage ~/Downloads/sage-5.1.beta6/devel/sage/sage/plot/plot.py
----------------------------------------------------------------------
/Users/.../sage-5.1.beta6/devel/sage/sage/plot/plot.py
SCORE /Users/.../sage-5.1.beta6/devel/sage/sage/plot/plot.py: 100% (24 of 24)
----------------------------------------------------------------------

$ sage -coverage ~/Downloads/sage-5.1.beta6/devel/sage/sage/plot/graphics.py
----------------------------------------------------------------------
/Users/.../sage-5.1.beta6/devel/sage/sage/plot/graphics.py
SCORE /Users/.../sage-5.1.beta6/devel/sage/sage/plot/graphics.py: 100% (53 of 53)

Possibly wrong (function name doesn't occur in doctests):
	 * _set_figsize_(self, ls):

----------------------------------------------------------------------

This was fixed by #12495.

@kcrisman
Copy link
Member Author

kcrisman commented Jul 7, 2012

Reviewer: Karl-Dieter Crisman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants