-
-
Notifications
You must be signed in to change notification settings - Fork 703
Closed
Description
plot3d/plot3d.py: 83% (15 of 18)
plot3d/list_plot3d.py: 25% (1 of 4)
plot3d/parametric_plot3d.py: 20% (1 of 5)
$ ../../sage -coverage sage/plot/plot3d/list_plot3d.py
----------------------------------------------------------------------
sage/plot/plot3d/list_plot3d.py
SCORE sage/plot/plot3d/list_plot3d.py: 25% (1 of 4)
Missing documentation:
* list_plot3d_matrix(m, texture, **kwds):
* list_plot3d_array_of_arrays(v, interpolation_type,texture, **kwds):
* list_plot3d_tuples(v,interpolation_type, texture, **kwds):
$ ./sage -coverage devel/sage/sage/plot/plot3d/plot3d.py
----------------------------------------------------------------------
devel/sage/sage/plot/plot3d/plot3d.py
ERROR: Please add a `TestSuite(s).run()` doctest.
SCORE devel/sage/sage/plot/plot3d/plot3d.py: 83% (15 of 18)
Missing documentation:
* triangle(self, a, b, c, color = None):
* smooth_triangle(self, a, b, c, da, db, dc, color = None):
* axes(scale=1, radius=None, **kwds):
$ ../../sage -coverage sage/plot/plot3d/parametric_plot3d.py
----------------------------------------------------------------------
sage/plot/plot3d/parametric_plot3d.py
SCORE sage/plot/plot3d/parametric_plot3d.py: 20% (1 of 5)
Missing doctests:
* _parametric_plot3d_curve(f, urange, plot_points, **kwds):
* _parametric_plot3d_surface(f, urange, vrange, plot_points, boundary_style, **kwds):
* adapt_if_symbolic(f):
* adapt_to_callable(f, nargs=None):
Base ticket: #12024 bringing docs to 90%.
Component: graphics
Author: Karl-Dieter Crisman
Reviewer: David Loeffler, John Palmieri
Merged: sage-5.0.beta9
Issue created by migration from https://trac.sagemath.org/ticket/12491