Opened 15 years ago
Closed 15 years ago
#1508 closed defect (fixed)
[with patch, positive review] axes_label in plot() broken
Reported by: | was | Owned by: | was |
---|---|---|---|
Priority: | major | Milestone: | sage-2.10.1 |
Component: | graphics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Notice, if you tab-complete plot( or list_plot( the docs do not mention the option for axes_label. However, the option is available. Also, if you use them, the text for the x-axis is truncated off the right edge of the plot. Simple example: p = plot(sin, 0, 10) p.show(axes_label=['x-axis','y-axis'])
Attachments (2)
Change History (7)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
Changed 15 years ago by
Attachment: | doc-trac-1508.patch added |
---|
Changed 15 years ago by
Attachment: | trac-1508.patch added |
---|
comment:2 Changed 15 years ago by
Summary: | axes_label in plot() broken → [with patch, needs review] axes_label in plot() broken |
---|
comment:3 Changed 15 years ago by
Summary: | [with patch, needs review] axes_label in plot() broken → [with patch, positive review] axes_label in plot() broken |
---|
Looks good to me.
comment:4 Changed 15 years ago by
I am having reject issues with this against Sage 2.10.1.alpha0
Cheers,
Michael
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merged in Sage 2.10.1.alpha1. The reject mentioned above was caused by interaction from #1859 - I resolved those manually.
Cheers,
Michael
Note: See
TracTickets for help on using
tickets.
fixes a mistake in const.tex