Opened 7 years ago
Closed 6 years ago
#18471 closed enhancement (fixed)
Pictures in documentation: graphics_array
Reported by: | jmantysalo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | documentation | Keywords: | |
Cc: | ncohen | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
PLOT
part of docstrings has a problem. One just can not say for example
P=Poset(...) g1=P.plot() g2=P.ordinal_product(P).plot g=graphics_array([g1, g2]) sphinx_plot(g)
as graphics_array
has no .plot()
function. Maybe there is something that can be done for these.
Change History (6)
comment:1 follow-up: ↓ 2 Changed 7 years ago by
comment:2 in reply to: ↑ 1 Changed 7 years ago by
- Description modified (diff)
- Summary changed from Pictures in documentation: "\n" and graphics_array to Pictures in documentation: graphics_array
Replying to aapitzsch:
A point
(x,y)
is missing intext()
. It should be liketext("Hello\nworld!", (1,1))
Duh. Thanks. Corrected the question.
comment:3 follow-up: ↓ 4 Changed 6 years ago by
- Milestone changed from sage-wishlist to sage-duplicate/invalid/wontfix
Done in #19953
comment:4 in reply to: ↑ 3 Changed 6 years ago by
- Status changed from new to needs_review
comment:5 Changed 6 years ago by
- Status changed from needs_review to positive_review
comment:6 Changed 6 years ago by
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
A point
(x,y)
is missing intext()
. It should be liketext("Hello\nworld!", (1,1))