Open videlec opened 7 years ago
Description changed:
---
+++
@@ -9,7 +9,7 @@
Type "text.options" for a dictionary of options for 2D text.
...
-Idem for point2d
(that even refers to size
)
+Idem for point2d
(that even refers to size
)
Signature: point2d(*args, **kwds)
Description changed:
---
+++
@@ -17,7 +17,7 @@
A point of size "size" defined by point = (x,y).
...
-The first examples of line2d are completely useless
+The first examples of line2d
are completely useless
Signature: line2d(*args, **kwds)
Description changed:
---
+++
@@ -1,7 +1,6 @@
The one line description of `text` refers to arguments `(x,y)` that do not appear in the signature
-sage: text?
Signature: text(*args, **kwds)
Docstring:
Returns a 2D text graphics object at the point (x,y).
@@ -17,6 +16,14 @@
A point of size "size" defined by point = (x,y).
...
+Or for `polygon2d`
+
+```
+Signature: polygon2d(*args, **kwds)
+Docstring:
+ Returns a 2-dimensional polygon defined by "points".
+```
+
The first examples of `line2d` are completely useless
The one line description of
text
refers to arguments(x,y)
that do not appear in the signatureIdem for
point2d
(that even refers tosize
)Or for
polygon2d
The first examples of
line2d
are completely uselessCC: @mforets
Component: documentation
Issue created by migration from https://trac.sagemath.org/ticket/23380