-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Add pictures to disk.py #32912
Comments
This comment has been minimized.
This comment has been minimized.
Changed keywords from none to disk, plot |
Author: Javier Honrubia González |
Commit: |
New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
diff --git a/src/sage/plot/disk.py b/src/sage/plot/disk.py
index 1e135a85ff..14588fd8ef 100644
--- a/src/sage/plot/disk.py
+++ b/src/sage/plot/disk.py
@@ -259,7 +259,7 @@ def disk(point, radius, angle, **options):
sage: br = disk((0.0,0.0), 1, (3*pi/2, 2*pi), color='black')
sage: P = tl+tr+bl+br
sage: P.show(xmin=-2,xmax=2,ymin=-2,ymax=2)
-make
+
.. PLOT::
from sage.plot.disk import Disk Otherwise, looks good. |
Reviewer: Kwankyu Lee |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
LGTM. |
Changed branch from u/jhonrubia6/add_pictures_to_plot_py to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add illustrations to the examples presented on the docstring
Component: documentation
Keywords: disk, plot
Author: Javier Honrubia González
Branch/Commit:
57a4352
Reviewer: Kwankyu Lee
Issue created by migration from https://trac.sagemath.org/ticket/32912
The text was updated successfully, but these errors were encountered: