Opened 5 years ago
#19486 new defect
Make plot(f,(x,a,b)) syntax clearer in plot doc
Reported by: | kcrisman | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.10 |
Component: | documentation | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
This ask.sagemath question sensibly points out that
sage: plot(f,(x,a,b)) sage: plot(f,(a,b))
as syntax is not actually described at the sage plot documentation. Might as well add this to the "input" section if not more prominently!
Note: See
TracTickets for help on using
tickets.